| /OK3568_Linux_fs/kernel/drivers/usb/cdns3/ |
| H A D | core.c | 654 if (PMSG_IS_AUTO(msg)) in cdns3_controller_suspend() 685 if (cdns->roles[cdns->role]->resume && !PMSG_IS_AUTO(msg)) in cdns3_controller_resume()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | driver.c | 1282 if (!PMSG_IS_AUTO(msg) && udev->parent && udev->bus->hs_companion) in usb_resume_device() 1313 if (status && !PMSG_IS_AUTO(msg)) in usb_suspend_interface() 1425 if (!PMSG_IS_AUTO(msg)) in usb_suspend_both() 1440 if (udev->parent && !PMSG_IS_AUTO(msg)) in usb_suspend_both()
|
| H A D | hcd.c | 2142 (PMSG_IS_AUTO(msg) ? "auto-" : ""), in hcd_bus_suspend() 2160 if (!PMSG_IS_AUTO(msg)) in hcd_bus_suspend() 2195 (PMSG_IS_AUTO(msg) ? "auto-" : "")); in hcd_bus_resume() 2201 if (!PMSG_IS_AUTO(msg)) { in hcd_bus_resume()
|
| H A D | hub.c | 3310 if (PMSG_IS_AUTO(msg)) in usb_port_suspend() 3321 if (PMSG_IS_AUTO(msg)) in usb_port_suspend() 3340 else if (PMSG_IS_AUTO(msg) || usb_wakeup_enabled_descendants(udev) > 0) in usb_port_suspend() 3361 if (!PMSG_IS_AUTO(msg)) in usb_port_suspend() 3365 (PMSG_IS_AUTO(msg) ? "auto-" : ""), in usb_port_suspend() 3597 (PMSG_IS_AUTO(msg) ? "auto-" : "")); in usb_port_resume() 3742 if (PMSG_IS_AUTO(msg)) in hub_suspend() 3753 if (PMSG_IS_AUTO(msg)) in hub_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/usb/class/ |
| H A D | cdc-wdm.c | 1080 if (!PMSG_IS_AUTO(message)) { in wdm_suspend() 1086 if (PMSG_IS_AUTO(message) && in wdm_suspend() 1101 if (!PMSG_IS_AUTO(message)) { in wdm_suspend()
|
| H A D | cdc-acm.c | 1616 if (PMSG_IS_AUTO(message)) { in acm_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc3/ |
| H A D | core.c | 1806 if (!PMSG_IS_AUTO(msg)) { in dwc3_suspend_common() 1828 if (PMSG_IS_AUTO(msg)) in dwc3_suspend_common() 1866 if (!PMSG_IS_AUTO(msg)) { in dwc3_resume_common() 1888 if (PMSG_IS_AUTO(msg)) in dwc3_resume_common()
|
| H A D | dwc3-imx8mp.c | 234 if (PMSG_IS_AUTO(msg) || device_may_wakeup(dwc3_imx->dev)) in dwc3_imx8mp_suspend()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pm.h | 480 #define PMSG_IS_AUTO(msg) (((msg).event & PM_EVENT_AUTO) != 0) macro
|
| /OK3568_Linux_fs/kernel/drivers/nfc/nfcmrvl/ |
| H A D | usb.c | 383 if (!(PMSG_IS_AUTO(message) && drv_data->tx_in_flight)) { in nfcmrvl_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/ |
| H A D | usb.c | 587 if (PMSG_IS_AUTO(pm_msg)) in i2400mu_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-picolcd_core.c | 370 if (PMSG_IS_AUTO(message)) in picolcd_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | usb_wwan.c | 603 if (PMSG_IS_AUTO(message)) { in usb_wwan_suspend()
|
| H A D | sierra.c | 939 if (PMSG_IS_AUTO(message)) { in sierra_suspend()
|
| H A D | xr_usb_serial_common.c | 1871 if (PMSG_IS_AUTO(message)) { in xr_usb_serial_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/hid/usbhid/ |
| H A D | hid-core.c | 1576 if (PMSG_IS_AUTO(message)) { in hid_suspend() 1615 if (PMSG_IS_AUTO(message) && test_bit(HID_KEYS_PRESSED, &usbhid->iofl)) { in hid_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/misc/cardreader/ |
| H A D | rtsx_usb.c | 710 if (PMSG_IS_AUTO(message)) { in rtsx_usb_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | libata-acpi.c | 894 bool runtime = PMSG_IS_AUTO(state); in sata_acpi_set_state()
|
| H A D | libata-eh.c | 3901 if (PMSG_IS_AUTO(ap->pm_mesg)) { in ata_eh_handle_port_suspend()
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | card.c | 1211 if (!PMSG_IS_AUTO(message) && !chip->system_suspend) { in usb_audio_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | btusb.c | 4391 if (!(PMSG_IS_AUTO(message) && data->tx_in_flight)) { in btusb_suspend() 4417 if (PMSG_IS_AUTO(message) && in btusb_suspend() 4420 else if (!PMSG_IS_AUTO(message)) in btusb_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | smsc95xx.c | 1723 if (ret && PMSG_IS_AUTO(message)) in smsc95xx_suspend()
|
| H A D | usbnet.c | 1843 if (dev->txq.qlen && PMSG_IS_AUTO(message)) { in usbnet_suspend()
|
| H A D | lan78xx.c | 3975 PMSG_IS_AUTO(message)) { in lan78xx_suspend() 4004 if (PMSG_IS_AUTO(message)) { in lan78xx_suspend()
|
| H A D | smsc75xx.c | 2088 if (ret && PMSG_IS_AUTO(message)) in smsc75xx_suspend()
|