Symbol: max77620_chip
drivers/gpio/gpio-max77620.c
307
struct max77620_chip *chip = dev_get_drvdata(pdev->dev.parent);
drivers/mfd/max77620.c
232
struct max77620_chip *chip = irq_drv_data;
drivers/mfd/max77620.c
245
struct max77620_chip *chip = irq_drv_data;
drivers/mfd/max77620.c
278
static int max77620_get_fps_period_reg_value(struct max77620_chip *chip,
drivers/mfd/max77620.c
310
static int max77620_config_fps(struct max77620_chip *chip,
drivers/mfd/max77620.c
400
static int max77620_initialise_fps(struct max77620_chip *chip)
drivers/mfd/max77620.c
461
static int max77620_read_es_version(struct max77620_chip *chip)
drivers/mfd/max77620.c
488
struct max77620_chip *chip = data->cb_data;
drivers/mfd/max77620.c
501
struct max77620_chip *chip;
drivers/mfd/max77620.c
589
static int max77620_set_fps_period(struct max77620_chip *chip,
drivers/mfd/max77620.c
608
struct max77620_chip *chip = dev_get_drvdata(dev);
drivers/mfd/max77620.c
659
struct max77620_chip *chip = dev_get_drvdata(dev);
drivers/pinctrl/pinctrl-max77620.c
553
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
797
switch (max77620_chip->chip_id) {
drivers/regulator/max77620-regulator.c
826
if ((max77620_chip->chip_id == MAX77620) &&