/openbmc/linux/arch/m68k/coldfire/ |
H A D | sltimers.c | 60 ret = request_irq(MCF_IRQ_PROFILER, mcfslt_profile_tick, IRQF_TIMER, in mcfslt_profile_init() 138 r = request_irq(MCF_IRQ_TIMER, mcfslt_tick, IRQF_TIMER, "timer", NULL); in hw_timer_init()
|
H A D | timers.c | 129 r = request_irq(MCF_IRQ_TIMER, mcftmr_tick, IRQF_TIMER, "timer", NULL); in hw_timer_init() 183 ret = request_irq(MCF_IRQ_PROFILER, coldfire_profile_tick, IRQF_TIMER, in coldfire_profile_init()
|
H A D | pit.c | 153 ret = request_irq(MCF_IRQ_PIT1, pit_tick, IRQF_TIMER, "timer", NULL); in hw_timer_init()
|
/openbmc/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()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | i8253.c | 23 unsigned long flags = IRQF_NOBALANCING | IRQF_TIMER; in setup_pit_timer()
|
H A D | cevt-r4k.c | 168 .flags = IRQF_PERCPU | IRQF_TIMER | IRQF_SHARED, 295 unsigned long flags = IRQF_PERCPU | IRQF_TIMER | IRQF_SHARED; in r4k_clockevent_init()
|
H A D | cevt-ds1287.c | 105 unsigned long flags = IRQF_PERCPU | IRQF_TIMER; in ds1287_clockevent_init()
|
H A D | cevt-gt641xx.c | 144 IRQF_PERCPU | IRQF_TIMER, "gt641xx_timer0", NULL); in gt641xx_timer0_clockevent_init()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | time.c | 45 unsigned long flags = IRQF_NOBALANCING | IRQF_IRQPOLL | IRQF_TIMER; in setup_default_timer_irq()
|
/openbmc/linux/arch/m68k/68000/ |
H A D | timers.c | 102 ret = request_irq(TMR_IRQ_NUM, hw_tick, IRQF_TIMER, "timer", NULL); in hw_timer_init()
|
/openbmc/linux/drivers/clocksource/ |
H A D | clps711x-timer.c | 72 return request_irq(irq, clps711x_timer_interrupt, IRQF_TIMER, in _clps711x_clkevt_init()
|
H A D | timer-imx-sysctr.c | 113 .flags = IRQF_TIMER,
|
H A D | timer-vt8500.c | 136 IRQF_TIMER | IRQF_IRQPOLL, "vt8500_timer", in vt8500_timer_init()
|
H A D | timer-fttmr010.c | 386 IRQF_TIMER, "FTTMR010-TIMER1", in fttmr010_common_init() 391 IRQF_TIMER, "FTTMR010-TIMER1", in fttmr010_common_init()
|
H A D | bcm_kona_timer.c | 179 if (request_irq(timers.tmr_irq, kona_timer_interrupt, IRQF_TIMER, in kona_timer_init()
|
H A D | bcm2835_timer.c | 116 ret = request_irq(irq, bcm2835_time_interrupt, IRQF_TIMER | IRQF_SHARED, in bcm2835_timer_init()
|
H A D | timer-gx6605s.c | 90 .flags = IRQF_TIMER | IRQF_IRQPOLL,
|
/openbmc/linux/arch/m68k/hp300/ |
H A D | time.c | 108 if (request_irq(IRQ_AUTO_6, hp300_tick, IRQF_TIMER, "timer tick", NULL)) in hp300_sched_init()
|
/openbmc/linux/arch/arm/mach-ep93xx/ |
H A D | timer-ep93xx.c | 124 unsigned long flags = IRQF_TIMER | IRQF_IRQPOLL; in ep93xx_timer_init()
|
/openbmc/linux/arch/mips/alchemy/common/ |
H A D | time.c | 126 if (request_irq(m2int, au1x_rtcmatch2_irq, IRQF_TIMER, "timer", in alchemy_time_init()
|
/openbmc/linux/arch/mips/sni/ |
H A D | time.c | 70 IRQF_PERCPU | IRQF_TIMER, "a20r-timer", cd)) in sni_a20r_timer_setup()
|
/openbmc/linux/arch/mips/jazz/ |
H A D | irq.c | 137 if (request_irq(JAZZ_TIMER_IRQ, r4030_timer_interrupt, IRQF_TIMER, in plat_time_init()
|
/openbmc/linux/arch/mips/loongson2ef/common/cs5536/ |
H A D | cs5536_mfgpt.c | 132 IRQF_NOBALANCING | IRQF_TIMER, "timer", NULL)) in setup_mfgpt0_timer()
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | timer32k.c | 152 IRQF_TIMER | IRQF_IRQPOLL, "32KHz timer", NULL)) in omap_init_32k_timer()
|