Searched defs:regulator_dev (Results 1 – 1 of 1) sorted by relevance
70214 struct regulator_dev { struct70215 const struct regulator_desc *desc;70216 int exclusive;70217 u32 use_count;70218 u32 open_count;70219 u32 bypass_count;70220 struct list_head list;70221 struct list_head consumer_list;70222 struct coupling_desc coupling_desc;70223 struct blocking_notifier_head notifier;[all …]