Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h6801 struct dev_pm_domain { struct
6802 struct dev_pm_ops ops;
6803 int (*start)(struct device *);
6804 void (*detach)(struct device *, bool);
6805 int (*activate)(struct device *);
6806 void (*sync)(struct device *);
6807 void (*dismiss)(struct device *);
6808 int (*set_performance_state)(struct device *, unsigned int);
6809 u64 android_kabi_reserved1;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h6404 struct dev_pm_domain { struct
6405 struct dev_pm_ops ops;
6406 int (*start)(struct device *);
6407 void (*detach)(struct device *, bool);
6408 int (*activate)(struct device *);
6409 void (*sync)(struct device *);
6410 void (*dismiss)(struct device *);
6411 int (*set_performance_state)(struct device *, unsigned int);
6412 u64 android_kabi_reserved1;