Lines Matching defs:regulator_dev
607 struct regulator_dev { struct
608 const struct regulator_desc *desc;
609 int exclusive;
610 u32 use_count;
611 u32 open_count;
635 void *reg_data; /* regulator_dev data */ argument
637 struct dentry *debugfs;
639 struct regulator_enable_gpio *ena_pin;
640 unsigned int ena_gpio_state:1;
642 unsigned int is_switch:1;
645 ktime_t last_off;
646 int cached_err;
647 bool use_cached_err;
648 spinlock_t err_lock;