Lines Matching refs:maxp0
4916 int maxp0; in hub_port_init() local
5047 maxp0 = get_bMaxPacketSize0(udev, buf, in hub_port_init()
5049 if (maxp0 > 0 && !initial && in hub_port_init()
5050 maxp0 != udev->descriptor.bMaxPacketSize0) { in hub_port_init()
5065 if (maxp0 < 0) { in hub_port_init()
5066 if (maxp0 != -ENODEV) in hub_port_init()
5068 maxp0); in hub_port_init()
5069 retval = maxp0; in hub_port_init()
5112 maxp0 = get_bMaxPacketSize0(udev, buf, 8, retries == 0); in hub_port_init()
5113 if (maxp0 < 0) { in hub_port_init()
5114 retval = maxp0; in hub_port_init()
5122 if (!initial && maxp0 != udev->descriptor.bMaxPacketSize0) { in hub_port_init()
5149 i = maxp0; in hub_port_init()
5151 if (maxp0 <= 16) in hub_port_init()
5152 i = 1 << maxp0; in hub_port_init()
5171 dev_err(&udev->dev, "Invalid ep0 maxpacket: %d\n", maxp0); in hub_port_init()