Searched defs:freeze (Results 1 - 3 of 3) sorted by last modified time

/include/linux/
H A Dlibata.h897 void (*freeze)(struct ata_port *ap); member in struct:ata_port_operations
H A Dpm.h95 * followed by one of the suspend callbacks: @suspend(), @freeze(), or
120 * fails before the driver's suspend callback: @suspend(), @freeze() or
164 * @freeze: Hibernation-specific, executed before creating a hibernation image.
168 * @freeze() to save the device settings in memory to be used by @restore()
170 * Subsystem-level @freeze() is executed for all devices after invoking
173 * @freeze_late: Continue operations started by @freeze(). Analogous to
180 * Undo the changes made by the preceding @freeze(), so the device can be
181 * operated in the same way as immediately before the call to @freeze().
184 * directly after @freeze() in case of a transition error.
222 * @freeze_noirq: Complete the actions started by @freeze()
300 int (*freeze)(struct device *dev); member in struct:dev_pm_ops
[all...]
H A Dvirtio.h146 int (*freeze)(struct virtio_device *dev); member in struct:virtio_driver

Completed in 117 milliseconds