Lines Matching refs:da9055
13 #include <linux/mfd/da9055/core.h>
14 #include <linux/mfd/da9055/reg.h>
15 #include <linux/mfd/da9055/pdata.h>
29 struct da9055 *da9055;
40 ret = da9055_reg_read(gpio->da9055, (offset >> 1) + DA9055_REG_GPIO0_1);
48 ret = da9055_reg_read(gpio->da9055, DA9055_REG_STATUS_B);
53 ret = da9055_reg_read(gpio->da9055, DA9055_REG_GPIO_MODE0_2);
66 da9055_reg_update(gpio->da9055,
80 return da9055_reg_update(gpio->da9055, (offset >> 1) +
97 ret = da9055_reg_update(gpio->da9055, (offset >> 1) +
113 struct da9055 *da9055 = gpio->da9055;
115 return regmap_irq_get_virq(da9055->irq_data,
120 .label = "da9055-gpio",
141 gpio->da9055 = dev_get_drvdata(pdev->dev.parent);
142 pdata = dev_get_platdata(gpio->da9055->dev);
154 .name = "da9055-gpio",
173 MODULE_ALIAS("platform:da9055-gpio");