Symbol: max8925_chip
drivers/input/misc/max8925_onkey.c
136
struct max8925_chip *chip = dev_get_drvdata(pdev->dev.parent);
drivers/input/misc/max8925_onkey.c
150
struct max8925_chip *chip = dev_get_drvdata(pdev->dev.parent);
drivers/input/misc/max8925_onkey.c
68
struct max8925_chip *chip = dev_get_drvdata(pdev->dev.parent);
drivers/mfd/max8925-core.c
473
struct max8925_chip *chip = data;
drivers/mfd/max8925-core.c
502
struct max8925_chip *chip = data;
drivers/mfd/max8925-core.c
531
struct max8925_chip *chip = irq_data_get_irq_chip_data(data);
drivers/mfd/max8925-core.c
538
struct max8925_chip *chip = irq_data_get_irq_chip_data(data);
drivers/mfd/max8925-core.c
616
struct max8925_chip *chip = irq_data_get_irq_chip_data(data);
drivers/mfd/max8925-core.c
624
struct max8925_chip *chip = irq_data_get_irq_chip_data(data);
drivers/mfd/max8925-core.c
654
static int max8925_irq_init(struct max8925_chip *chip, int irq,
drivers/mfd/max8925-core.c
719
static void init_regulator(struct max8925_chip *chip,
drivers/mfd/max8925-core.c
826
int max8925_device_init(struct max8925_chip *chip,
drivers/mfd/max8925-core.c
904
void max8925_device_exit(struct max8925_chip *chip)
drivers/mfd/max8925-i2c.c
111
struct max8925_chip *chip = i2c_get_clientdata(i2c);
drivers/mfd/max8925-i2c.c
150
struct max8925_chip *chip;
drivers/mfd/max8925-i2c.c
169
sizeof(struct max8925_chip), GFP_KERNEL);
drivers/mfd/max8925-i2c.c
201
struct max8925_chip *chip = i2c_get_clientdata(client);
drivers/mfd/max8925-i2c.c
212
struct max8925_chip *chip = i2c_get_clientdata(client);
drivers/mfd/max8925-i2c.c
222
struct max8925_chip *chip = i2c_get_clientdata(client);
drivers/mfd/max8925-i2c.c
51
struct max8925_chip *chip = i2c_get_clientdata(i2c);
drivers/mfd/max8925-i2c.c
69
struct max8925_chip *chip = i2c_get_clientdata(i2c);
drivers/mfd/max8925-i2c.c
83
struct max8925_chip *chip = i2c_get_clientdata(i2c);
drivers/mfd/max8925-i2c.c
97
struct max8925_chip *chip = i2c_get_clientdata(i2c);
drivers/power/supply/max8925_power.c
108
struct max8925_chip *chip = info->chip;
drivers/power/supply/max8925_power.c
382
static int max8925_init_charger(struct max8925_chip *chip,
drivers/power/supply/max8925_power.c
442
struct max8925_chip *chip = info->chip;
drivers/power/supply/max8925_power.c
506
struct max8925_chip *chip = dev_get_drvdata(pdev->dev.parent);
drivers/power/supply/max8925_power.c
64
struct max8925_chip *chip;
drivers/power/supply/max8925_power.c
87
struct max8925_chip *chip = info->chip;
drivers/regulator/max8925-regulator.c
220
struct max8925_chip *chip = dev_get_drvdata(pdev->dev.parent);
drivers/rtc/rtc-max8925.c
247
struct max8925_chip *chip = dev_get_drvdata(pdev->dev.parent);
drivers/rtc/rtc-max8925.c
290
struct max8925_chip *chip = dev_get_drvdata(pdev->dev.parent);
drivers/rtc/rtc-max8925.c
299
struct max8925_chip *chip = dev_get_drvdata(pdev->dev.parent);
drivers/rtc/rtc-max8925.c
66
struct max8925_chip *chip;
drivers/video/backlight/max8925_bl.c
120
struct max8925_chip *chip = dev_get_drvdata(pdev->dev.parent);
drivers/video/backlight/max8925_bl.c
24
struct max8925_chip *chip;
drivers/video/backlight/max8925_bl.c
34
struct max8925_chip *chip = data->chip;
drivers/video/backlight/max8925_bl.c
72
struct max8925_chip *chip = data->chip;
include/linux/mfd/max8925.h
270
extern int max8925_device_init(struct max8925_chip *,
include/linux/mfd/max8925.h
272
extern void max8925_device_exit(struct max8925_chip *);