Searched defs:sc210iot (Results 1 – 2 of 2) sorted by relevance
121 struct sc210iot { struct122 struct device *dev;123 struct clk *xvclk;124 struct regmap *regmap;125 struct gpio_desc *reset_gpio;126 struct gpio_desc *pwdn_gpio;127 struct regulator_bulk_data supplies[SC210IOT_NUM_SUPPLIES];151 const struct sc210iot_mode *cur_mode; argument160 static const struct regmap_config sc210iot_regmap_config = { argument268 static inline int sc210iot_read_reg(struct sc210iot *sc210iot, u16 addr, u8 *value) in sc210iot_read_reg()[all …]
235 sc210iot: sc210iot@32 { label