Home
last modified time | relevance | path

Searched refs:PIPE (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/arch/powerpc/xmon/
Dspu-opc.c36 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
38 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
Dspu.h73 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
75 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
/Linux-v4.19/tools/perf/util/
Dsetup.py4 from subprocess import Popen, PIPE
8 …return [o for o in Popen(['clang', option], stderr=PIPE).stderr.readlines() if "unknown argument" …
/Linux-v4.19/scripts/kconfig/tests/
Dconftest.py66 stdin=subprocess.PIPE,
67 stdout=subprocess.PIPE,
68 stderr=subprocess.PIPE,
/Linux-v4.19/tools/testing/selftests/tc-testing/plugin-lib/
DnsPlugin.py120 stdout=subprocess.PIPE,
121 stderr=subprocess.PIPE,
/Linux-v4.19/Documentation/sphinx/
Dkerneldoc.py95 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/Linux-v4.19/tools/perf/trace/beauty/
Dsignum.c22 P_SIGNUM(PIPE); in syscall_arg__scnprintf_signum()
/Linux-v4.19/Documentation/devicetree/bindings/pci/
Dqcom,pcie.txt147 - "pipe" PIPE reset
153 - "pipe_sticky" PIPE sticky reset
162 - "pipe" PIPE reset
/Linux-v4.19/drivers/gpu/drm/msm/
DNOTES38 plane -> PIPE{RGBn,VGn} \
51 plane -> PIPE{RGBn,VIGn} \
/Linux-v4.19/tools/power/pm-graph/
Dbootgraph.py34 from subprocess import call, Popen, PIPE
301 lf = Popen('dmesg', stdout=PIPE).stdout
750 call(sysvals.blexec, stderr=PIPE, stdout=PIPE,
Dsleepgraph.py62 from subprocess import call, Popen, PIPE
397 fp = Popen('dmesg', stdout=PIPE).stdout
412 fp = Popen('dmesg', stdout=PIPE).stdout
2346 process = Popen(c, shell=True, stdout=PIPE)
/Linux-v4.19/Documentation/devicetree/bindings/usb/
Domap-usb.txt55 - utmi-mode : controls the source of UTMI/PIPE status for VBUS and OTG ID.
/Linux-v4.19/drivers/usb/renesas_usbhs/
Dpipe.c127 reg = PIPE ## a ## TRN; \ in usbhsp_pipe_trn_set()
163 reg = PIPE ## a ## TRE; \ in usbhsp_pipe_tre_set()
/Linux-v4.19/tools/testing/selftests/tc-testing/
Dtdc.py131 stdout=subprocess.PIPE,
132 stderr=subprocess.PIPE,
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_mem_input.h55 SRI(DMIF_BUFFER_CONTROL, PIPE, id)
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_offload.py94 proc = subprocess.Popen(cmd, shell=shell, stdout=subprocess.PIPE,
95 stderr=subprocess.PIPE)
/Linux-v4.19/tools/kvm/kvm_stat/
Dkvm_stat1018 stdout=subprocess.PIPE)