Searched defs:max77541 (Results 1 – 2 of 2) sorted by relevance
80 struct max77541 { struct81 struct i2c_client *i2c;82 struct regmap *regmap;83 enum max7754x_ids id;85 struct regmap_irq_chip_data *irq_data;86 struct regmap_irq_chip_data *irq_buck;87 struct regmap_irq_chip_data *irq_topsys;88 struct regmap_irq_chip_data *irq_adc;
109 struct max77541 *max77541 = dev_get_drvdata(dev->parent); in max77541_regulator_probe() local