Searched defs:freeze (Results 1 - 4 of 4) sorted by relevance

/include/linux/
H A Dvirtio.h98 int (*freeze)(struct virtio_device *dev); member in struct:virtio_driver
H A Dpm_domain.h41 int (*freeze)(struct device *dev); member in struct:gpd_dev_ops
H A Dpm.h83 * followed by one of the suspend callbacks: @suspend(), @freeze(), or
98 * fails before the driver's suspend callback: @suspend(), @freeze() or
133 * @freeze: Hibernation-specific, executed before creating a hibernation image.
137 * @freeze() to save the device settings in memory to be used by @restore()
139 * Subsystem-level @freeze() is executed for all devices after invoking
142 * @freeze_late: Continue operations started by @freeze(). Analogous to
149 * Undo the changes made by the preceding @freeze(), so the device can be
150 * operated in the same way as immediately before the call to @freeze().
153 * directly after @freeze() in case of a transition error.
191 * @freeze_noirq: Complete the actions started by @freeze()
269 int (*freeze)(struct device *dev); member in struct:dev_pm_ops
[all...]
H A Dlibata.h836 void (*freeze)(struct ata_port *ap); member in struct:ata_port_operations

Completed in 351 milliseconds