Searched refs:IRQF_TIMER (Results 1 - 25 of 113) sorted by relevance

12345

/linux-master/arch/mips/kernel/
H A Di8253.c23 unsigned long flags = IRQF_NOBALANCING | IRQF_TIMER;
H A Dcevt-ds1287.c105 unsigned long flags = IRQF_PERCPU | IRQF_TIMER;
H A Dcevt-gt641xx.c144 IRQF_PERCPU | IRQF_TIMER, "gt641xx_timer0", NULL);
H A Dcevt-r4k.c168 .flags = IRQF_PERCPU | IRQF_TIMER | IRQF_SHARED,
295 unsigned long flags = IRQF_PERCPU | IRQF_TIMER | IRQF_SHARED;
/linux-master/arch/arm/mach-footbridge/
H A Disa-timer.c33 IRQF_TIMER | IRQF_IRQPOLL, "pit", &i8253_clockevent))
H A Ddc21285-timer.c114 if (request_irq(ce->irq, timer1_interrupt, IRQF_TIMER | IRQF_IRQPOLL,
/linux-master/arch/m68k/coldfire/
H A Dtimers.c129 r = request_irq(MCF_IRQ_TIMER, mcftmr_tick, IRQF_TIMER, "timer", NULL);
183 ret = request_irq(MCF_IRQ_PROFILER, coldfire_profile_tick, IRQF_TIMER,
H A Dsltimers.c60 ret = request_irq(MCF_IRQ_PROFILER, mcfslt_profile_tick, IRQF_TIMER,
138 r = request_irq(MCF_IRQ_TIMER, mcfslt_tick, IRQF_TIMER, "timer", NULL);
H A Dpit.c153 ret = request_irq(MCF_IRQ_PIT1, pit_tick, IRQF_TIMER, "timer", NULL);
/linux-master/arch/x86/kernel/
H A Dtime.c63 unsigned long flags = IRQF_NOBALANCING | IRQF_IRQPOLL | IRQF_TIMER;
/linux-master/drivers/clocksource/
H A Dclps711x-timer.c72 return request_irq(irq, clps711x_timer_interrupt, IRQF_TIMER,
H A Dtimer-cs5535.c136 unsigned long flags = IRQF_NOBALANCING | IRQF_TIMER | IRQF_SHARED;
H A Dtimer-vt8500.c136 IRQF_TIMER | IRQF_IRQPOLL, "vt8500_timer",
H A Dtimer-gx6605s.c90 .flags = IRQF_TIMER | IRQF_IRQPOLL,
H A Dbcm_kona_timer.c179 if (request_irq(timers.tmr_irq, kona_timer_interrupt, IRQF_TIMER,
H A Dtimer-sprd.c140 .flags = IRQF_TIMER | IRQF_IRQPOLL,
H A Dtimer-rda.c152 .flags = IRQF_TIMER,
H A Dtimer-milbeaut.c158 .flags = IRQF_TIMER | IRQF_IRQPOLL,
/linux-master/arch/m68k/68000/
H A Dtimers.c104 ret = request_irq(TMR_IRQ_NUM, hw_tick, IRQF_TIMER, "timer", NULL);
/linux-master/arch/mips/alchemy/common/
H A Dtime.c126 if (request_irq(m2int, au1x_rtcmatch2_irq, IRQF_TIMER, "timer",
/linux-master/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_mfgpt.c132 IRQF_NOBALANCING | IRQF_TIMER, "timer", NULL))
/linux-master/arch/mips/sni/
H A Dtime.c70 IRQF_PERCPU | IRQF_TIMER, "a20r-timer", cd))
/linux-master/arch/mips/jazz/
H A Dirq.c137 if (request_irq(JAZZ_TIMER_IRQ, r4030_timer_interrupt, IRQF_TIMER,
/linux-master/arch/arm/mach-ep93xx/
H A Dtimer-ep93xx.c124 unsigned long flags = IRQF_TIMER | IRQF_IRQPOLL;
/linux-master/arch/m68k/hp300/
H A Dtime.c110 if (request_irq(IRQ_AUTO_6, hp300_tick, IRQF_TIMER, "timer tick", NULL))

Completed in 157 milliseconds

12345