USB_STATE_SUSPENDED 2987 drivers/net/usb/hso.c 	if (hso_dev->usb->state == USB_STATE_SUSPENDED) {
USB_STATE_SUSPENDED 3004 drivers/net/usb/hso.c 	if (hso_dev->usb->state != USB_STATE_SUSPENDED) {
USB_STATE_SUSPENDED 1909 drivers/usb/chipidea/udc.c 					USB_STATE_SUSPENDED);
USB_STATE_SUSPENDED  106 drivers/usb/common/common.c 		[USB_STATE_SUSPENDED] = "suspended",
USB_STATE_SUSPENDED 1142 drivers/usb/core/driver.c 			udev->state == USB_STATE_SUSPENDED)
USB_STATE_SUSPENDED 1300 drivers/usb/core/driver.c 			udev->state == USB_STATE_SUSPENDED)
USB_STATE_SUSPENDED 1407 drivers/usb/core/driver.c 	if (udev->state == USB_STATE_SUSPENDED || udev->reset_resume)
USB_STATE_SUSPENDED 1436 drivers/usb/core/driver.c 		if (udev->state != USB_STATE_SUSPENDED)
USB_STATE_SUSPENDED 1449 drivers/usb/core/driver.c 	if (udev->state == USB_STATE_SUSPENDED && w != udev->do_remote_wakeup)
USB_STATE_SUSPENDED 2132 drivers/usb/core/hcd.c 		usb_set_device_state(rhdev, USB_STATE_SUSPENDED);
USB_STATE_SUSPENDED 2009 drivers/usb/core/hub.c 	if (udev->state == USB_STATE_SUSPENDED)
USB_STATE_SUSPENDED 2050 drivers/usb/core/hub.c 			if (udev->state == USB_STATE_SUSPENDED
USB_STATE_SUSPENDED 2051 drivers/usb/core/hub.c 					|| new_state == USB_STATE_SUSPENDED)
USB_STATE_SUSPENDED 2061 drivers/usb/core/hub.c 		if (udev->state == USB_STATE_SUSPENDED &&
USB_STATE_SUSPENDED 2062 drivers/usb/core/hub.c 			new_state != USB_STATE_SUSPENDED)
USB_STATE_SUSPENDED 2064 drivers/usb/core/hub.c 		else if (new_state == USB_STATE_SUSPENDED &&
USB_STATE_SUSPENDED 2065 drivers/usb/core/hub.c 				udev->state != USB_STATE_SUSPENDED)
USB_STATE_SUSPENDED 3345 drivers/usb/core/hub.c 		usb_set_device_state(udev, USB_STATE_SUSPENDED);
USB_STATE_SUSPENDED 3625 drivers/usb/core/hub.c 	if (udev->state == USB_STATE_SUSPENDED) {
USB_STATE_SUSPENDED 3657 drivers/usb/core/hub.c 		if (!udev || udev->state != USB_STATE_SUSPENDED ||
USB_STATE_SUSPENDED 5217 drivers/usb/core/hub.c 		} else if (udev->state == USB_STATE_SUSPENDED &&
USB_STATE_SUSPENDED 5713 drivers/usb/core/hub.c 			udev->state == USB_STATE_SUSPENDED) {
USB_STATE_SUSPENDED  828 drivers/usb/core/message.c 	if (dev->state == USB_STATE_SUSPENDED)
USB_STATE_SUSPENDED 1374 drivers/usb/core/message.c 	if (dev->state == USB_STATE_SUSPENDED)
USB_STATE_SUSPENDED 1531 drivers/usb/core/message.c 	if (dev->state == USB_STATE_SUSPENDED)
USB_STATE_SUSPENDED  413 drivers/usb/core/sysfs.c 	if (udev->state != USB_STATE_SUSPENDED)
USB_STATE_SUSPENDED  463 drivers/usb/core/sysfs.c 	if (udev->state != USB_STATE_SUSPENDED && !udev->dev.power.runtime_auto)
USB_STATE_SUSPENDED  801 drivers/usb/core/usb.c 	if (udev->state == USB_STATE_SUSPENDED)
USB_STATE_SUSPENDED  817 drivers/usb/core/usb.c 		if (udev->state == USB_STATE_SUSPENDED)
USB_STATE_SUSPENDED 2094 drivers/usb/gadget/udc/fsl_qe_udc.c 	udc->usb_state = USB_STATE_SUSPENDED;
USB_STATE_SUSPENDED 2117 drivers/usb/gadget/udc/fsl_qe_udc.c 		if ((udc->usb_state) != USB_STATE_SUSPENDED)
USB_STATE_SUSPENDED 2120 drivers/usb/gadget/udc/fsl_qe_udc.c 		if (udc->usb_state == USB_STATE_SUSPENDED)
USB_STATE_SUSPENDED 1758 drivers/usb/gadget/udc/fsl_udc_core.c 	udc->usb_state = USB_STATE_SUSPENDED;
USB_STATE_SUSPENDED 1882 drivers/usb/gadget/udc/fsl_udc_core.c 	if (udc->usb_state == USB_STATE_SUSPENDED)
USB_STATE_SUSPENDED 1358 drivers/usb/gadget/udc/gr_udc.c 		usb_gadget_set_state(&dev->gadget, USB_STATE_SUSPENDED);
USB_STATE_SUSPENDED 1426 drivers/usb/gadget/udc/mv_u3d_core.c 		u3d->usb_state = USB_STATE_SUSPENDED;
USB_STATE_SUSPENDED 1940 drivers/usb/gadget/udc/mv_udc_core.c 	udc->usb_state = USB_STATE_SUSPENDED;
USB_STATE_SUSPENDED 1975 drivers/usb/gadget/udc/mv_udc_core.c 		udc->usb_state = USB_STATE_SUSPENDED;
USB_STATE_SUSPENDED 1984 drivers/usb/gadget/udc/mv_udc_core.c 		&& udc->usb_state == USB_STATE_SUSPENDED) {
USB_STATE_SUSPENDED 1503 drivers/usb/gadget/udc/udc-xilinx.c 		udc->usb_state = USB_STATE_SUSPENDED;
USB_STATE_SUSPENDED 1512 drivers/usb/gadget/udc/udc-xilinx.c 		bool condition = (udc->usb_state != USB_STATE_SUSPENDED);
USB_STATE_SUSPENDED  470 drivers/usb/renesas_usbhs/mod_gadget.c 		usb_gadget_set_state(&gpriv->gadget, USB_STATE_SUSPENDED);