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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/power/
H A Dpda_power.c35 static struct resource *ac_irq, *usb_irq; variable in typeref:struct:resource
205 if (!ac_irq && new_ac_status != ac_status) {
268 ac_irq = platform_get_resource_byname(pdev, IORESOURCE_IRQ, "ac");
293 if (ac_irq) {
294 ret = request_irq(ac_irq->start, power_changed_isr,
295 get_irq_flags(ac_irq), ac_irq->name,
341 if (ac_irq || usb_irq)
350 if (pdata->is_ac_online && ac_irq)
351 free_irq(ac_irq
[all...]

Completed in 221 milliseconds