Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/mfd/
Dmax77620.h329 struct max77620_chip { struct
337 enum max77620_chip_id chip_id; argument
339 bool sleep_enable;
340 bool enable_global_lpm;
341 int shutdown_fps_period[MAX77620_FPS_COUNT];
342 int suspend_fps_period[MAX77620_FPS_COUNT];
344 struct regmap_irq_chip_data *top_irq_data;
345 struct regmap_irq_chip_data *gpio_irq_data;
/linux-4.19.296/drivers/regulator/
Dmax77620-regulator.c764 struct max77620_chip *max77620_chip = dev_get_drvdata(pdev->dev.parent); in max77620_regulator_probe() local