Symbol: max77620_chip
drivers/gpio/gpio-max77620.c
307
struct max77620_chip *chip = dev_get_drvdata(pdev->dev.parent);
drivers/mfd/max77620.c
233
struct max77620_chip *chip = irq_drv_data;
drivers/mfd/max77620.c
246
struct max77620_chip *chip = irq_drv_data;
drivers/mfd/max77620.c
279
static int max77620_get_fps_period_reg_value(struct max77620_chip *chip,
drivers/mfd/max77620.c
311
static int max77620_config_fps(struct max77620_chip *chip,
drivers/mfd/max77620.c
37
static struct max77620_chip *max77620_scratch;
drivers/mfd/max77620.c
401
static int max77620_initialise_fps(struct max77620_chip *chip)
drivers/mfd/max77620.c
462
static int max77620_read_es_version(struct max77620_chip *chip)
drivers/mfd/max77620.c
489
struct max77620_chip *chip = max77620_scratch;
drivers/mfd/max77620.c
500
struct max77620_chip *chip;
drivers/mfd/max77620.c
585
static int max77620_set_fps_period(struct max77620_chip *chip,
drivers/mfd/max77620.c
604
struct max77620_chip *chip = dev_get_drvdata(dev);
drivers/mfd/max77620.c
655
struct max77620_chip *chip = dev_get_drvdata(dev);
drivers/pinctrl/pinctrl-max77620.c
554
struct max77620_chip *max77620 = dev_get_drvdata(pdev->dev.parent);
drivers/regulator/max77620-regulator.c
355
struct max77620_chip *chip = dev_get_drvdata(pmic->dev->parent);
drivers/regulator/max77620-regulator.c
781
struct max77620_chip *max77620_chip = dev_get_drvdata(pdev->dev.parent);
drivers/regulator/max77620-regulator.c
795
pmic->rmap = max77620_chip->rmap;
drivers/regulator/max77620-regulator.c
799
switch (max77620_chip->chip_id) {
drivers/regulator/max77620-regulator.c
828
if ((max77620_chip->chip_id == MAX77620) &&