| /linux-6.15/tools/testing/selftests/watchdog/ |
| H A D | watchdog-test.c | 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() 318 oneshot = 1; in main() [all …]
|
| /linux-6.15/Documentation/leds/ |
| H 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
|
| H A D | index.rst | 13 ledtrig-oneshot
|
| /linux-6.15/drivers/clocksource/ |
| H A D | i8253.c | 198 void __init clockevent_i8253_init(bool oneshot) in clockevent_i8253_init() argument 200 if (oneshot) { in clockevent_i8253_init()
|
| H A D | Kconfig | 735 based system. It supports the oneshot, the periodic
|
| /linux-6.15/tools/perf/bench/ |
| H A 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() 491 getpid(), nthreads, oneshot ? " (EPOLLONESHOT semantics)": "", nfds, nsecs); in bench_epoll_wait()
|
| /linux-6.15/include/linux/ |
| H A D | i8253.h | 25 extern void clockevent_i8253_init(bool oneshot);
|
| /linux-6.15/drivers/leds/trigger/ |
| H A D | Makefile | 3 obj-$(CONFIG_LEDS_TRIGGER_ONESHOT) += ledtrig-oneshot.o
|
| /linux-6.15/kernel/time/ |
| H A D | Makefile | 24 obj-$(CONFIG_TICK_ONESHOT) += tick-oneshot.o tick-sched.o
|
| H A D | clocksource.c | 1010 static struct clocksource *clocksource_find_best(bool oneshot, bool skipcur) in clocksource_find_best() argument 1025 if (oneshot && !(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES)) in clocksource_find_best() 1034 bool oneshot = tick_oneshot_mode_active(); in __clocksource_select() local 1038 best = clocksource_find_best(oneshot, skipcur); in __clocksource_select() 1056 if (!(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES) && oneshot) { in __clocksource_select()
|
| /linux-6.15/drivers/gpu/drm/vc4/ |
| H A D | vc4_hvs.c | 619 struct drm_display_mode *mode, bool oneshot) in vc4_hvs_init_channel() argument 653 (oneshot ? SCALER_DISPCTRLX_ONESHOT : 0); in vc4_hvs_init_channel() 660 (oneshot ? SCALER5_DISPCTRLX_ONESHOT : 0); in vc4_hvs_init_channel() 684 struct drm_display_mode *mode, bool oneshot) in vc6_hvs_init_channel() argument 710 (oneshot ? SCALER6_DISPX_CTRL0_ONESHOT : 0) | in vc6_hvs_init_channel() 902 bool oneshot = vc4_crtc->feeds_txp; in vc4_hvs_atomic_enable() local 908 vc6_hvs_init_channel(vc4->hvs, crtc, mode, oneshot); in vc4_hvs_atomic_enable() 910 vc4_hvs_init_channel(vc4->hvs, crtc, mode, oneshot); in vc4_hvs_atomic_enable()
|
| /linux-6.15/Documentation/timers/ |
| H A D | hpet.rst | 10 each of which can generate oneshot interrupts and at least one of which has
|
| /linux-6.15/arch/x86/kernel/apic/ |
| H A D | apic.c | 274 static void __setup_APIC_LVTT(unsigned int clocks, int oneshot, int irqen) in __setup_APIC_LVTT() argument 279 if (!oneshot) in __setup_APIC_LVTT() 316 if (!oneshot) in __setup_APIC_LVTT() 460 lapic_timer_set_periodic_oneshot(struct clock_event_device *evt, bool oneshot) in lapic_timer_set_periodic_oneshot() argument 466 __setup_APIC_LVTT(lapic_timer_period, oneshot, 1); in lapic_timer_set_periodic_oneshot()
|
| /linux-6.15/drivers/leds/ |
| H A D | led-triggers.c | 435 int oneshot, in led_trigger_blink_setup() argument 445 if (oneshot) in led_trigger_blink_setup()
|
| /linux-6.15/drivers/cxl/core/ |
| H A D | memdev.c | 859 mds->fw.oneshot = struct_size(transfer, data, size) < in cxl_fw_prepare() 926 if (mds->fw.oneshot) { in cxl_fw_write() 957 if (mds->fw.oneshot || remaining == 0) { in cxl_fw_write()
|
| /linux-6.15/arch/arm/mach-at91/ |
| H A D | Kconfig | 192 It can also be used as a clock event device supporting oneshot mode.
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | xen.c | 1607 struct vcpu_set_singleshot_timer oneshot; in kvm_xen_hcall_vcpu_op() local 1636 if (kvm_read_guest_virt(vcpu, param, &oneshot, longmode ? sizeof(oneshot) : in kvm_xen_hcall_vcpu_op() 1642 kvm_xen_start_timer(vcpu, oneshot.timeout_abs_ns, false); in kvm_xen_hcall_vcpu_op()
|
| /linux-6.15/drivers/cxl/ |
| H A D | cxlmem.h | 335 bool oneshot; member
|
| /linux-6.15/Documentation/input/ |
| H A D | gameport-programming.rst | 175 Read the buttons and ns558 oneshot bits. If set to NULL, inb(io) will be
|