Searched refs:oneshot (Results 1 – 7 of 7) sorted by relevance
| /drivers/clocksource/ |
| A D | i8253.c | 198 void __init clockevent_i8253_init(bool oneshot) in clockevent_i8253_init() argument 200 if (oneshot) { in clockevent_i8253_init()
|
| A D | Kconfig | 743 based system. It supports the oneshot, the periodic
|
| /drivers/gpu/drm/vc4/ |
| A D | vc4_hvs.c | 619 struct drm_display_mode *mode, bool oneshot) in vc4_hvs_init_channel() argument 653 (oneshot ? SCALER_DISPCTRLX_ONESHOT : 0); in vc4_hvs_init_channel() 660 (oneshot ? SCALER5_DISPCTRLX_ONESHOT : 0); in vc4_hvs_init_channel() 684 struct drm_display_mode *mode, bool oneshot) in vc6_hvs_init_channel() argument 710 (oneshot ? SCALER6_DISPX_CTRL0_ONESHOT : 0) | in vc6_hvs_init_channel() 902 bool oneshot = vc4_crtc->feeds_txp; in vc4_hvs_atomic_enable() local 908 vc6_hvs_init_channel(vc4->hvs, crtc, mode, oneshot); in vc4_hvs_atomic_enable() 910 vc4_hvs_init_channel(vc4->hvs, crtc, mode, oneshot); in vc4_hvs_atomic_enable()
|
| /drivers/leds/trigger/ |
| A D | Makefile | 3 obj-$(CONFIG_LEDS_TRIGGER_ONESHOT) += ledtrig-oneshot.o
|
| /drivers/leds/ |
| A D | led-triggers.c | 448 int oneshot, in led_trigger_blink_setup() argument 458 if (oneshot) in led_trigger_blink_setup()
|
| /drivers/cxl/core/ |
| A D | memdev.c | 846 mds->fw.oneshot = struct_size(transfer, data, size) < in cxl_fw_prepare() 913 if (mds->fw.oneshot) { in cxl_fw_write() 944 if (mds->fw.oneshot || remaining == 0) { in cxl_fw_write()
|
| /drivers/cxl/ |
| A D | cxlmem.h | 343 bool oneshot; member
|
Completed in 25 milliseconds