Searched refs:oneshot (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/testing/selftests/watchdog/ |
| H A D | watchdog-test.c | 177 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 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
|
| /linux/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()
|
| /linux/include/linux/ |
| H A D | i8253.h | 25 extern void clockevent_i8253_init(bool oneshot);
|
| /linux/tools/power/cpupower/ |
| H A D | cpupower.service.in | 10 Type=oneshot
|
| /linux/drivers/leds/trigger/ |
| H A D | Makefile | 3 obj-$(CONFIG_LEDS_TRIGGER_ONESHOT) += ledtrig-oneshot.o
|
| /linux/arch/x86/kernel/apic/ |
| H A D | apic.c | 277 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() 461 lapic_timer_set_periodic_oneshot(struct clock_event_device *evt, bool oneshot) in lapic_timer_set_periodic_oneshot() argument 467 __setup_APIC_LVTT(lapic_timer_period, oneshot, 1); in lapic_timer_set_periodic_oneshot()
|
| /linux/Documentation/timers/ |
| H A D | hpet.rst | 10 each of which can generate oneshot interrupts and at least one of which has
|
| /linux/drivers/leds/ |
| H A D | led-triggers.c | 448 int oneshot, in led_trigger_blink_setup() argument 458 if (oneshot) in led_trigger_blink_setup()
|
| /linux/drivers/cxl/core/ |
| H A D | memdev.c | 912 mds->fw.oneshot = struct_size(transfer, data, size) < in cxl_fw_prepare() 979 if (mds->fw.oneshot) { in cxl_fw_write() 1010 if (mds->fw.oneshot || remaining == 0) { in cxl_fw_write()
|
| /linux/arch/arm/mach-at91/ |
| H A D | Kconfig | 196 It can also be used as a clock event device supporting oneshot mode.
|
| /linux/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/Documentation/input/ |
| H A D | gameport-programming.rst | 175 Read the buttons and ns558 oneshot bits. If set to NULL, inb(io) will be
|