Lines Matching refs:ENOTCONN
2708 return -ENOTCONN; in hub_port_wait_reset()
2712 return -ENOTCONN; in hub_port_wait_reset()
2720 return -ENOTCONN; in hub_port_wait_reset()
2785 if (status && status != -ENOTCONN && status != -ENODEV) in hub_port_reset()
2792 if (status == 0 || status == -ENOTCONN || status == -ENODEV) { in hub_port_reset()
4751 status = -ENOTCONN; /* Don't retry */ in hub_port_connect()
4792 status = -ENOTCONN; /* Don't retry */ in hub_port_connect()
4817 status = -ENOTCONN; in hub_port_connect()
4855 if ((status == -ENOTCONN) || (status == -ENOTSUPP)) in hub_port_connect()
4861 if (status != -ENOTCONN && status != -ENODEV) in hub_port_connect()
5403 if (ret >= 0 || ret == -ENOTCONN || ret == -ENODEV) in usb_reset_and_verify_device()