Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/regulator/
A Ddriver.h611 struct regulator_dev { struct
613 int exclusive;
614 u32 use_count;
615 u32 open_count;
639 void *reg_data; /* regulator_dev data */ argument
641 struct dentry *debugfs;
646 unsigned int is_switch:1;
649 ktime_t last_off;
650 int cached_err;
651 bool use_cached_err;
[all …]
/linux-6.3-rc2/drivers/regulator/
A Dcore.c1343 int (*set)(struct regulator_dev *, int, int, bool), in notif_set_limit()
1362 int (*set)(struct regulator_dev *, int, int, bool), in handle_notify_limits()

Completed in 18 milliseconds