Searched refs:ac_irq (Results 1 – 1 of 1) sorted by relevance
32 static struct resource *ac_irq, *usb_irq; variable201 if (!ac_irq && new_ac_status != ac_status) { in polling_timer_func()306 ac_irq = platform_get_resource_byname(pdev, IORESOURCE_IRQ, "ac"); in pda_power_probe()337 if (ac_irq) { in pda_power_probe()338 ret = request_irq(ac_irq->start, power_changed_isr, in pda_power_probe()339 get_irq_flags(ac_irq), ac_irq->name, in pda_power_probe()393 if (ac_irq || usb_irq) in pda_power_probe()407 if (pdata->is_ac_online && ac_irq) in pda_power_probe()408 free_irq(ac_irq->start, pda_psy_ac); in pda_power_probe()432 if (pdata->is_ac_online && ac_irq) in pda_power_remove()[all …]