Lines Matching defs:regulator_dev
611 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;
649 ktime_t last_off;
650 int cached_err;
651 bool use_cached_err;
652 spinlock_t err_lock;