Lines Matching defs:regulator_dev
612 struct regulator_dev { struct
613 const struct regulator_desc *desc;
614 int exclusive;
615 u32 use_count;
616 u32 open_count;
640 void *reg_data; /* regulator_dev data */ argument
642 struct dentry *debugfs;
644 struct regulator_enable_gpio *ena_pin;
645 unsigned int ena_gpio_state:1;
647 unsigned int is_switch:1;
650 ktime_t last_off;
651 int cached_err;
652 bool use_cached_err;
653 spinlock_t err_lock;