Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A Dsun4i-gpadc.h93 struct regmap_irq_chip_data *regmap_irqc; member
/linux/drivers/input/misc/
H A Daxp20x-pek.c227 axp20x_pek->irq_dbr = regmap_irq_get_virq(axp20x->regmap_irqc, in axp20x_pek_probe_input_device()
233 axp20x_pek->irq_dbf = regmap_irq_get_virq(axp20x->regmap_irqc, in axp20x_pek_probe_input_device()
/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 Daxp288_fuel_gauge.c739 ret = regmap_irq_get_virq(axp20x->regmap_irqc, pirq); in axp288_fuel_gauge_probe()