Lines Matching refs:ENOTCONN
2693 return -ENOTCONN; in hub_port_wait_reset()
2697 return -ENOTCONN; in hub_port_wait_reset()
2705 return -ENOTCONN; in hub_port_wait_reset()
2770 if (status && status != -ENOTCONN && status != -ENODEV) in hub_port_reset()
2777 if (status == 0 || status == -ENOTCONN || status == -ENODEV) { in hub_port_reset()
4711 status = -ENOTCONN; /* Don't retry */ in hub_port_connect()
4752 status = -ENOTCONN; /* Don't retry */ in hub_port_connect()
4777 status = -ENOTCONN; in hub_port_connect()
4815 if ((status == -ENOTCONN) || (status == -ENOTSUPP)) in hub_port_connect()
4821 if (status != -ENOTCONN && status != -ENODEV) in hub_port_connect()
5363 if (ret >= 0 || ret == -ENOTCONN || ret == -ENODEV) in usb_reset_and_verify_device()