Home
last modified time | relevance | path

Searched refs:regmap_irqc (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/extcon/
H A Dextcon-axp288.c99 struct regmap_irq_chip_data *regmap_irqc; member
377 info->regmap_irqc = axp20x->regmap_irqc; in axp288_extcon_probe()
436 info->irq[i] = regmap_irq_get_virq(info->regmap_irqc, pirq); in axp288_extcon_probe()
/openbmc/linux/include/linux/mfd/
H A Dsun4i-gpadc.h93 struct regmap_irq_chip_data *regmap_irqc; member
H A Daxp20x.h846 struct regmap_irq_chip_data *regmap_irqc; member
/openbmc/linux/drivers/input/misc/
H A Daxp20x-pek.c236 axp20x_pek->irq_dbr = regmap_irq_get_virq(axp20x->regmap_irqc, in axp20x_pek_probe_input_device()
242 axp20x_pek->irq_dbf = regmap_irq_get_virq(axp20x->regmap_irqc, in axp20x_pek_probe_input_device()
/openbmc/linux/drivers/power/supply/
H A Daxp288_charger.c121 struct regmap_irq_chip_data *regmap_irqc; member
866 info->regmap_irqc = axp20x->regmap_irqc; in axp288_charger_probe()
948 info->irq[i] = regmap_irq_get_virq(info->regmap_irqc, pirq); in axp288_charger_probe()
H A Daxp20x_ac_power.c382 power->irqs[i] = regmap_irq_get_virq(axp20x->regmap_irqc, irq); in axp20x_ac_power_probe()
H A Daxp20x_usb_power.c636 power->irqs[i] = regmap_irq_get_virq(axp20x->regmap_irqc, irq); in axp20x_usb_power_probe()
H A Daxp288_fuel_gauge.c729 ret = regmap_irq_get_virq(axp20x->regmap_irqc, pirq); in axp288_fuel_gauge_probe()
/openbmc/linux/drivers/mfd/
H A Dsun4i-gpadc.c148 &dev->regmap_irqc); in sun4i_gpadc_probe()
H A Daxp20x.c1312 &axp20x->regmap_irqc); in axp20x_device_probe()
1325 regmap_del_irq_chip(axp20x->irq, axp20x->regmap_irqc); in axp20x_device_probe()
1344 regmap_del_irq_chip(axp20x->irq, axp20x->regmap_irqc); in axp20x_device_remove()
/openbmc/linux/drivers/iio/adc/
H A Dsun4i-gpadc-iio.c465 ret = regmap_irq_get_virq(mfd_dev->regmap_irqc, ret); in sun4i_irq_init()