Lines Matching refs:maxp0
4809 int maxp0; in hub_port_init() local
4940 maxp0 = get_bMaxPacketSize0(udev, buf, in hub_port_init()
4942 if (maxp0 > 0 && !initial && in hub_port_init()
4943 maxp0 != udev->descriptor.bMaxPacketSize0) { in hub_port_init()
4958 if (maxp0 < 0) { in hub_port_init()
4959 if (maxp0 != -ENODEV) in hub_port_init()
4961 maxp0); in hub_port_init()
4962 retval = maxp0; in hub_port_init()
5005 maxp0 = get_bMaxPacketSize0(udev, buf, 8, retries == 0); in hub_port_init()
5006 if (maxp0 < 0) { in hub_port_init()
5007 retval = maxp0; in hub_port_init()
5015 if (!initial && maxp0 != udev->descriptor.bMaxPacketSize0) { in hub_port_init()
5042 i = maxp0; in hub_port_init()
5044 if (maxp0 <= 16) in hub_port_init()
5045 i = 1 << maxp0; in hub_port_init()
5063 dev_err(&udev->dev, "Invalid ep0 maxpacket: %d\n", maxp0); in hub_port_init()