Searched refs:thaw (Results 1 – 25 of 78) sorted by relevance
1234
| /linux/drivers/scsi/ |
| H A D | scsi_pm.c | 44 return pm && pm->thaw ? pm->thaw(dev) : 0; in do_scsi_thaw() 266 .thaw = scsi_bus_thaw,
|
| /linux/drivers/gpu/drm/vboxvideo/ |
| H A D | vbox_drv.c | 169 .thaw = vbox_pm_thaw,
|
| /linux/kernel/power/ |
| H A D | hibernate.c | 946 goto thaw; in hibernate_quiet_exec() 950 goto thaw; in hibernate_quiet_exec() 987 thaw: in hibernate_quiet_exec()
|
| /linux/drivers/hid/surface-hid/ |
| H A D | surface_hid_core.c | 276 .thaw = surface_hid_resume,
|
| /linux/include/linux/ |
| H A D | platform_device.h | 379 .thaw = platform_pm_thaw, \
|
| /linux/drivers/ata/ |
| H A D | sata_promise.c | 187 .thaw = pdc_sata_thaw, 199 .thaw = pdc_thaw, 207 .thaw = pdc_thaw,
|
| H A D | libata-sff.c | 33 .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 D | sata_rcar.c | 626 .thaw = sata_rcar_thaw, 1004 .thaw = sata_rcar_resume,
|
| H A D | sata_nv.c | 471 .thaw = nv_nf2_thaw, 477 .thaw = nv_ck804_thaw, 492 .thaw = nv_adma_thaw, 513 .thaw = nv_mcp55_thaw,
|
| H A D | pdc_adma.c | 142 .thaw = adma_thaw,
|
| H A D | sata_qstor.c | 125 .thaw = qs_thaw,
|
| /linux/drivers/rtc/ |
| H A D | rtc-lpc32xx.c | 329 .thaw = lpc32xx_rtc_thaw,
|
| H A D | rtc-da9055.c | 380 .thaw = da9055_rtc_resume,
|
| H A D | rtc-wm831x.c | 456 .thaw = wm831x_rtc_resume,
|
| /linux/drivers/platform/x86/intel/ |
| H A D | vbtn.c | 380 .thaw = intel_vbtn_pm_resume,
|
| H A D | hid.c | 437 .thaw = intel_hid_pl_resume_handler,
|
| /linux/drivers/usb/host/ |
| H A D | ohci-platform.c | 354 .thaw = ohci_platform_resume,
|
| /linux/drivers/xen/xenbus/ |
| H A D | xenbus_probe_frontend.c | 154 .thaw = xenbus_dev_cancel,
|
| /linux/block/ |
| H A D | bdev.c | 357 if (bdev->bd_holder_ops && bdev->bd_holder_ops->thaw) { in bdev_thaw() 358 error = bdev->bd_holder_ops->thaw(bdev); in bdev_thaw()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_pci_func.c | 462 .thaw = aq_pm_thaw,
|
| /linux/sound/ac97/ |
| H A D | bus.c | 422 .thaw = pm_generic_thaw,
|
| /linux/drivers/platform/surface/aggregator/ |
| H A D | core.c | 614 .thaw = ssam_serial_hub_pm_thaw,
|
| /linux/drivers/video/fbdev/geode/ |
| H A D | lxfb_core.c | 605 .thaw = lxfb_resume,
|
| /linux/drivers/usb/core/ |
| H A D | hcd-pci.c | 641 .thaw = hcd_pci_resume,
|
| /linux/drivers/hid/intel-ish-hid/ishtp/ |
| H A D | bus.c | 385 .thaw = ishtp_cl_device_resume,
|
1234