/linux-6.6.21/tools/testing/selftests/watchdog/ |
D | watchdog-test.c | 177 int oneshot = 0; in main() local 218 oneshot = 1; in main() 232 oneshot = 1; in main() 242 oneshot = 1; in main() 253 oneshot = 1; in main() 273 oneshot = 1; in main() 277 oneshot = 1; in main() 291 oneshot = 1; in main() 295 oneshot = 1; in main() 303 oneshot = 1; in main() [all …]
|
/linux-6.6.21/Documentation/leds/ |
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
|
D | index.rst | 13 ledtrig-oneshot
|
/linux-6.6.21/drivers/clocksource/ |
D | i8253.c | 181 void __init clockevent_i8253_init(bool oneshot) in clockevent_i8253_init() argument 183 if (oneshot) { in clockevent_i8253_init()
|
D | Kconfig | 724 based system. It supports the oneshot, the periodic
|
/linux-6.6.21/tools/perf/bench/ |
D | epoll-wait.c | 107 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.6.21/include/linux/ |
D | i8253.h | 26 extern void clockevent_i8253_init(bool oneshot);
|
/linux-6.6.21/drivers/leds/trigger/ |
D | Makefile | 3 obj-$(CONFIG_LEDS_TRIGGER_ONESHOT) += ledtrig-oneshot.o
|
/linux-6.6.21/kernel/time/ |
D | Makefile | 18 obj-$(CONFIG_TICK_ONESHOT) += tick-oneshot.o tick-sched.o
|
D | clocksource.c | 980 static struct clocksource *clocksource_find_best(bool oneshot, bool skipcur) in clocksource_find_best() argument 995 if (oneshot && !(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES)) in clocksource_find_best() 1004 bool oneshot = tick_oneshot_mode_active(); in __clocksource_select() local 1008 best = clocksource_find_best(oneshot, skipcur); in __clocksource_select() 1026 if (!(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES) && oneshot) { in __clocksource_select()
|
/linux-6.6.21/drivers/gpu/drm/vc4/ |
D | vc4_hvs.c | 348 struct drm_display_mode *mode, bool oneshot) in vc4_hvs_init_channel() argument 380 (oneshot ? SCALER_DISPCTRLX_ONESHOT : 0); in vc4_hvs_init_channel() 387 (oneshot ? SCALER5_DISPCTRLX_ONESHOT : 0); in vc4_hvs_init_channel() 537 bool oneshot = vc4_crtc->feeds_txp; in vc4_hvs_atomic_enable() local 541 vc4_hvs_init_channel(vc4->hvs, crtc, mode, oneshot); in vc4_hvs_atomic_enable()
|
/linux-6.6.21/Documentation/timers/ |
D | hpet.rst | 10 each of which can generate oneshot interrupts and at least one of which has
|
/linux-6.6.21/drivers/leds/ |
D | led-triggers.c | 399 int oneshot, in led_trigger_blink_setup() argument 409 if (oneshot) in led_trigger_blink_setup()
|
/linux-6.6.21/arch/x86/kernel/apic/ |
D | apic.c | 307 static void __setup_APIC_LVTT(unsigned int clocks, int oneshot, int irqen) in __setup_APIC_LVTT() argument 312 if (!oneshot) in __setup_APIC_LVTT() 349 if (!oneshot) in __setup_APIC_LVTT() 481 lapic_timer_set_periodic_oneshot(struct clock_event_device *evt, bool oneshot) in lapic_timer_set_periodic_oneshot() argument 487 __setup_APIC_LVTT(lapic_timer_period, oneshot, 1); in lapic_timer_set_periodic_oneshot()
|
/linux-6.6.21/drivers/cxl/core/ |
D | memdev.c | 817 mds->fw.oneshot = struct_size(transfer, data, size) < in cxl_fw_prepare() 883 if (mds->fw.oneshot) { in cxl_fw_write() 914 if (mds->fw.oneshot || remaining == 0) { in cxl_fw_write()
|
/linux-6.6.21/arch/x86/kvm/ |
D | xen.c | 1341 struct vcpu_set_singleshot_timer oneshot; in kvm_xen_hcall_vcpu_op() local 1371 if (kvm_read_guest_virt(vcpu, param, &oneshot, longmode ? sizeof(oneshot) : in kvm_xen_hcall_vcpu_op() 1377 delta = oneshot.timeout_abs_ns - get_kvmclock_ns(vcpu->kvm); in kvm_xen_hcall_vcpu_op() 1378 if ((oneshot.flags & VCPU_SSHOTTMR_future) && delta < 0) { in kvm_xen_hcall_vcpu_op() 1383 kvm_xen_start_timer(vcpu, oneshot.timeout_abs_ns, delta); in kvm_xen_hcall_vcpu_op()
|
/linux-6.6.21/arch/arm/mach-at91/ |
D | Kconfig | 165 It can also be used as a clock event device supporting oneshot mode.
|
/linux-6.6.21/Documentation/input/ |
D | gameport-programming.rst | 175 Read the buttons and ns558 oneshot bits. If set to NULL, inb(io) will be
|
/linux-6.6.21/drivers/cxl/ |
D | cxlmem.h | 355 bool oneshot; member
|