Home
last modified time | relevance | path

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

/include/linux/regulator/
Ddriver.h615 struct regulator_dev { struct
616 const struct regulator_desc *desc;
617 int exclusive;
618 u32 use_count;
619 u32 open_count;
643 void *reg_data; /* regulator_dev data */ argument
645 struct dentry *debugfs;
647 struct regulator_enable_gpio *ena_pin;
648 unsigned int ena_gpio_state:1;
650 unsigned int is_switch:1;
[all …]