Home
last modified time | relevance | path

Searched refs:thaw (Results 1 – 25 of 84) sorted by relevance

1234

/linux/drivers/scsi/
H A Dscsi_pm.c44 return pm && pm->thaw ? pm->thaw(dev) : 0; in do_scsi_thaw()
266 .thaw = scsi_bus_thaw,
/linux/kernel/power/
H A Dhibernate.c946 goto thaw; in hibernate_quiet_exec()
950 goto thaw; in hibernate_quiet_exec()
987 thaw: in hibernate_quiet_exec()
/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_drv.c169 .thaw = vbox_pm_thaw,
/linux/drivers/hid/surface-hid/
H A Dsurface_hid_core.c276 .thaw = surface_hid_resume,
/linux/include/linux/
H A Dplatform_device.h374 .thaw = platform_pm_thaw, \
/linux/drivers/ata/
H A Dsata_promise.c187 .thaw = pdc_sata_thaw,
199 .thaw = pdc_thaw,
207 .thaw = pdc_thaw,
H A Dlibata-sff.c33 .thaw = ata_sff_thaw,
2775 bool thaw = false; in ata_bmdma_error_handler() local
2797 thaw = true; in ata_bmdma_error_handler()
2804 if (thaw) { in ata_bmdma_error_handler()
2813 if (thaw) in ata_bmdma_error_handler()
H A Dsata_rcar.c626 .thaw = sata_rcar_thaw,
1004 .thaw = sata_rcar_resume,
H A Dsata_nv.c471 .thaw = nv_nf2_thaw,
477 .thaw = nv_ck804_thaw,
492 .thaw = nv_adma_thaw,
513 .thaw = nv_mcp55_thaw,
/linux/drivers/rtc/
H A Drtc-lpc32xx.c329 .thaw = lpc32xx_rtc_thaw,
H A Drtc-da9055.c380 .thaw = da9055_rtc_resume,
H A Drtc-wm831x.c456 .thaw = wm831x_rtc_resume,
/linux/drivers/pci/
H A Dpci-driver.c1159 if (pm->thaw) in pci_pm_thaw()
1160 error = pm->thaw(dev); in pci_pm_thaw()
1424 .thaw = pci_pm_thaw,
/linux/drivers/pnp/
H A Ddriver.c272 .thaw = pnp_bus_resume,
/linux/drivers/usb/host/
H A Dohci-platform.c354 .thaw = ohci_platform_resume,
/linux/drivers/xen/xenbus/
H A Dxenbus_probe_frontend.c152 .thaw = xenbus_dev_thaw,
/linux/drivers/base/
H A Dplatform.c1230 if (drv->pm->thaw) in platform_pm_thaw()
1231 ret = drv->pm->thaw(dev); in platform_pm_thaw()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_pci_func.c462 .thaw = aq_pm_thaw,
/linux/sound/ac97/
H A Dbus.c422 .thaw = pm_generic_thaw,
/linux/drivers/platform/surface/aggregator/
H A Dcore.c614 .thaw = ssam_serial_hub_pm_thaw,
/linux/drivers/video/fbdev/geode/
H A Dlxfb_core.c605 .thaw = lxfb_resume,
/linux/drivers/usb/core/
H A Dhcd-pci.c641 .thaw = hcd_pci_resume,
/linux/drivers/platform/x86/intel/
H A Dhid.c456 .thaw = intel_hid_pl_resume_handler,
/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dbus.c385 .thaw = ishtp_cl_device_resume,
/linux/drivers/pci/pcie/
H A Dportdrv.c661 .thaw = pcie_port_device_resume,

1234