Lines Matching defs:regulator_dev
617 struct regulator_dev { struct
618 const struct regulator_desc *desc;
619 int exclusive;
620 u32 use_count;
621 u32 open_count;
645 void *reg_data; /* regulator_dev data */ argument
647 struct dentry *debugfs;
649 struct regulator_enable_gpio *ena_pin;
650 unsigned int ena_gpio_state:1;
652 unsigned int is_switch:1;
655 ktime_t last_off;
656 int cached_err;
657 bool use_cached_err;
658 spinlock_t err_lock;
660 int pw_requested_mW;