| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb_hub.c | 666 for (i = 0; i < ((hub->desc.bNbrPorts + 1 + 7)/8); i++) in usb_hub_configure() 670 for (i = 0; i < ((hub->desc.bNbrPorts + 1 + 7)/8); i++) in usb_hub_configure() 674 dev->maxchild = descriptor->bNbrPorts; in usb_hub_configure()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/ |
| H A D | ch11.h | 265 __u8 bNbrPorts; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/ |
| H A D | ch11.h | 265 __u8 bNbrPorts; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/usb/ |
| H A D | ch11.h | 265 __u8 bNbrPorts; member
|
| /OK3568_Linux_fs/u-boot/drivers/usb/emul/ |
| H A D | sandbox_hub.c | 94 .bNbrPorts = SANDBOX_NUM_PORTS,
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | vhci_hcd.c | 293 desc->bNbrPorts = VHCI_HC_PORTS; in ss_hub_descriptor() 307 desc->bNbrPorts = VHCI_HC_PORTS; in hub_descriptor() 309 width = desc->bNbrPorts / 8 + 1; in hub_descriptor()
|
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | musb_virthub.c | 329 desc->bNbrPorts = 1; in musb_hub_control()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | hub.c | 129 .bNbrPorts = AST_VHUB_NUM_PORTS, 1031 vhub->vhub_hub_desc.bNbrPorts = vhub->max_ports; in ast_vhub_init_desc()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | xhci.c | 1216 descriptor.hub.bNbrPorts = ((reg & HCS_MAX_PORTS_MASK) >> in xhci_lowlevel_init() 1218 printf("Register %x NbrPorts %d\n", reg, descriptor.hub.bNbrPorts); in xhci_lowlevel_init()
|
| H A D | ehci-hcd.c | 1045 descriptor.hub.bNbrPorts = HCS_N_PORTS(reg); in ehci_common_init() 1046 debug("Register %x NbrPorts %d\n", reg, descriptor.hub.bNbrPorts); in ehci_common_init()
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | lvstest.c | 338 for (i = 1; i <= descriptor->bNbrPorts; i++) { in lvs_rh_work()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usb.h | 560 unsigned char bNbrPorts; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ohci-hub.c | 546 desc->bNbrPorts = ohci->num_ports; in ohci_hub_descriptor()
|
| H A D | ehci-hub.c | 708 desc->bNbrPorts = ports; in ehci_hub_descriptor()
|
| H A D | isp1362-hcd.c | 1546 desc->bNbrPorts = reg & 0x3; in isp1362_hub_descriptor() 1556 desc->u.hs.DeviceRemovable[0] = desc->bNbrPorts == 1 ? 1 << 1 : 3 << 1; in isp1362_hub_descriptor()
|
| H A D | max3421-hcd.c | 1644 desc->bNbrPorts = 1; in hub_descriptor()
|
| H A D | isp116x-hcd.c | 951 desc->bNbrPorts = (u8) (reg & 0x3); in isp116x_hub_descriptor()
|
| H A D | sl811-hcd.c | 1098 desc->bNbrPorts = 1; in sl811h_hub_descriptor()
|
| H A D | xhci-hub.c | 176 desc->bNbrPorts = ports; in xhci_common_hub_descriptor()
|
| H A D | imx21-hcd.c | 1467 desc->bNbrPorts = readl(imx21->regs + USBH_ROOTHUBA) in get_hub_descriptor()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | hub.c | 405 size = USB_DT_HUB_NONVAR_SIZE + desc->bNbrPorts / 8 + 1; in get_hub_descriptor() 1420 if (hub->descriptor->bNbrPorts > maxchild) { in hub_configure() 1424 } else if (hub->descriptor->bNbrPorts == 0) { in hub_configure() 1444 maxchild = hub->descriptor->bNbrPorts; in hub_configure()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | dummy_hcd.c | 2061 desc->bNbrPorts = 1; in ss_hub_descriptor() 2074 desc->bNbrPorts = 1; in hub_descriptor()
|
| /OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/ |
| H A D | mod_host.c | 1220 desc->bNbrPorts = roothub_id; in __usbhsh_hub_get_status()
|
| /OK3568_Linux_fs/kernel/drivers/usb/isp1760/ |
| H A D | isp1760-hcd.c | 1763 desc->bNbrPorts = ports; in isp1760_hub_descriptor()
|
| /OK3568_Linux_fs/kernel/drivers/staging/octeon-usb/ |
| H A D | octeon-hcd.c | 3398 desc->bNbrPorts = 1; in octeon_usb_hub_control()
|