Searched refs:thaw (Results 1 – 25 of 53) sorted by relevance
123
| /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/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_platform.c | 211 .thaw = sxgbe_platform_restore,
|
| /linux/drivers/hid/surface-hid/ |
| H A D | surface_hid_core.c | 276 .thaw = surface_hid_resume,
|
| /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 | 384 .thaw = intel_vbtn_pm_resume,
|
| /linux/include/linux/ |
| H A D | platform_device.h | 419 .thaw = platform_pm_thaw, \
|
| /linux/drivers/pnp/ |
| H A D | driver.c | 272 .thaw = pnp_bus_resume,
|
| /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 | 152 .thaw = xenbus_dev_thaw,
|
| /linux/drivers/ata/ |
| H A D | sata_rcar.c | 626 .thaw = sata_rcar_thaw, 1004 .thaw = sata_rcar_resume,
|
| /linux/sound/ac97/ |
| H A D | bus.c | 400 .thaw = pm_generic_thaw,
|
| /linux/drivers/platform/surface/aggregator/ |
| H A D | core.c | 614 .thaw = ssam_serial_hub_pm_thaw,
|
| /linux/block/ |
| H A D | bdev.c | 360 if (bdev->bd_holder_ops && bdev->bd_holder_ops->thaw) { in bdev_thaw() 361 error = bdev->bd_holder_ops->thaw(bdev); in bdev_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,
|
| H A D | usb.c | 575 .thaw = usb_dev_thaw,
|
| /linux/drivers/video/fbdev/via/ |
| H A D | via-core.c | 714 .thaw = via_resume,
|
| /linux/drivers/hid/intel-ish-hid/ishtp/ |
| H A D | bus.c | 385 .thaw = ishtp_cl_device_resume,
|
| /linux/drivers/macintosh/ |
| H A D | adb.c | 856 .thaw = adb_resume,
|
| /linux/Documentation/power/ |
| H A D | userland-swsusp.rst | 42 thaw user space processes frozen by SNAPSHOT_FREEZE
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | pci.c | 909 .thaw = pm_sleep_ptr(mt7925_pci_resume),
|
| /linux/drivers/virtio/ |
| H A D | virtio_pci_common.c | 655 .thaw = virtio_pci_restore,
|
123