Searched refs:xhci_find_slot_id_by_port (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A 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()
|
H A D | xhci-pci.c | 920 slot_id = xhci_find_slot_id_by_port(port->rhub->hcd, xhci, in xhci_pci_poweroff_late()
|
H A D | xhci.h | 1981 int xhci_find_slot_id_by_port(struct usb_hcd *hcd, struct xhci_hcd *xhci,
|
H A D | xhci-ring.c | 2019 slot_id = xhci_find_slot_id_by_port(hcd, xhci, hcd_portnum + 1); in handle_port_status() 2079 slot_id = xhci_find_slot_id_by_port(hcd, xhci, hcd_portnum + 1); in handle_port_status()
|