Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Di8253.c170 void __init clockevent_i8253_init(bool oneshot) in clockevent_i8253_init() argument
172 if (oneshot) { in clockevent_i8253_init()
/linux-4.4.14/Documentation/ptp/
Dtestptp.c174 int oneshot = 0; in main() local
192 oneshot = atoi(optarg); in main()
395 if (oneshot) { in main()
406 timeout.it_value.tv_sec = oneshot; in main()
/linux-4.4.14/include/linux/
Di8253.h25 extern void clockevent_i8253_init(bool oneshot);
/linux-4.4.14/kernel/time/
Dclocksource.c528 static struct clocksource *clocksource_find_best(bool oneshot, bool skipcur) in clocksource_find_best() argument
543 if (oneshot && !(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES)) in clocksource_find_best()
552 bool oneshot = tick_oneshot_mode_active(); in __clocksource_select() local
556 best = clocksource_find_best(oneshot, skipcur); in __clocksource_select()
571 if (!(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES) && oneshot) { in __clocksource_select()
DMakefile11 obj-$(CONFIG_TICK_ONESHOT) += tick-oneshot.o tick-sched.o
/linux-4.4.14/drivers/leds/trigger/
DMakefile2 obj-$(CONFIG_LEDS_TRIGGER_ONESHOT) += ledtrig-oneshot.o
/linux-4.4.14/Documentation/leds/
Dledtrig-oneshot.txt22 echo oneshot > trigger
45 echo oneshot > trigger # set trigger for this led
D00-INDEX19 ledtrig-oneshot.txt
/linux-4.4.14/drivers/leds/
Dled-triggers.c272 int oneshot, in led_trigger_blink_setup() argument
282 if (oneshot) in led_trigger_blink_setup()
/linux-4.4.14/Documentation/timers/
Dhpet.txt10 each of which can generate oneshot interrupts and at least one of which has
/linux-4.4.14/arch/x86/kernel/apic/
Dapic.c320 static void __setup_APIC_LVTT(unsigned int clocks, int oneshot, int irqen) in __setup_APIC_LVTT() argument
325 if (!oneshot) in __setup_APIC_LVTT()
358 if (!oneshot) in __setup_APIC_LVTT()
488 lapic_timer_set_periodic_oneshot(struct clock_event_device *evt, bool oneshot) in lapic_timer_set_periodic_oneshot() argument
494 __setup_APIC_LVTT(lapic_timer_frequency, oneshot, 1); in lapic_timer_set_periodic_oneshot()
/linux-4.4.14/Documentation/input/
Dgameport-programming.txt149 Read the buttons and ns558 oneshot bits. If set to NULL, inb(io) will be
/linux-4.4.14/drivers/misc/
DKconfig72 may be used as a clock event device supporting oneshot mode