Lines Matching refs:port_id
1432 struct xhci_hcd *xhci, u32 port_id) in find_faked_portnum_from_hw_portnum() argument
1441 for (i = 0; i < (port_id - 1); i++) { in find_faked_portnum_from_hw_portnum()
1486 u32 port_id; in handle_port_status() local
1501 port_id = GET_PORT_ID(le32_to_cpu(event->generic.field[0])); in handle_port_status()
1502 xhci_dbg(xhci, "Port Status Change Event for port %d\n", port_id); in handle_port_status()
1505 if ((port_id <= 0) || (port_id > max_ports)) { in handle_port_status()
1506 xhci_warn(xhci, "Invalid port id %d\n", port_id); in handle_port_status()
1514 major_revision = xhci->port_array[port_id - 1]; in handle_port_status()
1524 port_id); in handle_port_status()
1531 port_id); in handle_port_status()
1550 port_id); in handle_port_status()
1562 xhci_dbg(xhci, "port resume event for port %d\n", port_id); in handle_port_status()
1571 xhci_dbg(xhci, "remote wake SS port %d\n", port_id); in handle_port_status()
1588 xhci_dbg(xhci, "resume HS port %d\n", port_id); in handle_port_status()
1600 xhci_dbg(xhci, "resume SS port %d finished\n", port_id); in handle_port_status()