Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/ABI/testing/
Ddebugfs-cec-error-inj1 What: /sys/kernel/debug/cec/*/error-inj
7 debugfs. Drivers that support this will create an error-inj file
21 This ensures that you can always do 'echo clear >error-inj' to clear any
25 Note that the output of 'error-inj' shall be valid as input to 'error-inj'.
28 $ cat error-inj >einj.txt
29 $ cat einj.txt >error-inj
40 - Documentation/userspace-api/media/cec/cec-pin-error-inj.rst
/Linux-v5.15/drivers/edac/
Damd64_edac.h244 #define SET_NB_DRAM_INJECTION_WRITE(inj) \ argument
245 (BIT(((inj.word) & 0xF) + 20) | \
246 F10_NB_ARR_ECC_WR_REQ | inj.bit_map)
247 #define SET_NB_DRAM_INJECTION_READ(inj) \ argument
248 (BIT(((inj.word) & 0xF) + 20) | \
249 BIT(16) | inj.bit_map)
/Linux-v5.15/Documentation/devicetree/bindings/net/
Dmscc-ocelot.txt22 - interrupt-names: should contain the interrupt names: "xtr", "inj". Can contain
68 interrupt-names = "ptp_rdy", "xtr", "inj";
/Linux-v5.15/drivers/media/cec/core/
DMakefile13 cec-objs += cec-pin-error-inj.o
/Linux-v5.15/Documentation/userspace-api/media/cec/
Dcec-api.rst25 cec-pin-error-inj
Dcec-pin-error-inj.rst23 now an ``error-inj`` file.
30 With ``cat error-inj`` you can see both the possible commands and the current
33 $ cat /sys/kernel/debug/cec/cec0/error-inj
78 You can write error injection commands to ``error-inj`` using
79 ``echo 'cmd' >error-inj`` or ``cat cmd.txt >error-inj``. The ``cat error-inj``
81 and use it as an input to ``error-inj`` later.
/Linux-v5.15/Documentation/driver-api/media/
Dcec-core.rst318 If both callbacks are set, then an ``error-inj`` file will appear in debugfs.
329 This ensures that you can always do ``echo clear >error-inj`` to clear any error
332 Note that the output of ``error-inj`` shall be valid as input to ``error-inj``.
337 $ cat error-inj >einj.txt
338 $ cat einj.txt >error-inj
348 The second callback will parse commands written to the ``error-inj`` file::
/Linux-v5.15/tools/testing/nvdimm/test/
Dnfit.c778 struct nd_intel_smart_inject *inj, in nfit_test_cmd_smart_inject() argument
784 if (buf_len != sizeof(*inj)) in nfit_test_cmd_smart_inject()
787 if (inj->flags & ND_INTEL_SMART_INJECT_MTEMP) { in nfit_test_cmd_smart_inject()
788 if (inj->mtemp_enable) in nfit_test_cmd_smart_inject()
789 smart->media_temperature = inj->media_temperature; in nfit_test_cmd_smart_inject()
793 if (inj->flags & ND_INTEL_SMART_INJECT_SPARE) { in nfit_test_cmd_smart_inject()
794 if (inj->spare_enable) in nfit_test_cmd_smart_inject()
795 smart->spares = inj->spares; in nfit_test_cmd_smart_inject()
799 if (inj->flags & ND_INTEL_SMART_INJECT_FATAL) { in nfit_test_cmd_smart_inject()
800 if (inj->fatal_enable) in nfit_test_cmd_smart_inject()
[all …]
/Linux-v5.15/arch/mips/boot/dts/mscc/
Docelot.dtsi145 interrupt-names = "ptp_rdy", "xtr", "inj";
/Linux-v5.15/Documentation/trace/coresight/
Dcoresight.rst574 $ perf inject -i perf.data -o inj.data --itrace=il64 --strip
575 $ create_gcov --binary=./sort --profile=inj.data --gcov=sort.gcov -gcov_version=1
/Linux-v5.15/tools/perf/Documentation/
Dperf-intel-pt.txt1128 $ perf inject -i perf.data -o inj --itrace=i100usle --strip
1129 $ ./create_gcov --binary=./sort --profile=inj --gcov=sort.gcov -gcov_version=1
/Linux-v5.15/
DMAINTAINERS4281 F: Documentation/ABI/testing/debugfs-cec-error-inj