Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/watchdog/
Dwatchdog-test.c85 int oneshot = 0; in main() local
100 oneshot = 1; in main()
144 if (oneshot) in main()
/Linux-v4.19/Documentation/leds/
Dledtrig-oneshot.txt22 echo oneshot > trigger
25 Documentation/ABI/testing/sysfs-class-led-trigger-oneshot
29 echo oneshot > trigger # set trigger for this led
D00-INDEX25 ledtrig-oneshot.txt
/Linux-v4.19/drivers/clocksource/
Di8253.c171 void __init clockevent_i8253_init(bool oneshot) in clockevent_i8253_init() argument
173 if (oneshot) { in clockevent_i8253_init()
/Linux-v4.19/tools/testing/selftests/ptp/
Dtestptp.c173 int oneshot = 0; in main() local
191 oneshot = atoi(optarg); in main()
396 if (oneshot) { in main()
407 timeout.it_value.tv_sec = oneshot; in main()
/Linux-v4.19/include/linux/
Di8253.h25 extern void clockevent_i8253_init(bool oneshot);
/Linux-v4.19/kernel/time/
Dclocksource.c721 static struct clocksource *clocksource_find_best(bool oneshot, bool skipcur) in clocksource_find_best() argument
736 if (oneshot && !(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES)) in clocksource_find_best()
745 bool oneshot = tick_oneshot_mode_active(); in __clocksource_select() local
749 best = clocksource_find_best(oneshot, skipcur); in __clocksource_select()
767 if (!(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES) && oneshot) { in __clocksource_select()
DMakefile18 obj-$(CONFIG_TICK_ONESHOT) += tick-oneshot.o tick-sched.o
/Linux-v4.19/drivers/leds/trigger/
DMakefile3 obj-$(CONFIG_LEDS_TRIGGER_ONESHOT) += ledtrig-oneshot.o
/Linux-v4.19/drivers/leds/
Dled-triggers.c333 int oneshot, in led_trigger_blink_setup() argument
343 if (oneshot) in led_trigger_blink_setup()
/Linux-v4.19/Documentation/timers/
Dhpet.txt8 each of which can generate oneshot interrupts and at least one of which has
/Linux-v4.19/arch/x86/kernel/apic/
Dapic.c323 static void __setup_APIC_LVTT(unsigned int clocks, int oneshot, int irqen) in __setup_APIC_LVTT() argument
328 if (!oneshot) in __setup_APIC_LVTT()
361 if (!oneshot) in __setup_APIC_LVTT()
491 lapic_timer_set_periodic_oneshot(struct clock_event_device *evt, bool oneshot) in lapic_timer_set_periodic_oneshot() argument
497 __setup_APIC_LVTT(lapic_timer_frequency, oneshot, 1); in lapic_timer_set_periodic_oneshot()
/Linux-v4.19/Documentation/input/
Dgameport-programming.rst172 Read the buttons and ns558 oneshot bits. If set to NULL, inb(io) will be
/Linux-v4.19/drivers/misc/
DKconfig72 may be used as a clock event device supporting oneshot mode