Home
last modified time | relevance | path

Searched refs:bw_endpoint_list (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/usb/host/ !
Dxhci.c2202 struct xhci_virt_ep, bw_endpoint_list); in xhci_check_bw_table()
2344 if (list_empty(&virt_ep->bw_endpoint_list)) in xhci_drop_ep_from_interval_table()
2378 list_del_init(&virt_ep->bw_endpoint_list); in xhci_drop_ep_from_interval_table()
2440 bw_endpoint_list) { in xhci_add_ep_to_interval_table()
2444 list_add_tail(&virt_ep->bw_endpoint_list, in xhci_add_ep_to_interval_table()
2445 &smaller_ep->bw_endpoint_list); in xhci_add_ep_to_interval_table()
2450 list_add_tail(&virt_ep->bw_endpoint_list, in xhci_add_ep_to_interval_table()
3478 if (!list_empty(&virt_dev->eps[i].bw_endpoint_list)) in xhci_discover_or_reset_device()
Dxhci.h862 struct list_head bw_endpoint_list; member
Dxhci-mem.c903 if (!list_empty(&dev->eps[i].bw_endpoint_list)) in xhci_free_virt_device()
965 INIT_LIST_HEAD(&dev->eps[i].bw_endpoint_list); in xhci_alloc_virt_device()