Searched defs:regulator_dev (Results 1 – 2 of 2) sorted by relevance
610 struct regulator_dev { struct612 int exclusive;613 u32 use_count;614 u32 open_count;638 void *reg_data; /* regulator_dev data */ argument640 struct dentry *debugfs;645 unsigned int is_switch:1;648 ktime_t last_off;649 int cached_err;650 bool use_cached_err;[all …]
1347 int (*set)(struct regulator_dev *, int, int, bool), in notif_set_limit()1366 int (*set)(struct regulator_dev *, int, int, bool), in handle_notify_limits()
Completed in 17 milliseconds