Searched refs:xhci_find_slot_id_by_port (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/usb/host/ |
D | xhci-hub.c | 460 int xhci_find_slot_id_by_port(struct usb_hcd *hcd, struct xhci_hcd *xhci, in xhci_find_slot_id_by_port() function 481 EXPORT_SYMBOL_GPL(xhci_find_slot_id_by_port); 989 slot_id = xhci_find_slot_id_by_port(hcd, xhci, in xhci_handle_usb2_port_link_resume() 1335 slot_id = xhci_find_slot_id_by_port(hcd, xhci, in xhci_hub_control() 1466 slot_id = xhci_find_slot_id_by_port(hcd, xhci, in xhci_hub_control() 1587 slot_id = xhci_find_slot_id_by_port(hcd, xhci, in xhci_hub_control() 1826 slot_id = xhci_find_slot_id_by_port(hcd, xhci, in xhci_bus_suspend() 1973 slot_id = xhci_find_slot_id_by_port(hcd, xhci, port_index + 1); in xhci_bus_resume()
|
D | xhci-pci.c | 906 slot_id = xhci_find_slot_id_by_port(port->rhub->hcd, xhci, in xhci_pci_poweroff_late()
|
D | xhci-ring.c | 1918 slot_id = xhci_find_slot_id_by_port(hcd, xhci, hcd_portnum + 1); in handle_port_status() 1978 slot_id = xhci_find_slot_id_by_port(hcd, xhci, hcd_portnum + 1); in handle_port_status()
|
D | xhci.h | 2226 int xhci_find_slot_id_by_port(struct usb_hcd *hcd, struct xhci_hcd *xhci,
|