Home
last modified time | relevance | path

Searched refs:max77620_chip (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/mfd/
H A Dmax77620.c36 static struct max77620_chip *max77620_scratch;
232 struct max77620_chip *chip = irq_drv_data; in max77620_irq_global_mask()
245 struct max77620_chip *chip = irq_drv_data; in max77620_irq_global_unmask()
278 static int max77620_get_fps_period_reg_value(struct max77620_chip *chip, in max77620_get_fps_period_reg_value()
310 static int max77620_config_fps(struct max77620_chip *chip, in max77620_config_fps()
400 static int max77620_initialise_fps(struct max77620_chip *chip) in max77620_initialise_fps()
462 static int max77620_read_es_version(struct max77620_chip *chip) in max77620_read_es_version()
489 struct max77620_chip *chip = max77620_scratch; in max77620_pm_power_off()
500 struct max77620_chip *chip; in max77620_probe()
578 static int max77620_set_fps_period(struct max77620_chip *chip, in max77620_set_fps_period()
[all …]
/openbmc/linux/drivers/regulator/
H A Dmax77620-regulator.c355 struct max77620_chip *chip = dev_get_drvdata(pmic->dev->parent); in max77620_config_power_ok()
781 struct max77620_chip *max77620_chip = dev_get_drvdata(pdev->dev.parent); in max77620_regulator_probe() local
795 pmic->rmap = max77620_chip->rmap; in max77620_regulator_probe()
799 switch (max77620_chip->chip_id) { in max77620_regulator_probe()
828 if ((max77620_chip->chip_id == MAX77620) && in max77620_regulator_probe()
/openbmc/linux/include/linux/mfd/
H A Dmax77620.h327 struct max77620_chip { struct
/openbmc/linux/drivers/gpio/
H A Dgpio-max77620.c292 struct max77620_chip *chip = dev_get_drvdata(pdev->dev.parent); in max77620_gpio_probe()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-max77620.c552 struct max77620_chip *max77620 = dev_get_drvdata(pdev->dev.parent); in max77620_pinctrl_probe()