/linux/tools/testing/selftests/watchdog/ |
A D | watchdog-test.c | 100 int oneshot = 0; in main() local 140 oneshot = 1; in main() 155 oneshot = 1; in main() 165 oneshot = 1; in main() 181 oneshot = 1; in main() 185 oneshot = 1; in main() 199 oneshot = 1; in main() 203 oneshot = 1; in main() 211 oneshot = 1; in main() 226 oneshot = 1; in main() [all …]
|
/linux/Documentation/leds/ |
A D | ledtrig-oneshot.rst | 23 echo oneshot > trigger 26 Documentation/ABI/testing/sysfs-class-led-trigger-oneshot 30 echo oneshot > trigger # set trigger for this led
|
A D | index.rst | 13 ledtrig-oneshot
|
/linux/tools/perf/bench/ |
A D | epoll-wait.c | 106 static bool oneshot; variable 138 OPT_BOOLEAN( 'S', "oneshot", &oneshot, "Use EPOLLONESHOT semantics"), 223 if (oneshot) { in workerfn() 298 if (oneshot) in do_threads() 472 getpid(), nthreads, oneshot ? " (EPOLLONESHOT semantics)": "", nfds, nsecs); in bench_epoll_wait()
|
/linux/drivers/clocksource/ |
A D | i8253.c | 181 void __init clockevent_i8253_init(bool oneshot) in clockevent_i8253_init() argument 183 if (oneshot) { in clockevent_i8253_init()
|
A D | Kconfig | 710 based system. It supports the oneshot, the periodic
|
/linux/drivers/gpu/drm/vc4/ |
A D | vc4_hvs.c | 254 struct drm_display_mode *mode, bool oneshot) in vc4_hvs_init_channel() argument 278 (oneshot ? SCALER_DISPCTRLX_ONESHOT : 0); in vc4_hvs_init_channel() 284 (oneshot ? SCALER5_DISPCTRLX_ONESHOT : 0); in vc4_hvs_init_channel() 401 bool oneshot = vc4_state->feed_txp; in vc4_hvs_atomic_enable() local 404 vc4_hvs_init_channel(vc4, crtc, mode, oneshot); in vc4_hvs_atomic_enable()
|
/linux/include/linux/ |
A D | i8253.h | 26 extern void clockevent_i8253_init(bool oneshot);
|
/linux/kernel/time/ |
A D | built-in.a | 23 tick-oneshot.o/
|
A D | clocksource.c | 889 static struct clocksource *clocksource_find_best(bool oneshot, bool skipcur) in clocksource_find_best() argument 904 if (oneshot && !(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES)) in clocksource_find_best() 913 bool oneshot = tick_oneshot_mode_active(); in __clocksource_select() local 917 best = clocksource_find_best(oneshot, skipcur); in __clocksource_select() 935 if (!(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES) && oneshot) { in __clocksource_select()
|
A D | Makefile | 18 obj-$(CONFIG_TICK_ONESHOT) += tick-oneshot.o tick-sched.o
|
A D | .built-in.a.cmd | 1 …time/tick-broadcast-hrtimer.o kernel/time/sched_clock.o kernel/time/tick-oneshot.o kernel/time/tic…
|
A D | .tick-oneshot.o.cmd | 1 …oneshot.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/… 3 source_kernel/time/tick-oneshot.o := kernel/time/tick-oneshot.c 5 deps_kernel/time/tick-oneshot.o := \ 1054 kernel/time/tick-oneshot.o: $(deps_kernel/time/tick-oneshot.o) 1056 $(deps_kernel/time/tick-oneshot.o):
|
/linux/drivers/leds/trigger/ |
A D | Makefile | 3 obj-$(CONFIG_LEDS_TRIGGER_ONESHOT) += ledtrig-oneshot.o
|
/linux/drivers/leds/ |
A D | led-triggers.c | 398 int oneshot, in led_trigger_blink_setup() argument 408 if (oneshot) in led_trigger_blink_setup()
|
/linux/Documentation/timers/ |
A D | hpet.rst | 10 each of which can generate oneshot interrupts and at least one of which has
|
/linux/arch/x86/kernel/apic/ |
A D | apic.c | 333 static void __setup_APIC_LVTT(unsigned int clocks, int oneshot, int irqen) in __setup_APIC_LVTT() argument 338 if (!oneshot) in __setup_APIC_LVTT() 369 if (!oneshot) in __setup_APIC_LVTT() 502 lapic_timer_set_periodic_oneshot(struct clock_event_device *evt, bool oneshot) in lapic_timer_set_periodic_oneshot() argument 508 __setup_APIC_LVTT(lapic_timer_period, oneshot, 1); in lapic_timer_set_periodic_oneshot()
|
/linux/kernel/ |
A D | built-in.a | 137 time/tick-oneshot.o/
|
/linux/arch/arm/mach-at91/ |
A D | Kconfig | 165 It can also be used as a clock event device supporting oneshot mode.
|
/linux/Documentation/input/ |
A D | gameport-programming.rst | 175 Read the buttons and ns558 oneshot bits. If set to NULL, inb(io) will be
|