Home
last modified time | relevance | path

Searched defs:dev_pm_ops (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dpm.h49 struct dev_pm_ops { struct
50 int (*resume)(struct device *);
51 int (*resume_early)(struct device *);
52 int (*suspend)(struct device *);
53 int (*suspend_late)(struct device *);
54 int (*freeze)(struct device *);
55 int (*freeze_late)(struct device *);
56 int (*thaw_early)(struct device *);
57 int (*thaw)(struct device *);
58 int (*poweroff)(struct device *);
[all …]