Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h6558 struct dev_pm_ops { struct
6559 int (*prepare)(struct device *);
6560 void (*complete)(struct device *);
6561 int (*suspend)(struct device *);
6562 int (*resume)(struct device *);
6563 int (*freeze)(struct device *);
6564 int (*thaw)(struct device *);
6565 int (*poweroff)(struct device *);
6566 int (*restore)(struct device *);
6567 int (*suspend_late)(struct device *);
[all …]
Dvmlinux.h6558 struct dev_pm_ops { struct
6559 int (*prepare)(struct device *);
6560 void (*complete)(struct device *);
6561 int (*suspend)(struct device *);
6562 int (*resume)(struct device *);
6563 int (*freeze)(struct device *);
6564 int (*thaw)(struct device *);
6565 int (*poweroff)(struct device *);
6566 int (*restore)(struct device *);
6567 int (*suspend_late)(struct device *);
[all …]
/external/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
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h5635 struct dev_pm_ops { struct
5636 int (*prepare)(struct device *);
5637 void (*complete)(struct device *);
5638 int (*suspend)(struct device *);
5639 int (*resume)(struct device *);
5640 int (*freeze)(struct device *);
5641 int (*thaw)(struct device *);
5642 int (*poweroff)(struct device *);
5643 int (*restore)(struct device *);
5644 int (*suspend_late)(struct device *);
[all …]
Dvmlinux_510.h5635 struct dev_pm_ops { struct
5636 int (*prepare)(struct device *);
5637 void (*complete)(struct device *);
5638 int (*suspend)(struct device *);
5639 int (*resume)(struct device *);
5640 int (*freeze)(struct device *);
5641 int (*thaw)(struct device *);
5642 int (*poweroff)(struct device *);
5643 int (*restore)(struct device *);
5644 int (*suspend_late)(struct device *);
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h6315 struct dev_pm_ops { struct
6316 int (*prepare)(struct device *);
6317 void (*complete)(struct device *);
6318 int (*suspend)(struct device *);
6319 int (*resume)(struct device *);
6320 int (*freeze)(struct device *);
6321 int (*thaw)(struct device *);
6322 int (*poweroff)(struct device *);
6323 int (*restore)(struct device *);
6324 int (*suspend_late)(struct device *);
[all …]
Dvmlinux_505.h6315 struct dev_pm_ops { struct
6316 int (*prepare)(struct device *);
6317 void (*complete)(struct device *);
6318 int (*suspend)(struct device *);
6319 int (*resume)(struct device *);
6320 int (*freeze)(struct device *);
6321 int (*thaw)(struct device *);
6322 int (*poweroff)(struct device *);
6323 int (*restore)(struct device *);
6324 int (*suspend_late)(struct device *);
[all …]