Lines Matching full:da9062

3  * Core, IRQ and I2C device driver for DA9061 and DA9062 PMICs
17 #include <linux/mfd/da9062/core.h>
18 #include <linux/mfd/da9062/registers.h>
155 .name = "da9062-irq",
187 MFD_CELL_OF("da9062-regulators", da9061_regulators_resources, NULL, 0, 0,
199 MFD_CELL_OF("da9062-regulators", NULL, NULL, 0, 0, NULL),
239 MFD_CELL_OF("da9062-core", da9062_core_resources, NULL, 0, 0,
241 MFD_CELL_OF("da9062-regulators", da9062_regulators_resources, NULL, 0, 0,
243 MFD_CELL_OF("da9062-watchdog", da9062_wdt_resources, NULL, 0, 0,
244 "dlg,da9062-watchdog"),
245 MFD_CELL_OF("da9062-thermal", da9062_thermal_resources, NULL, 0, 0,
246 "dlg,da9062-thermal"),
247 MFD_CELL_OF("da9062-rtc", da9062_rtc_resources, NULL, 0, 0,
248 "dlg,da9062-rtc"),
249 MFD_CELL_OF("da9062-onkey", da9062_onkey_resources, NULL, 0, 0,
250 "dlg,da9062-onkey"),
251 MFD_CELL_OF("da9062-gpio", da9062_gpio_resources, NULL, 0, 0,
252 "dlg,da9062-gpio"),
256 MFD_CELL_OF("da9062-core", NULL, NULL, 0, 0, NULL),
257 MFD_CELL_OF("da9062-regulators", NULL, NULL, 0, 0, NULL),
258 MFD_CELL_OF("da9062-watchdog", NULL, NULL, 0, 0, "dlg,da9062-watchdog"),
259 MFD_CELL_OF("da9062-thermal", NULL, NULL, 0, 0, "dlg,da9062-thermal"),
260 MFD_CELL_OF("da9062-rtc", NULL, NULL, 0, 0, "dlg,da9062-rtc"),
261 MFD_CELL_OF("da9062-onkey", NULL, NULL, 0, 0, "dlg,da9062-onkey"),
262 MFD_CELL_OF("da9062-gpio", NULL, NULL, 0, 0, "dlg,da9062-gpio"),
265 static int da9062_clear_fault_log(struct da9062 *chip) in da9062_clear_fault_log()
299 static int da9062_get_device_type(struct da9062 *chip) in da9062_get_device_type()
328 type = "DA9062"; in da9062_get_device_type()
350 static u32 da9062_configure_irq_type(struct da9062 *chip, int irq, u32 *trigger) in da9062_configure_irq_type()
593 struct da9062 *chip; in da9062_i2c_probe()
700 struct da9062 *chip = i2c_get_clientdata(i2c); in da9062_i2c_remove()
708 { .compatible = "dlg,da9062", .data = (void *)COMPAT_TYPE_DA9062 },
715 { "da9062", COMPAT_TYPE_DA9062 },
722 .name = "da9062",
732 MODULE_DESCRIPTION("Core device driver for Dialog DA9061 and DA9062");