Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/regulator/
Ddriver.h611 struct regulator_dev { struct
612 const struct regulator_desc *desc;
613 int exclusive;
614 u32 use_count;
615 u32 open_count;
639 void *reg_data; /* regulator_dev data */ argument
641 struct dentry *debugfs;
643 struct regulator_enable_gpio *ena_pin;
644 unsigned int ena_gpio_state:1;
646 unsigned int is_switch:1;
[all …]
/Linux-v6.1/drivers/regulator/
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()