Searched refs:USB_STATE_NOTATTACHED (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dhub.c89 * change to USB_STATE_NOTATTACHED even when the semaphore isn't held. */
609 USB_STATE_NOTATTACHED);
759 udev->state == USB_STATE_NOTATTACHED)) {
788 if (!udev || udev->state == USB_STATE_NOTATTACHED) {
812 usb_set_device_state(udev, USB_STATE_NOTATTACHED);
1343 if (hdev->state == USB_STATE_NOTATTACHED)
1403 if (udev->state == USB_STATE_NOTATTACHED || !udev->parent)
1420 udev->state = USB_STATE_NOTATTACHED;
1430 * can change to USB_STATE_NOTATTACHED at almost any time. This
1439 * If udev->state is already USB_STATE_NOTATTACHED the
[all...]
H A Ddriver.c1049 if (udev->state == USB_STATE_NOTATTACHED ||
1072 if (udev->state == USB_STATE_NOTATTACHED)
1106 if (udev->state == USB_STATE_NOTATTACHED ||
1134 if (udev->state == USB_STATE_NOTATTACHED)
1216 if (udev->state == USB_STATE_NOTATTACHED ||
1281 if (udev->state == USB_STATE_NOTATTACHED) {
1352 if (udev->state != USB_STATE_NOTATTACHED)
H A Dusb.c566 if (udev->state == USB_STATE_NOTATTACHED)
582 if (udev->state == USB_STATE_NOTATTACHED)
H A Dsysfs.c571 if (udev->state != USB_STATE_NOTATTACHED) {
H A Ddevio.c117 ps->dev->state != USB_STATE_NOTATTACHED);
694 if (dev->state == USB_STATE_NOTATTACHED)
H A Dhcd.c2108 USB_STATE_NOTATTACHED);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dconsole.c208 if (!port || port->serial->dev->state == USB_STATE_NOTATTACHED)
H A Dusb-serial.c357 if (port->serial->dev->state == USB_STATE_NOTATTACHED)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dch9.h806 USB_STATE_NOTATTACHED = 0, enumerator in enum:usb_device_state
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.c1019 (udev->state == USB_STATE_NOTATTACHED) ? true : false);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dusb.c806 if (us->pusb_dev->state == USB_STATE_NOTATTACHED)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfsl_qe_udc.c2443 udc->resume_state = USB_STATE_NOTATTACHED;
H A Dfsl_udc_core.c2193 udc->resume_state = USB_STATE_NOTATTACHED;
H A Dlangwell_udc.c3121 dev->resume_state = USB_STATE_NOTATTACHED;

Completed in 213 milliseconds