VHCI_HC_PORTS 83 drivers/usb/usbip/vhci.h #define VHCI_PORTS (VHCI_HC_PORTS*2) VHCI_HC_PORTS 106 drivers/usb/usbip/vhci.h u32 port_status[VHCI_HC_PORTS]; VHCI_HC_PORTS 118 drivers/usb/usbip/vhci.h struct vhci_device vdev[VHCI_HC_PORTS]; VHCI_HC_PORTS 141 drivers/usb/usbip/vhci.h return port % VHCI_HC_PORTS; VHCI_HC_PORTS 232 drivers/usb/usbip/vhci_hcd.c int retval = DIV_ROUND_UP(VHCI_HC_PORTS + 1, 8); VHCI_HC_PORTS 246 drivers/usb/usbip/vhci_hcd.c for (rhport = 0; rhport < VHCI_HC_PORTS; rhport++) { VHCI_HC_PORTS 293 drivers/usb/usbip/vhci_hcd.c desc->bNbrPorts = VHCI_HC_PORTS; VHCI_HC_PORTS 307 drivers/usb/usbip/vhci_hcd.c desc->bNbrPorts = VHCI_HC_PORTS; VHCI_HC_PORTS 308 drivers/usb/usbip/vhci_hcd.c BUILD_BUG_ON(VHCI_HC_PORTS > USB_MAXCHILDREN); VHCI_HC_PORTS 325 drivers/usb/usbip/vhci_hcd.c u32 prev_port_status[VHCI_HC_PORTS]; VHCI_HC_PORTS 345 drivers/usb/usbip/vhci_hcd.c if (wIndex < 1 || wIndex > VHCI_HC_PORTS) { VHCI_HC_PORTS 347 drivers/usb/usbip/vhci_hcd.c if (wIndex > VHCI_HC_PORTS) VHCI_HC_PORTS 694 drivers/usb/usbip/vhci_hcd.c if (portnum > VHCI_HC_PORTS) { VHCI_HC_PORTS 1172 drivers/usb/usbip/vhci_hcd.c for (rhport = 0; rhport < VHCI_HC_PORTS; rhport++) { VHCI_HC_PORTS 1228 drivers/usb/usbip/vhci_hcd.c for (rhport = 0; rhport < VHCI_HC_PORTS; rhport++) { VHCI_HC_PORTS 1427 drivers/usb/usbip/vhci_hcd.c for (rhport = 0; rhport < VHCI_HC_PORTS; rhport++) { VHCI_HC_PORTS 84 drivers/usb/usbip/vhci_sysfs.c for (i = 0; i < VHCI_HC_PORTS; i++) { VHCI_HC_PORTS 93 drivers/usb/usbip/vhci_sysfs.c for (i = 0; i < VHCI_HC_PORTS; i++) { VHCI_HC_PORTS 98 drivers/usb/usbip/vhci_sysfs.c pdev_nr * VHCI_PORTS + VHCI_HC_PORTS + i, vdev); VHCI_HC_PORTS 112 drivers/usb/usbip/vhci_sysfs.c for (i = 0; i < VHCI_HC_PORTS; i++) { VHCI_HC_PORTS 120 drivers/usb/usbip/vhci_sysfs.c for (i = 0; i < VHCI_HC_PORTS; i++) { VHCI_HC_PORTS 122 drivers/usb/usbip/vhci_sysfs.c (pdev_nr * VHCI_PORTS) + VHCI_HC_PORTS + i, VHCI_HC_PORTS 219 drivers/usb/usbip/vhci_sysfs.c if (*rhport >= VHCI_HC_PORTS) { VHCI_HC_PORTS 223 drivers/usb/usbip/vhci_sysfs.c *rhport = array_index_nospec(*rhport, VHCI_HC_PORTS); VHCI_HC_PORTS 253 drivers/usb/usbip/vhci_sysfs.c if ((port / VHCI_HC_PORTS) % 2)