Searched refs:maxp0 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hub.c | 4802 int maxp0; in hub_port_init() local 4934 maxp0 = get_bMaxPacketSize0(udev, buf, in hub_port_init() 4936 if (maxp0 > 0 && !initial && in hub_port_init() 4937 maxp0 != udev->descriptor.bMaxPacketSize0) { in hub_port_init() 4952 if (maxp0 < 0) { in hub_port_init() 4953 if (maxp0 != -ENODEV) in hub_port_init() 4955 maxp0); in hub_port_init() 4956 retval = maxp0; in hub_port_init() 5001 maxp0 = get_bMaxPacketSize0(udev, buf, 8, retries == 0); in hub_port_init() 5002 if (maxp0 < in hub_port_init() [all...] |
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | hub.c | 4818 int maxp0; in hub_port_init() local 4949 maxp0 = get_bMaxPacketSize0(udev, buf, in hub_port_init() 4951 if (maxp0 > 0 && !initial && in hub_port_init() 4952 maxp0 != udev->descriptor.bMaxPacketSize0) { in hub_port_init() 4967 if (maxp0 < 0) { in hub_port_init() 4968 if (maxp0 != -ENODEV) in hub_port_init() 4970 maxp0); in hub_port_init() 4971 retval = maxp0; in hub_port_init() 5014 maxp0 = get_bMaxPacketSize0(udev, buf, 8, retries == 0); in hub_port_init() 5015 if (maxp0 < in hub_port_init() [all...] |
Completed in 12 milliseconds