Lines Matching defs:regulator_dev
610 struct regulator_dev { struct
611 const struct regulator_desc *desc;
612 int exclusive;
613 u32 use_count;
614 u32 open_count;
638 void *reg_data; /* regulator_dev data */ argument
640 struct dentry *debugfs;
642 struct regulator_enable_gpio *ena_pin;
643 unsigned int ena_gpio_state:1;
645 unsigned int is_switch:1;
648 ktime_t last_off;
649 int cached_err;
650 bool use_cached_err;
651 spinlock_t err_lock;