Home
last modified time | relevance | path

Searched refs:dev_list (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHCD.c1543 INIT_LIST_HEAD (&dev->dev_list); in hcd_alloc_dev()
1547 list_add (&dev->dev_list, &hcd->dev_list); in hcd_alloc_dev()
2117 list_del (&dev->dev_list); in hcd_free_dev()
H A DdrvHCD.h114 struct list_head dev_list; member
199 struct list_head dev_list; member
H A DdrvEhciHcd_2.c250 INIT_LIST_HEAD (&hcd->dev_list); in usb_hcd_cpe_ehci_probe_Port2()
H A DdrvEhciHcd.c9321 INIT_LIST_HEAD (&hcd->dev_list); in usb_hcd_cpe_ehci_probe()
9714 INIT_LIST_HEAD (&hcd->dev_list); in usb_hcd_cpe_ehci_probe_EX()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUsbd.c947 ms_list_init (&pDev->dev_list); in ms_hcd_alloc_dev()
951 ms_insert_list_after (&pDev->dev_list, &pHcd->hcd_dev_list); in ms_hcd_alloc_dev()
1487 ms_list_remove (&pDev->dev_list); in ms_hcd_free_dev()
H A DdrvUsbd.h157 struct list_head dev_list; member