Home
last modified time | relevance | path

Searched refs:oneshot (Results 1 – 17 of 17) sorted by relevance

/linux-6.1.9/tools/testing/selftests/watchdog/
Dwatchdog-test.c100 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-6.1.9/Documentation/leds/
Dledtrig-oneshot.rst23 echo oneshot > trigger
26 Documentation/ABI/testing/sysfs-class-led-trigger-oneshot
30 echo oneshot > trigger # set trigger for this led
Dindex.rst13 ledtrig-oneshot
/linux-6.1.9/drivers/clocksource/
Di8253.c181 void __init clockevent_i8253_init(bool oneshot) in clockevent_i8253_init() argument
183 if (oneshot) { in clockevent_i8253_init()
DKconfig713 based system. It supports the oneshot, the periodic
/linux-6.1.9/tools/perf/bench/
Depoll-wait.c107 static bool oneshot; variable
139 OPT_BOOLEAN( 'S', "oneshot", &oneshot, "Use EPOLLONESHOT semantics"),
224 if (oneshot) { in workerfn()
301 if (oneshot) in do_threads()
486 getpid(), nthreads, oneshot ? " (EPOLLONESHOT semantics)": "", nfds, nsecs); in bench_epoll_wait()
/linux-6.1.9/include/linux/
Di8253.h26 extern void clockevent_i8253_init(bool oneshot);
/linux-6.1.9/drivers/leds/trigger/
DMakefile3 obj-$(CONFIG_LEDS_TRIGGER_ONESHOT) += ledtrig-oneshot.o
/linux-6.1.9/kernel/time/
DMakefile18 obj-$(CONFIG_TICK_ONESHOT) += tick-oneshot.o tick-sched.o
Dclocksource.c927 static struct clocksource *clocksource_find_best(bool oneshot, bool skipcur) in clocksource_find_best() argument
942 if (oneshot && !(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES)) in clocksource_find_best()
951 bool oneshot = tick_oneshot_mode_active(); in __clocksource_select() local
955 best = clocksource_find_best(oneshot, skipcur); in __clocksource_select()
973 if (!(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES) && oneshot) { in __clocksource_select()
/linux-6.1.9/drivers/gpu/drm/vc4/
Dvc4_hvs.c346 struct drm_display_mode *mode, bool oneshot) in vc4_hvs_init_channel() argument
377 (oneshot ? SCALER_DISPCTRLX_ONESHOT : 0); in vc4_hvs_init_channel()
383 (oneshot ? SCALER5_DISPCTRLX_ONESHOT : 0); in vc4_hvs_init_channel()
533 bool oneshot = vc4_crtc->feeds_txp; in vc4_hvs_atomic_enable() local
537 vc4_hvs_init_channel(vc4->hvs, crtc, mode, oneshot); in vc4_hvs_atomic_enable()
/linux-6.1.9/Documentation/timers/
Dhpet.rst10 each of which can generate oneshot interrupts and at least one of which has
/linux-6.1.9/drivers/leds/
Dled-triggers.c398 int oneshot, in led_trigger_blink_setup() argument
408 if (oneshot) in led_trigger_blink_setup()
/linux-6.1.9/arch/x86/kernel/apic/
Dapic.c337 static void __setup_APIC_LVTT(unsigned int clocks, int oneshot, int irqen) in __setup_APIC_LVTT() argument
342 if (!oneshot) in __setup_APIC_LVTT()
379 if (!oneshot) in __setup_APIC_LVTT()
512 lapic_timer_set_periodic_oneshot(struct clock_event_device *evt, bool oneshot) in lapic_timer_set_periodic_oneshot() argument
518 __setup_APIC_LVTT(lapic_timer_period, oneshot, 1); in lapic_timer_set_periodic_oneshot()
/linux-6.1.9/arch/x86/kvm/
Dxen.c1127 struct vcpu_set_singleshot_timer oneshot; in kvm_xen_hcall_vcpu_op() local
1162 kvm_vcpu_read_guest(vcpu, gpa, &oneshot, longmode ? sizeof(oneshot) : in kvm_xen_hcall_vcpu_op()
1168 delta = oneshot.timeout_abs_ns - get_kvmclock_ns(vcpu->kvm); in kvm_xen_hcall_vcpu_op()
1169 if ((oneshot.flags & VCPU_SSHOTTMR_future) && delta < 0) { in kvm_xen_hcall_vcpu_op()
1174 kvm_xen_start_timer(vcpu, oneshot.timeout_abs_ns, delta); in kvm_xen_hcall_vcpu_op()
/linux-6.1.9/arch/arm/mach-at91/
DKconfig167 It can also be used as a clock event device supporting oneshot mode.
/linux-6.1.9/Documentation/input/
Dgameport-programming.rst175 Read the buttons and ns558 oneshot bits. If set to NULL, inb(io) will be