Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h103420 struct devfreq_governor { struct
103421 struct list_head node;
103422 const char name[16];
103423 const u64 attrs;
103424 const u64 flags;
103425 int (*get_target_freq)(struct devfreq *, unsigned long *);
103426 int (*event_handler)(struct devfreq *, unsigned int, void *);
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h113215 struct devfreq_governor { struct
113216 struct list_head node;
113217 const char name[16];
113218 const u64 attrs;
113219 const u64 flags;
113220 int (*get_target_freq)(struct devfreq *, unsigned long *);
113221 int (*event_handler)(struct devfreq *, unsigned int, void *);