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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 99 milliseconds