Searched defs:regulator_dev (Results 1 – 2 of 2) sorted by relevance
611 struct regulator_dev { struct612 const struct regulator_desc *desc;613 int exclusive;614 u32 use_count;615 u32 open_count;639 void *reg_data; /* regulator_dev data */ argument641 struct dentry *debugfs;643 struct regulator_enable_gpio *ena_pin;644 unsigned int ena_gpio_state:1;646 unsigned int is_switch:1;[all …]
1343 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()