Home
last modified time | relevance | path

Searched refs:PMSG_IS_AUTO (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dcore.c654 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 Ddriver.c1282 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 Dhcd.c2142 (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 Dhub.c3310 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 Dcdc-wdm.c1080 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 Dcdc-acm.c1616 if (PMSG_IS_AUTO(message)) { in acm_suspend()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.c1806 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 Ddwc3-imx8mp.c234 if (PMSG_IS_AUTO(msg) || device_may_wakeup(dwc3_imx->dev)) in dwc3_imx8mp_suspend()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpm.h480 #define PMSG_IS_AUTO(msg) (((msg).event & PM_EVENT_AUTO) != 0) macro
/OK3568_Linux_fs/kernel/drivers/nfc/nfcmrvl/
H A Dusb.c383 if (!(PMSG_IS_AUTO(message) && drv_data->tx_in_flight)) { in nfcmrvl_suspend()
/OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/
H A Dusb.c587 if (PMSG_IS_AUTO(pm_msg)) in i2400mu_suspend()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-picolcd_core.c370 if (PMSG_IS_AUTO(message)) in picolcd_suspend()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dusb_wwan.c603 if (PMSG_IS_AUTO(message)) { in usb_wwan_suspend()
H A Dsierra.c939 if (PMSG_IS_AUTO(message)) { in sierra_suspend()
H A Dxr_usb_serial_common.c1871 if (PMSG_IS_AUTO(message)) { in xr_usb_serial_suspend()
/OK3568_Linux_fs/kernel/drivers/hid/usbhid/
H A Dhid-core.c1576 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 Drtsx_usb.c710 if (PMSG_IS_AUTO(message)) { in rtsx_usb_suspend()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-acpi.c894 bool runtime = PMSG_IS_AUTO(state); in sata_acpi_set_state()
H A Dlibata-eh.c3901 if (PMSG_IS_AUTO(ap->pm_mesg)) { in ata_eh_handle_port_suspend()
/OK3568_Linux_fs/kernel/sound/usb/
H A Dcard.c1211 if (!PMSG_IS_AUTO(message) && !chip->system_suspend) { in usb_audio_suspend()
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dbtusb.c4391 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 Dsmsc95xx.c1723 if (ret && PMSG_IS_AUTO(message)) in smsc95xx_suspend()
H A Dusbnet.c1843 if (dev->txq.qlen && PMSG_IS_AUTO(message)) { in usbnet_suspend()
H A Dlan78xx.c3975 PMSG_IS_AUTO(message)) { in lan78xx_suspend()
4004 if (PMSG_IS_AUTO(message)) { in lan78xx_suspend()
H A Dsmsc75xx.c2088 if (ret && PMSG_IS_AUTO(message)) in smsc75xx_suspend()

12