/linux/arch/arm/mach-footbridge/ |
H A D | isa-timer.c | 33 IRQF_TIMER | IRQF_IRQPOLL, "pit", &i8253_clockevent)) in isa_timer_init()
|
H A D | dc21285-timer.c | 114 if (request_irq(ce->irq, timer1_interrupt, IRQF_TIMER | IRQF_IRQPOLL, in footbridge_timer_init()
|
/linux/arch/x86/kernel/ |
H A D | time.c | 45 unsigned long flags = IRQF_NOBALANCING | IRQF_IRQPOLL | IRQF_TIMER; in setup_default_timer_irq()
|
/linux/drivers/clocksource/ |
H A D | timer-vt8500.c | 136 IRQF_TIMER | IRQF_IRQPOLL, "vt8500_timer", in vt8500_timer_init()
|
H A D | timer-ep93xx.c | 140 unsigned long flags = IRQF_TIMER | IRQF_IRQPOLL; in ep93xx_timer_of_init()
|
H A D | timer-gx6605s.c | 90 .flags = IRQF_TIMER | IRQF_IRQPOLL,
|
H A D | timer-vf-pit.c | 131 BUG_ON(request_irq(irq, pit_timer_interrupt, IRQF_TIMER | IRQF_IRQPOLL, in pit_clockevent_init()
|
H A D | timer-meson6.c | 191 IRQF_TIMER | IRQF_IRQPOLL, "meson6_timer", in meson6_timer_init()
|
H A D | timer-atmel-st.c | 209 IRQF_SHARED | IRQF_TIMER | IRQF_IRQPOLL, in atmel_st_timer_init()
|
H A D | timer-digicolor.c | 189 IRQF_TIMER | IRQF_IRQPOLL, "digicolor_timerC", in digicolor_timer_init()
|
H A D | timer-integrator-ap.c | 146 IRQF_TIMER | IRQF_IRQPOLL, "timer", in integrator_clockevent_init()
|
H A D | timer-pxa.c | 157 ret = request_irq(irq, pxa_ost0_interrupt, IRQF_TIMER | IRQF_IRQPOLL, in pxa_timer_common_init()
|
H A D | mxs_timer.c | 270 return request_irq(irq, mxs_timer_interrupt, IRQF_TIMER | IRQF_IRQPOLL, in mxs_timer_init()
|
H A D | timer-npcm7xx.c | 151 .flags = IRQF_TIMER | IRQF_IRQPOLL,
|
H A D | timer-sprd.c | 140 .flags = IRQF_TIMER | IRQF_IRQPOLL,
|
H A D | timer-milbeaut.c | 158 .flags = IRQF_TIMER | IRQF_IRQPOLL,
|
H A D | renesas-ostm.c | 186 to->of_irq.flags = IRQF_TIMER | IRQF_IRQPOLL; in ostm_init()
|
H A D | timer-sun4i.c | 159 .flags = IRQF_TIMER | IRQF_IRQPOLL,
|
H A D | timer-zevio.c | 175 IRQF_TIMER | IRQF_IRQPOLL, in zevio_timer_add()
|
H A D | timer-lpc32xx.c | 265 IRQF_TIMER | IRQF_IRQPOLL, "lpc3220 clockevent", in lpc32xx_clockevent_init()
|
H A D | timer-atmel-pit.c | 235 IRQF_SHARED | IRQF_TIMER | IRQF_IRQPOLL, in at91sam926x_pit_dt_init()
|
/linux/arch/arm/mach-omap1/ |
H A D | timer32k.c | 152 IRQF_TIMER | IRQF_IRQPOLL, "32KHz timer", NULL)) in omap_init_32k_timer()
|
H A D | time.c | 163 IRQF_TIMER | IRQF_IRQPOLL, "mpu_timer1", NULL)) in omap_init_mpu_timer()
|
/linux/arch/arm/mach-mmp/ |
H A D | time.c | 183 if (request_irq(irq, timer_interrupt, IRQF_TIMER | IRQF_IRQPOLL, in mmp_timer_init()
|
/linux/kernel/irq/ |
H A D | spurious.c | 267 return action && (action->flags & IRQF_IRQPOLL); in try_misrouted_irq()
|