Home
last modified time | relevance | path

Searched refs:TRIGGER (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/drivers/clk/bcm/
A Dclk-bcm281xx.c17 .trig = TRIGGER(0x0e04, 0),
39 .trig = TRIGGER(0x0a40, 4),
49 .trig = TRIGGER(0x0a40, 0),
57 .trig = TRIGGER(0x0a40, 2),
80 .trig = TRIGGER(0x0e84, 1),
103 .trig = TRIGGER(0x0afc, 9),
115 .trig = TRIGGER(0x0afc, 10),
127 .trig = TRIGGER(0x0afc, 12),
149 .trig = TRIGGER(0x0afc, 7),
160 .trig = TRIGGER(0x0afc, 5),
[all …]
A Dclk-bcm21664.c39 .trig = TRIGGER(0x0a40, 4),
66 .trig = TRIGGER(0x0afc, 9),
78 .trig = TRIGGER(0x0afc, 10),
90 .trig = TRIGGER(0x0afc, 12),
102 .trig = TRIGGER(0x0afc, 11),
161 .trig = TRIGGER(0x0afc, 2),
171 .trig = TRIGGER(0x0afc, 3),
181 .trig = TRIGGER(0x0afc, 4),
192 .trig = TRIGGER(0x0afc, 23),
203 .trig = TRIGGER(0x0afc, 24),
[all …]
A Dclk-kona.h375 #define TRIGGER(_offset, _bit) \ macro
/linux-6.3-rc2/tools/testing/selftests/lkdtm/
A Drun.sh10 TRIGGER=/sys/kernel/debug/provoke-crash/DIRECT
15 if [ ! -r $TRIGGER ] ; then
17 if [ ! -r $TRIGGER ] ; then
18 echo "Cannot find $TRIGGER (missing CONFIG_LKDTM?)"
20 echo "Cannot write $TRIGGER (need to run as root?)"
35 if ! grep -E -q '^'"$test"'$' "$TRIGGER" ; then
36 echo "Skipped: test '$test' missing in $TRIGGER!"
93 echo "$test" | cat >"$TRIGGER" || true
A Dstack-entropy.sh7 TRIGGER=/sys/kernel/debug/provoke-crash/DIRECT
11 if [ ! -r $TRIGGER ] ; then
13 if [ ! -r $TRIGGER ] ; then
14 echo "Cannot find $TRIGGER (missing CONFIG_LKDTM?)"
16 echo "Cannot write $TRIGGER (need to run as root?)"
27 echo "REPORT_STACK" > $TRIGGER
/linux-6.3-rc2/drivers/accessibility/speakup/
A Dsynth.c188 trigger_time = spk_get_var(TRIGGER); in synth_start()
348 { TRIGGER, .u.n = {NULL, 20, 10, 2000, 0, 0, NULL } },
A Dspk_types.h44 DELAY, TRIGGER, JIFFY, FULL, /* all timers must be together */ enumerator
A Dvarhandlers.c23 { "trigger_time", TRIGGER, VAR_TIME, NULL, NULL },
/linux-6.3-rc2/tools/testing/selftests/sysctl/
A Dsysctl.sh124 TRIGGER=$(basename ${TARGET})
125 case "$TRIGGER" in
/linux-6.3-rc2/drivers/accel/ivpu/
A Divpu_hw_mtl.c680 ret = REGB_POLL_FLD(MTL_BUTTRESS_VPU_IP_RESET, TRIGGER, 0, TIMEOUT_US); in ivpu_hw_mtl_reset()
687 val = REG_SET_FLD(MTL_BUTTRESS_VPU_IP_RESET, TRIGGER, val); in ivpu_hw_mtl_reset()
690 ret = REGB_POLL_FLD(MTL_BUTTRESS_VPU_IP_RESET, TRIGGER, 0, TIMEOUT_US); in ivpu_hw_mtl_reset()
/linux-6.3-rc2/drivers/net/ethernet/huawei/hinic/
A Dhinic_hw_mbox.c183 TRIGGER, enumerator
725 mbox_ctrl |= HINIC_MBOX_CTRL_SET(TRIGGER, TRIGGER_AEQE); in write_mbox_msg_attr()
/linux-6.3-rc2/drivers/input/misc/
A Dadxl34x.c139 #define TRIGGER (1 << 5) macro

Completed in 41 milliseconds