Symbol: pm80x_chip
drivers/input/misc/88pm80x_onkey.c
25
struct pm80x_chip *pm80x;
drivers/input/misc/88pm80x_onkey.c
56
struct pm80x_chip *chip = dev_get_drvdata(pdev->dev.parent);
drivers/mfd/88pm800.c
238
static int device_gpadc_init(struct pm80x_chip *chip,
drivers/mfd/88pm800.c
305
static int device_onkey_init(struct pm80x_chip *chip,
drivers/mfd/88pm800.c
321
static int device_rtc_init(struct pm80x_chip *chip,
drivers/mfd/88pm800.c
341
static int device_regulator_init(struct pm80x_chip *chip,
drivers/mfd/88pm800.c
356
static int device_irq_init_800(struct pm80x_chip *chip)
drivers/mfd/88pm800.c
389
static void device_irq_exit_800(struct pm80x_chip *chip)
drivers/mfd/88pm800.c
405
static int pm800_pages_init(struct pm80x_chip *chip)
drivers/mfd/88pm800.c
457
static void pm800_pages_exit(struct pm80x_chip *chip)
drivers/mfd/88pm800.c
470
static int device_800_init(struct pm80x_chip *chip,
drivers/mfd/88pm800.c
533
struct pm80x_chip *chip;
drivers/mfd/88pm800.c
586
struct pm80x_chip *chip = i2c_get_clientdata(client);
drivers/mfd/88pm805.c
123
static int device_irq_init_805(struct pm80x_chip *chip)
drivers/mfd/88pm805.c
161
static void device_irq_exit_805(struct pm80x_chip *chip)
drivers/mfd/88pm805.c
177
static int device_805_init(struct pm80x_chip *chip)
drivers/mfd/88pm805.c
215
struct pm80x_chip *chip;
drivers/mfd/88pm805.c
243
struct pm80x_chip *chip = i2c_get_clientdata(client);
drivers/mfd/88pm80x.c
134
struct pm80x_chip *chip = i2c_get_clientdata(client);
drivers/mfd/88pm80x.c
146
struct pm80x_chip *chip = i2c_get_clientdata(client);
drivers/mfd/88pm80x.c
42
static struct pm80x_chip *g_pm80x_chip;
drivers/mfd/88pm80x.c
53
struct pm80x_chip *chip;
drivers/mfd/88pm80x.c
59
devm_kzalloc(&client->dev, sizeof(struct pm80x_chip), GFP_KERNEL);
drivers/regulator/88pm800-regulator.c
228
struct pm80x_chip *chip = dev_get_drvdata(pdev->dev.parent);
drivers/rtc/rtc-88pm80x.c
241
struct pm80x_chip *chip = dev_get_drvdata(pdev->dev.parent);
drivers/rtc/rtc-88pm80x.c
39
struct pm80x_chip *chip;
include/linux/mfd/88pm80x.h
318
int (*plat_config)(struct pm80x_chip *chip,
include/linux/mfd/88pm80x.h
325
static inline int pm80x_request_irq(struct pm80x_chip *pm80x, int irq,
include/linux/mfd/88pm80x.h
335
static inline void pm80x_free_irq(struct pm80x_chip *pm80x, int irq, void *data)
include/linux/mfd/88pm80x.h
346
struct pm80x_chip *chip = dev_get_drvdata(pdev->dev.parent);
include/linux/mfd/88pm80x.h
358
struct pm80x_chip *chip = dev_get_drvdata(pdev->dev.parent);