Searched refs:oneshot (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/linux/
H A Di8253.h26 extern void clockevent_i8253_init(bool oneshot);
/linux-master/tools/testing/selftests/watchdog/
H A Dwatchdog-test.c177 int oneshot = 0; local
218 oneshot = 1;
232 oneshot = 1;
242 oneshot = 1;
253 oneshot = 1;
273 oneshot = 1;
277 oneshot = 1;
291 oneshot = 1;
295 oneshot = 1;
303 oneshot
[all...]
/linux-master/drivers/clocksource/
H A Di8253.c151 * Program the next event in oneshot mode
181 void __init clockevent_i8253_init(bool oneshot) argument
183 if (oneshot) {
/linux-master/drivers/leds/trigger/
H A DMakefile3 obj-$(CONFIG_LEDS_TRIGGER_ONESHOT) += ledtrig-oneshot.o
/linux-master/kernel/time/
H A DMakefile18 obj-$(CONFIG_TICK_ONESHOT) += tick-oneshot.o tick-sched.o
H A Dclocksource.c978 static struct clocksource *clocksource_find_best(bool oneshot, bool skipcur) argument
986 * We pick the clocksource with the highest rating. If oneshot
993 if (oneshot && !(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES))
1002 bool oneshot = tick_oneshot_mode_active(); local
1006 best = clocksource_find_best(oneshot, skipcur);
1021 * capable clocksource if the tick code is in oneshot
1024 if (!(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES) && oneshot) {
/linux-master/tools/perf/bench/
H A Depoll-wait.c107 static bool oneshot; variable
139 OPT_BOOLEAN( 'S', "oneshot", &oneshot, "Use EPOLLONESHOT semantics"),
224 if (oneshot) {
301 if (oneshot)
486 getpid(), nthreads, oneshot ? " (EPOLLONESHOT semantics)": "", nfds, nsecs);
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_hvs.c348 struct drm_display_mode *mode, bool oneshot)
369 * When feeding the transposer, we should operate in oneshot
380 (oneshot ? SCALER_DISPCTRLX_ONESHOT : 0);
387 (oneshot ? SCALER5_DISPCTRLX_ONESHOT : 0);
537 bool oneshot = vc4_crtc->feeds_txp; local
541 vc4_hvs_init_channel(vc4->hvs, crtc, mode, oneshot);
347 vc4_hvs_init_channel(struct vc4_hvs *hvs, struct drm_crtc *crtc, struct drm_display_mode *mode, bool oneshot) argument
/linux-master/drivers/leds/
H A Dled-triggers.c400 int oneshot,
410 if (oneshot)
397 led_trigger_blink_setup(struct led_trigger *trig, unsigned long delay_on, unsigned long delay_off, int oneshot, int invert) argument
/linux-master/arch/x86/kernel/apic/
H A Dapic.c274 static void __setup_APIC_LVTT(unsigned int clocks, int oneshot, int irqen) argument
279 if (!oneshot)
316 if (!oneshot)
448 lapic_timer_set_periodic_oneshot(struct clock_event_device *evt, bool oneshot) argument
454 __setup_APIC_LVTT(lapic_timer_period, oneshot, 1);
/linux-master/drivers/cxl/core/
H A Dmemdev.c880 mds->fw.oneshot = struct_size(transfer, data, size) <
946 if (mds->fw.oneshot) {
976 /* Activate FW if oneshot or if the last slice was written */
977 if (mds->fw.oneshot || remaining == 0) {
/linux-master/arch/x86/kvm/
H A Dxen.c1553 struct vcpu_set_singleshot_timer oneshot; local
1582 if (kvm_read_guest_virt(vcpu, param, &oneshot, longmode ? sizeof(oneshot) :
1588 kvm_xen_start_timer(vcpu, oneshot.timeout_abs_ns, false);
/linux-master/drivers/cxl/
H A Dcxlmem.h350 * @oneshot: whether the fw upload fits in a single transfer
357 bool oneshot; member in struct:cxl_fw_state

Completed in 162 milliseconds