Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h6846 struct dev_pm_ops { struct
6847 int (*prepare)(struct device *);
6848 void (*complete)(struct device *);
6849 int (*suspend)(struct device *);
6850 int (*resume)(struct device *);
6851 int (*freeze)(struct device *);
6852 int (*thaw)(struct device *);
6853 int (*poweroff)(struct device *);
6854 int (*restore)(struct device *);
6878 struct dev_pm_ops ops; argument