Searched refs:xcap_max_ports (Results 1 – 4 of 4) sorted by relevance
252 if (port < 1 || port > xhcip->xhci_caps.xcap_max_ports) in xhci_root_hub_handle_port_clear_feature()333 if (port < 1 || port > xhcip->xhci_caps.xcap_max_ports) in xhci_root_hub_handle_port_set_feature()455 if (port < 1 || port > xhcip->xhci_caps.xcap_max_ports) in xhci_root_hub_handle_port_get_status()623 for (i = 0; i <= xhcip->xhci_caps.xcap_max_ports; i++) { in xhci_root_hub_psc_callback()760 hdp->bNbrPorts = xhcip->xhci_caps.xcap_max_ports; in xhci_root_hub_fill_hub_desc()779 for (i = 1; i < xhcip->xhci_caps.xcap_max_ports; i++) { in xhci_root_hub_fill_hub_desc()
1243 xcap->xcap_max_ports = XHCI_HCS1_N_PORTS(struc1); in xhci_read_params()1244 if (xcap->xcap_max_ports > MAX_PORTS) { in xhci_read_params()1246 "supports %d, limiting to %d\n", xcap->xcap_max_ports, in xhci_read_params()1248 xcap->xcap_max_ports = MAX_PORTS; in xhci_read_params()1857 xhi.xhi_nports = xhcip->xhci_caps.xcap_max_ports; in xhci_ioctl_portsc()1858 for (i = 1; i <= xhcip->xhci_caps.xcap_max_ports; i++) { in xhci_ioctl_portsc()1880 xhcip->xhci_caps.xcap_max_ports) in xhci_ioctl_clear()1903 xhcip->xhci_caps.xcap_max_ports) in xhci_ioctl_setpls()
126 if (port < 1 || port > xhcip->xhci_caps.xcap_max_ports) { in xhci_event_process_psc()
286 uint8_t xcap_max_ports; member