Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci.c2188 xhci->num_active_eps, added_eps, in xhci_reserve_host_resources()
2192 xhci->num_active_eps += added_eps; in xhci_reserve_host_resources()
2195 xhci->num_active_eps); in xhci_reserve_host_resources()
2211 xhci->num_active_eps -= num_failed_eps; in xhci_free_host_resources()
2215 xhci->num_active_eps); in xhci_free_host_resources()
2235 xhci->num_active_eps); in xhci_finish_resource_reservation()
2884 xhci->num_active_eps); in xhci_configure_endpoint()
3739 xhci->num_active_eps); in xhci_free_device_endpoint_resources()
4039 xhci->num_active_eps += 1; in xhci_reserve_host_control_ep_resources()
4042 xhci->num_active_eps); in xhci_reserve_host_control_ep_resources()
[all …]
H A Dxhci.h1641 unsigned int num_active_eps; member
H A Dxhci-mem.c1937 xhci->num_active_eps = 0; in xhci_mem_cleanup()