Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h73832 struct regulator_irq_desc { struct
73833 const char *name;
73834 int fatal_cnt;
73835 int reread_ms;
73836 int irq_off_ms;
73837 bool skip_off;
73838 bool high_prio;
73839 void *data;
73840 int (*die)(struct regulator_irq_data *);
73841 int (*map_event)(int, struct regulator_irq_data *, unsigned long *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h84021 struct regulator_irq_desc { struct
84022 const char *name;
84023 int fatal_cnt;
84024 int reread_ms;
84025 int irq_off_ms;
84026 bool skip_off;
84027 bool high_prio;
84028 void *data;
84029 int (*die)(struct regulator_irq_data *);
84030 int (*map_event)(int, struct regulator_irq_data *, unsigned long *);
[all …]