Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h6607 struct dev_pm_ops { struct
6608 int (*prepare)(struct device *);
6609 void (*complete)(struct device *);
6610 int (*suspend)(struct device *);
6611 int (*resume)(struct device *);
6612 int (*freeze)(struct device *);
6613 int (*thaw)(struct device *);
6614 int (*poweroff)(struct device *);
6615 int (*restore)(struct device *);
6616 int (*suspend_late)(struct device *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h6216 struct dev_pm_ops { struct
6217 int (*prepare)(struct device *);
6218 void (*complete)(struct device *);
6219 int (*suspend)(struct device *);
6220 int (*resume)(struct device *);
6221 int (*freeze)(struct device *);
6222 int (*thaw)(struct device *);
6223 int (*poweroff)(struct device *);
6224 int (*restore)(struct device *);
6225 int (*suspend_late)(struct device *);
[all …]