Searched defs:regulator_irq_desc (Results 1 – 2 of 2) sorted by relevance
73832 struct regulator_irq_desc { struct73833 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 …]
84021 struct regulator_irq_desc { struct84022 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 …]