Home
last modified time | relevance | path

Searched refs:bNbrPorts (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/u-boot/common/
H A Dusb_hub.c666 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 Dch11.h265 __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 Dch11.h265 __u8 bNbrPorts; member
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch11.h265 __u8 bNbrPorts; member
/OK3568_Linux_fs/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c94 .bNbrPorts = SANDBOX_NUM_PORTS,
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dvhci_hcd.c293 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 Dmusb_virthub.c329 desc->bNbrPorts = 1; in musb_hub_control()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c129 .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 Dxhci.c1216 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 Dehci-hcd.c1045 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 Dlvstest.c338 for (i = 1; i <= descriptor->bNbrPorts; i++) { in lvs_rh_work()
/OK3568_Linux_fs/u-boot/include/
H A Dusb.h560 unsigned char bNbrPorts; member
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-hub.c546 desc->bNbrPorts = ohci->num_ports; in ohci_hub_descriptor()
H A Dehci-hub.c708 desc->bNbrPorts = ports; in ehci_hub_descriptor()
H A Disp1362-hcd.c1546 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 Dmax3421-hcd.c1644 desc->bNbrPorts = 1; in hub_descriptor()
H A Disp116x-hcd.c951 desc->bNbrPorts = (u8) (reg & 0x3); in isp116x_hub_descriptor()
H A Dsl811-hcd.c1098 desc->bNbrPorts = 1; in sl811h_hub_descriptor()
H A Dxhci-hub.c176 desc->bNbrPorts = ports; in xhci_common_hub_descriptor()
H A Dimx21-hcd.c1467 desc->bNbrPorts = readl(imx21->regs + USBH_ROOTHUBA) in get_hub_descriptor()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhub.c405 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 Ddummy_hcd.c2061 desc->bNbrPorts = 1; in ss_hub_descriptor()
2074 desc->bNbrPorts = 1; in hub_descriptor()
/OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/
H A Dmod_host.c1220 desc->bNbrPorts = roothub_id; in __usbhsh_hub_get_status()
/OK3568_Linux_fs/kernel/drivers/usb/isp1760/
H A Disp1760-hcd.c1763 desc->bNbrPorts = ports; in isp1760_hub_descriptor()
/OK3568_Linux_fs/kernel/drivers/staging/octeon-usb/
H A Docteon-hcd.c3398 desc->bNbrPorts = 1; in octeon_usb_hub_control()

12