Home
last modified time | relevance | path

Searched refs:maxp0 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/core/
H A Dhub.c4850 int maxp0; in hub_port_init() local
4981 maxp0 = get_bMaxPacketSize0(udev, buf, in hub_port_init()
4983 if (maxp0 > 0 && !initial && in hub_port_init()
4984 maxp0 != udev->descriptor.bMaxPacketSize0) { in hub_port_init()
4999 if (maxp0 < 0) { in hub_port_init()
5000 if (maxp0 != -ENODEV) in hub_port_init()
5002 maxp0); in hub_port_init()
5003 retval = maxp0; in hub_port_init()
5046 maxp0 = get_bMaxPacketSize0(udev, buf, 8, retries == 0); in hub_port_init()
5047 if (maxp0 < 0) { in hub_port_init()
[all …]