Home
last modified time | relevance | path

Searched defs:max77541 (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/mfd/
H A Dmax77541.h80 struct max77541 { struct
81 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;
/linux/drivers/regulator/
H A Dmax77541-regulator.c109 struct max77541 *max77541 = dev_get_drvdata(dev->parent); in max77541_regulator_probe() local