Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/watchdog/
H A Dwatchdog-test.c177 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 in main()
[all...]
/linux/Documentation/leds/
H A Dledtrig-oneshot.rst23 echo oneshot > trigger
26 Documentation/ABI/testing/sysfs-class-led-trigger-oneshot
30 echo oneshot > trigger # set trigger for this led
/linux/drivers/clocksource/
H A Di8253.c198 void __init clockevent_i8253_init(bool oneshot) in clockevent_i8253_init() argument
200 if (oneshot) { in clockevent_i8253_init()
/linux/include/linux/
H A Di8253.h25 extern void clockevent_i8253_init(bool oneshot);
/linux/tools/power/cpupower/
H A Dcpupower.service.in10 Type=oneshot
/linux/drivers/leds/trigger/
H A DMakefile3 obj-$(CONFIG_LEDS_TRIGGER_ONESHOT) += ledtrig-oneshot.o
/linux/kernel/time/
H A Dclocksource.c1002 static struct clocksource *clocksource_find_best(bool oneshot, bool skipcur) in clocksource_find_best() argument
1017 if (oneshot && !(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES)) in clocksource_find_best()
1026 bool oneshot = tick_oneshot_mode_active(); in __clocksource_select() local
1030 best = clocksource_find_best(oneshot, skipcur); in __clocksource_select()
1048 if (!(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES) && oneshot) { in __clocksource_select()
H A DMakefile24 obj-$(CONFIG_TICK_ONESHOT) += tick-oneshot.o tick-sched.o
/linux/arch/x86/kernel/apic/
H A Dapic.c277 static void __setup_APIC_LVTT(unsigned int clocks, int oneshot, int irqen) in __setup_APIC_LVTT() argument
282 if (!oneshot) in __setup_APIC_LVTT()
319 if (!oneshot) in __setup_APIC_LVTT()
463 lapic_timer_set_periodic_oneshot(struct clock_event_device *evt, bool oneshot) in lapic_timer_set_periodic_oneshot() argument
469 __setup_APIC_LVTT(lapic_timer_period, oneshot, 1); in lapic_timer_set_periodic_oneshot()
/linux/Documentation/timers/
H A Dhpet.rst10 each of which can generate oneshot interrupts and at least one of which has
/linux/drivers/leds/
H A Dled-triggers.c448 int oneshot, in led_trigger_blink_setup() argument
458 if (oneshot) in led_trigger_blink_setup()
/linux/drivers/cxl/core/
H A Dmemdev.c885 mds->fw.oneshot = struct_size(transfer, data, size) < in cxl_fw_prepare()
952 if (mds->fw.oneshot) { in cxl_fw_write()
983 if (mds->fw.oneshot || remaining == 0) { in cxl_fw_write()
/linux/arch/arm/mach-at91/
H A DKconfig196 It can also be used as a clock event device supporting oneshot mode.
/linux/arch/x86/kvm/
H A Dxen.c1607 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/Documentation/input/
H A Dgameport-programming.rst175 Read the buttons and ns558 oneshot bits. If set to NULL, inb(io) will be