Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/char/
Dgenrtc.c84 static int irq_active; variable
235 irq_active = 0; in gen_clear_rtc_irq_bit()
244 if ( !irq_active ) { in gen_set_rtc_irq_bit()
245 irq_active = 1; in gen_set_rtc_irq_bit()
363 irq_active = 0; in gen_rtc_open()
440 irq_active ? "yes" : "no", in gen_rtc_proc_output()
/linux-3.4.99/drivers/usb/host/
Disp1362.h516 unsigned int irq_active:1; member
Disp1362-hcd.c129 if (isp1362_hcd->irq_active) in isp1362_enable_int()
1020 BUG_ON(isp1362_hcd->irq_active++); in isp1362_irq()
1179 isp1362_hcd->irq_active--; in isp1362_irq()