Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/power/supply/
Dpda_power.c29 static struct resource *ac_irq, *usb_irq; variable
200 if (!ac_irq && new_ac_status != ac_status) { in polling_work_func()
307 ac_irq = platform_get_resource_byname(pdev, IORESOURCE_IRQ, "ac"); in pda_power_probe()
338 if (ac_irq) { in pda_power_probe()
339 ret = request_irq(ac_irq->start, power_changed_isr, in pda_power_probe()
340 get_irq_flags(ac_irq), ac_irq->name, in pda_power_probe()
395 if (ac_irq || usb_irq) in pda_power_probe()
409 if (pdata->is_ac_online && ac_irq) in pda_power_probe()
410 free_irq(ac_irq->start, pda_psy_ac); in pda_power_probe()
438 if (pdata->is_ac_online && ac_irq) in pda_power_remove()
[all …]