Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/regulator/
Ddriver.h617 struct regulator_dev { struct
618 const struct regulator_desc *desc;
619 int exclusive;
620 u32 use_count;
621 u32 open_count;
645 void *reg_data; /* regulator_dev data */ argument
647 struct dentry *debugfs;
649 struct regulator_enable_gpio *ena_pin;
650 unsigned int ena_gpio_state:1;
652 unsigned int is_switch:1;
[all …]
/linux-6.14.4/drivers/regulator/
Dcore.c1372 int (*set)(struct regulator_dev *, int, int, bool), in notif_set_limit()
1391 int (*set)(struct regulator_dev *, int, int, bool), in handle_notify_limits()