Searched refs:USB_MAXCHILDREN (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/usb/ |
H A D | ch11.h | 24 #define USB_MAXCHILDREN 31 macro 274 __u8 DeviceRemovable[(USB_MAXCHILDREN + 1 + 7) / 8]; 275 __u8 PortPwrCtrlMask[(USB_MAXCHILDREN + 1 + 7) / 8];
|
/kernel/linux/linux-6.6/include/uapi/linux/usb/ |
H A D | ch11.h | 22 #define USB_MAXCHILDREN 31 macro 272 __u8 DeviceRemovable[(USB_MAXCHILDREN + 1 + 7) / 8]; 273 __u8 PortPwrCtrlMask[(USB_MAXCHILDREN + 1 + 7) / 8];
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/ |
H A D | ch11.h | 9 #define USB_MAXCHILDREN 31 macro 145 __u8 DeviceRemovable[(USB_MAXCHILDREN + 1 + 7) / 8]; 146 __u8 PortPwrCtrlMask[(USB_MAXCHILDREN + 1 + 7) / 8];
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/ |
H A D | ch11.h | 22 #define USB_MAXCHILDREN 31 macro 151 __u8 DeviceRemovable[(USB_MAXCHILDREN + 1 + 7) / 8]; 152 __u8 PortPwrCtrlMask[(USB_MAXCHILDREN + 1 + 7) / 8];
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/ |
H A D | ch11.h | 22 #define USB_MAXCHILDREN 31 macro 151 __u8 DeviceRemovable[(USB_MAXCHILDREN + 1 + 7) / 8]; 152 __u8 PortPwrCtrlMask[(USB_MAXCHILDREN + 1 + 7) / 8];
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hub.h | 48 #if USB_MAXCHILDREN > 31 /* 8*sizeof(unsigned long) - 1 */ 69 u8 indicator[USB_MAXCHILDREN];
|
H A D | hcd.c | 321 (USB_MAXCHILDREN + 1 + 7) / 8, 0x00, 358 (USB_MAXCHILDREN + 1 + 7) / 8, 0x00,
|
H A D | hub.c | 1419 * hub->descriptor can handle USB_MAXCHILDREN ports, in hub_configure() 1428 maxchild = USB_MAXCHILDREN; in hub_configure() 1478 char portstr[USB_MAXCHILDREN + 1]; in hub_configure() 1647 * to be big enough for at least USB_MAXCHILDREN ports. */ in hub_configure()
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | hub.h | 48 #if USB_MAXCHILDREN > 31 /* 8*sizeof(unsigned long) - 1 */ 69 u8 indicator[USB_MAXCHILDREN];
|
H A D | hcd.c | 300 (USB_MAXCHILDREN + 1 + 7) / 8, 0x00, 337 (USB_MAXCHILDREN + 1 + 7) / 8, 0x00,
|
H A D | hub.c | 1426 * hub->descriptor can handle USB_MAXCHILDREN ports, in hub_configure() 1435 maxchild = USB_MAXCHILDREN; in hub_configure() 1485 char portstr[USB_MAXCHILDREN + 1]; in hub_configure() 1654 * to be big enough for at least USB_MAXCHILDREN ports. */ in hub_configure()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-mem.c | 2409 if (xhci->usb2_rhub.num_ports > USB_MAXCHILDREN) { in xhci_setup_port_arrays() 2412 USB_MAXCHILDREN); in xhci_setup_port_arrays() 2413 xhci->usb2_rhub.num_ports = USB_MAXCHILDREN; in xhci_setup_port_arrays()
|
H A D | xhci-hub.c | 197 __u8 port_removable[(USB_MAXCHILDREN + 1 + 7) / 8]; in xhci_usb2_hub_descriptor() 226 /* ch11.h defines a hub descriptor that has room for USB_MAXCHILDREN in xhci_usb2_hub_descriptor() 230 * USB_MAXCHILDREN ports, we may need to use the DeviceRemovable array in xhci_usb2_hub_descriptor() 1617 u32 portsc_buf[USB_MAXCHILDREN]; in xhci_bus_suspend()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-mem.c | 2217 if (xhci->usb2_rhub.num_ports > USB_MAXCHILDREN) { in xhci_setup_port_arrays() 2220 USB_MAXCHILDREN); in xhci_setup_port_arrays() 2221 xhci->usb2_rhub.num_ports = USB_MAXCHILDREN; in xhci_setup_port_arrays()
|
H A D | xhci-hub.c | 283 __u8 port_removable[(USB_MAXCHILDREN + 1 + 7) / 8]; in xhci_usb2_hub_descriptor() 312 /* ch11.h defines a hub descriptor that has room for USB_MAXCHILDREN in xhci_usb2_hub_descriptor() 316 * USB_MAXCHILDREN ports, we may need to use the DeviceRemovable array in xhci_usb2_hub_descriptor() 1723 u32 portsc_buf[USB_MAXCHILDREN]; in xhci_bus_suspend()
|
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | vhci_hcd.c | 308 BUILD_BUG_ON(VHCI_HC_PORTS > USB_MAXCHILDREN); in hub_descriptor()
|
/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | vhci_hcd.c | 308 BUILD_BUG_ON(VHCI_HC_PORTS > USB_MAXCHILDREN); in hub_descriptor()
|
Completed in 37 milliseconds