Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/char/
Dgenrtc.c85 static int irq_active; variable
236 irq_active = 0; in gen_clear_rtc_irq_bit()
245 if ( !irq_active ) { in gen_set_rtc_irq_bit()
246 irq_active = 1; in gen_set_rtc_irq_bit()
364 irq_active = 0; in gen_rtc_open()
441 irq_active ? "yes" : "no", in gen_rtc_proc_output()
/linux-2.6.39/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()