/kernel/linux/linux-5.10/tools/testing/selftests/watchdog/ |
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 …]
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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() 299 if (oneshot) in do_threads() 473 getpid(), nthreads, oneshot ? " (EPOLLONESHOT semantics)": "", nfds, nsecs); in bench_epoll_wait()
|
/kernel/linux/linux-5.10/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 | 739 based system. It supports the oneshot, the periodic
|
/kernel/linux/linux-5.10/include/linux/ |
D | i8253.h | 26 extern void clockevent_i8253_init(bool oneshot);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
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() 400 bool oneshot = vc4_state->feed_txp; in vc4_hvs_atomic_enable() local 403 vc4_hvs_init_channel(vc4, crtc, mode, oneshot); in vc4_hvs_atomic_enable()
|
/kernel/linux/linux-5.10/drivers/leds/trigger/ |
D | Makefile | 3 obj-$(CONFIG_LEDS_TRIGGER_ONESHOT) += ledtrig-oneshot.o
|
/kernel/linux/linux-5.10/kernel/time/ |
D | Makefile | 18 obj-$(CONFIG_TICK_ONESHOT) += tick-oneshot.o tick-sched.o
|
D | clocksource.c | 851 static struct clocksource *clocksource_find_best(bool oneshot, bool skipcur) in clocksource_find_best() argument 866 if (oneshot && !(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES)) in clocksource_find_best() 875 bool oneshot = tick_oneshot_mode_active(); in __clocksource_select() local 879 best = clocksource_find_best(oneshot, skipcur); in __clocksource_select() 897 if (!(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES) && oneshot) { in __clocksource_select()
|
/kernel/linux/linux-5.10/Documentation/timers/ |
D | hpet.rst | 10 each of which can generate oneshot interrupts and at least one of which has
|
/kernel/linux/linux-5.10/drivers/leds/ |
D | led-triggers.c | 396 int oneshot, in led_trigger_blink_setup() argument 407 if (oneshot) in led_trigger_blink_setup()
|
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
D | apic.c | 331 static void __setup_APIC_LVTT(unsigned int clocks, int oneshot, int irqen) in __setup_APIC_LVTT() argument 336 if (!oneshot) in __setup_APIC_LVTT() 367 if (!oneshot) in __setup_APIC_LVTT() 500 lapic_timer_set_periodic_oneshot(struct clock_event_device *evt, bool oneshot) in lapic_timer_set_periodic_oneshot() argument 506 __setup_APIC_LVTT(lapic_timer_period, oneshot, 1); in lapic_timer_set_periodic_oneshot()
|
/kernel/linux/linux-5.10/arch/arm/mach-at91/ |
D | Kconfig | 146 It can also be used as a clock event device supporting oneshot mode.
|
/kernel/linux/linux-5.10/Documentation/input/ |
D | gameport-programming.rst | 172 Read the buttons and ns558 oneshot bits. If set to NULL, inb(io) will be
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 55734 + bool "Rockchip PWM oneshot mode support" 55737 + Support Rockchip pwm oneshot mode for specified number of cycles. 55776 + bool oneshot; 55856 + pc->oneshot = false; 55859 + pc->oneshot = true; 55862 + pc->oneshot = false; 55893 + if (pc->oneshot)
|