Searched refs:ONESHOT (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/arch/arm/mach-w90x900/
H A Dtime.c40 #define ONESHOT (0x00 << 27) macro
63 val |= (ONESHOT | COUNTEN | INTEN | PRESCALE); nuc900_clockevent_set_oneshot()
/linux-4.4.14/kernel/irq/
H A Dmigration.c70 * threaded interrupt with ONESHOT set, we can end up with an irq_move_irq()
H A Dmanage.c1170 * requires the ONESHOT flag to be set. Some irq chips like __setup_irq()
1190 * agree on ONESHOT. __setup_irq()
1217 * Setup the thread mask for this irqaction for ONESHOT. For __setup_irq()
1218 * !ONESHOT irqs the thread mask is 0 so we can avoid a __setup_irq()
1269 pr_err("Threaded irq requested with handler=NULL and !ONESHOT for irq %d\n", __setup_irq()
/linux-4.4.14/kernel/time/
H A Dtick-oneshot.c41 * We need the clock event again, configure it in ONESHOT mode tick_program_event()
H A Dtick-internal.h136 #else /* !(BROADCAST && ONESHOT): */ tick_broadcast_setup_oneshot()
143 #endif /* !(BROADCAST && ONESHOT) */ tick_broadcast_oneshot_available()
H A Dclockevents.c323 /* We must be in ONESHOT state here */ clockevents_program_event()
/linux-4.4.14/include/linux/
H A Dclockchips.h26 * SHUTDOWN: Device is powered-off. Can be reached from PERIODIC or ONESHOT.
29 * ONESHOT: Device is programmed to generate event only once. Can be reached
31 * ONESHOT_STOPPED: Device was programmed in ONESHOT mode and is temporarily
/linux-4.4.14/drivers/clocksource/
H A Dh8300_timer8.c36 #define ONESHOT 0 macro
195 timer8_clock_event_start(p, ONESHOT); timer8_clock_event_oneshot()
H A Dh8300_timer16.c43 #define ONESHOT 0 macro
H A Dvf_pit_timer.c111 * to stop the counter loop in ONESHOT mode. pit_timer_interrupt()

Completed in 319 milliseconds