Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci.c2334 u32 num_dropped_eps; in xhci_finish_resource_reservation() local
2336 num_dropped_eps = xhci_count_num_dropped_endpoints(xhci, ctrl_ctx); in xhci_finish_resource_reservation()
2337 xhci->num_active_eps -= num_dropped_eps; in xhci_finish_resource_reservation()
2338 if (num_dropped_eps) in xhci_finish_resource_reservation()
2341 num_dropped_eps, in xhci_finish_resource_reservation()
3774 unsigned int num_dropped_eps = 0; in xhci_free_device_endpoint_resources() local
3780 num_dropped_eps++; in xhci_free_device_endpoint_resources()
3783 xhci->num_active_eps -= num_dropped_eps; in xhci_free_device_endpoint_resources()
3784 if (num_dropped_eps) in xhci_free_device_endpoint_resources()
3788 num_dropped_eps, drop_flags, in xhci_free_device_endpoint_resources()