Searched refs:old_active_eps (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
H A D | xhci.c | 2108 int old_active_eps) xhci_check_tt_bw_table() 2120 if (old_active_eps) xhci_check_tt_bw_table() 2122 if (old_active_eps == 0 && tt_info->active_eps != 0) { xhci_check_tt_bw_table() 2195 int old_active_eps) xhci_check_bw_table() 2233 if (xhci_check_tt_bw_table(xhci, virt_dev, old_active_eps)) { xhci_check_bw_table() 2534 int old_active_eps) xhci_update_tt_active_eps() 2541 if (old_active_eps == 0 && xhci_update_tt_active_eps() 2545 } else if (old_active_eps != 0 && xhci_update_tt_active_eps() 2559 int old_active_eps = 0; xhci_reserve_bandwidth() local 2562 old_active_eps = virt_dev->tt_info->active_eps; xhci_reserve_bandwidth() 2602 if (!xhci_check_bw_table(xhci, virt_dev, old_active_eps)) { xhci_reserve_bandwidth() 2606 xhci_update_tt_active_eps(xhci, virt_dev, old_active_eps); xhci_reserve_bandwidth() 3462 int old_active_eps = 0; xhci_discover_or_reset_device() local 3481 old_active_eps = virt_dev->tt_info->active_eps; xhci_discover_or_reset_device() 3599 xhci_update_tt_active_eps(xhci, virt_dev, old_active_eps); xhci_discover_or_reset_device() 2106 xhci_check_tt_bw_table(struct xhci_hcd *xhci, struct xhci_virt_device *virt_dev, int old_active_eps) xhci_check_tt_bw_table() argument 2193 xhci_check_bw_table(struct xhci_hcd *xhci, struct xhci_virt_device *virt_dev, int old_active_eps) xhci_check_bw_table() argument 2532 xhci_update_tt_active_eps(struct xhci_hcd *xhci, struct xhci_virt_device *virt_dev, int old_active_eps) xhci_update_tt_active_eps() argument
|
H A D | xhci-mem.c | 917 int old_active_eps = 0; xhci_free_virt_device() local 929 old_active_eps = dev->tt_info->active_eps; xhci_free_virt_device() 950 xhci_update_tt_active_eps(xhci, dev, old_active_eps); xhci_free_virt_device()
|
H A D | xhci.h | 1700 int old_active_eps);
|
Completed in 134 milliseconds