Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci.c2207 u32 num_dropped_eps; in xhci_finish_resource_reservation() local
2209 num_dropped_eps = xhci_count_num_dropped_endpoints(xhci, ctrl_ctx); in xhci_finish_resource_reservation()
2210 xhci->num_active_eps -= num_dropped_eps; in xhci_finish_resource_reservation()
2211 if (num_dropped_eps) in xhci_finish_resource_reservation()
2214 num_dropped_eps, in xhci_finish_resource_reservation()
3640 unsigned int num_dropped_eps = 0; in xhci_free_device_endpoint_resources() local
3646 num_dropped_eps++; in xhci_free_device_endpoint_resources()
3649 xhci->num_active_eps -= num_dropped_eps; in xhci_free_device_endpoint_resources()
3650 if (num_dropped_eps) in xhci_free_device_endpoint_resources()
3654 num_dropped_eps, drop_flags, in xhci_free_device_endpoint_resources()