Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c2147 if (xhci->num_active_eps + added_eps > xhci->limit_active_eps) { in xhci_reserve_host_resources()
2151 xhci->num_active_eps, added_eps, in xhci_reserve_host_resources()
2155 xhci->num_active_eps += added_eps; in xhci_reserve_host_resources()
2158 xhci->num_active_eps); in xhci_reserve_host_resources()
2174 xhci->num_active_eps -= num_failed_eps; in xhci_free_host_resources()
2178 xhci->num_active_eps); in xhci_free_host_resources()
2193 xhci->num_active_eps -= num_dropped_eps; in xhci_finish_resource_reservation()
2198 xhci->num_active_eps); in xhci_finish_resource_reservation()
2811 xhci->num_active_eps); in xhci_configure_endpoint()
3667 xhci->num_active_eps -= num_dropped_eps; in xhci_free_device_endpoint_resources()
[all …]
H A Dxhci.h1913 unsigned int num_active_eps; member
H A Dxhci-mem.c2027 xhci->num_active_eps = 0; in xhci_mem_cleanup()