Lines Matching defs:mt6370_priv
88 struct mt6370_priv { struct
89 struct device *dev;
90 struct iio_channel *iio_adcs;
91 struct mutex attach_lock;
92 struct power_supply *psy;
93 struct regmap *regmap;
94 struct regmap_field *rmap_fields[F_MAX];
95 struct regulator_dev *rdev;
96 struct workqueue_struct *wq;
97 struct work_struct bc12_work;
98 struct delayed_work mivr_dwork;
99 unsigned int irq_nums[MT6370_IRQ_MAX];
100 int attach;
101 int psy_usb_type;
102 bool pwr_rdy;