Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/xmon/
Dspu-opc.c25 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
27 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
Dspu.h62 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
64 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
/Linux-v5.4/tools/testing/selftests/tc-testing/plugin-lib/
DbuildebpfPlugin.py55 stdout=subprocess.PIPE,
56 stderr=subprocess.PIPE,
DnsPlugin.py134 stdout=subprocess.PIPE,
135 stderr=subprocess.PIPE,
/Linux-v5.4/scripts/kconfig/tests/
Dconftest.py66 stdin=subprocess.PIPE,
67 stdout=subprocess.PIPE,
68 stderr=subprocess.PIPE,
/Linux-v5.4/tools/perf/util/
Dsetup.py2 from subprocess import Popen, PIPE
6 …return [o for o in Popen(['clang', option], stderr=PIPE).stderr.readlines() if b"unknown argument"…
/Linux-v5.4/Documentation/sphinx/
Dkerneldoc.py108 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/Linux-v5.4/drivers/phy/tegra/
DKconfig16 Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x SOCs.
/Linux-v5.4/tools/perf/trace/beauty/
Dsignum.c24 P_SIGNUM(PIPE); in syscall_arg__scnprintf_signum()
/Linux-v5.4/Documentation/devicetree/bindings/pci/
Dqcom,pcie.txt157 - "pipe" PIPE reset
163 - "pipe_sticky" PIPE sticky reset
172 - "pipe" PIPE reset
187 - "pipe_sticky" PIPE sticky reset
/Linux-v5.4/Documentation/devicetree/bindings/phy/
Dphy-tegra194-p2u.txt5 A P2U instance is a glue logic between Synopsys DesignWare Core PCIe IP's PIPE
/Linux-v5.4/drivers/gpu/drm/msm/
DNOTES38 plane -> PIPE{RGBn,VGn} \
51 plane -> PIPE{RGBn,VIGn} \
/Linux-v5.4/tools/power/pm-graph/
Dbootgraph.py35 from subprocess import call, Popen, PIPE
306 lf = Popen('dmesg', stdout=PIPE).stdout
755 call(sysvals.blexec, stderr=PIPE, stdout=PIPE,
Dsleepgraph.py66 from subprocess import call, Popen, PIPE
341 fp = Popen(['which', cmd], stdout=PIPE, stderr=PIPE).stdout
476 fp = Popen('dmesg', stdout=PIPE).stdout
491 fp = Popen('dmesg', stdout=PIPE).stdout
912 fp = Popen([cmd], stdout=PIPE, stderr=PIPE).stdout
1017 fp = Popen(cmd, stdout=PIPE, stderr=PIPE).stdout
1035 fp = Popen([cmd, '-v'], stdout=PIPE, stderr=PIPE).stderr
1046 fp = Popen(['sh', '-c', fullcmd], stdout=PIPE, stderr=PIPE).stderr
1076 fp = Popen(iwcmd, stdout=PIPE, stderr=PIPE).stdout
1087 fp = Popen([ifcmd, out['device']], stdout=PIPE, stderr=PIPE).stdout
[all …]
/Linux-v5.4/tools/cgroup/
Diocost_coef_gen.py63 stdout=subprocess.PIPE, shell=True).stdout
/Linux-v5.4/Documentation/devicetree/bindings/usb/
Domap-usb.txt55 - utmi-mode : controls the source of UTMI/PIPE status for VBUS and OTG ID.
/Linux-v5.4/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-v5.4/tools/testing/selftests/tc-testing/
Dtdc.py195 stdout=subprocess.PIPE,
196 stderr=subprocess.PIPE,
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce/
Ddce_mem_input.h55 SRI(DMIF_BUFFER_CONTROL, PIPE, id)
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_offload.py101 proc = subprocess.Popen(cmd, shell=shell, stdout=subprocess.PIPE,
102 stderr=subprocess.PIPE)
/Linux-v5.4/tools/kvm/kvm_stat/
Dkvm_stat1025 stdout=subprocess.PIPE)