Home
last modified time | relevance | path

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

12

/Linux-v5.10/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.10/tools/perf/util/
Dsetup.py2 from subprocess import Popen, PIPE
6 cc_is_clang = b"clang version" in Popen([cc.split()[0], "-v"], stderr=PIPE).stderr.readline()
9 …return [o for o in Popen([cc, option], stderr=PIPE).stderr.readlines() if b"unknown argument" in o…
/Linux-v5.10/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.10/scripts/kconfig/tests/
Dconftest.py66 stdin=subprocess.PIPE,
67 stdout=subprocess.PIPE,
68 stderr=subprocess.PIPE,
/Linux-v5.10/tools/testing/selftests/net/
Ddevlink_port_split.py4 from subprocess import PIPE, Popen
30 p = Popen(cmd, stdout=PIPE, stderr=PIPE, shell=True)
/Linux-v5.10/Documentation/devicetree/bindings/pci/
Dqcom,pcie.txt143 - "pipe" PIPE clock
173 - "pipe" PIPE reset
179 - "pipe_sticky" PIPE sticky reset
189 - "pipe" PIPE reset
204 - "pipe_sticky" PIPE sticky reset
/Linux-v5.10/Documentation/sphinx/
Dkernel_abi.py122 , stdout = subprocess.PIPE
123 , stderr = subprocess.PIPE
Dkerneldoc.py125 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/Linux-v5.10/drivers/phy/tegra/
DKconfig19 Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x SOCs.
/Linux-v5.10/scripts/clang-tools/
Drun-clang-tools.py55 stdout=subprocess.PIPE,
/Linux-v5.10/tools/perf/trace/beauty/
Dsignum.c24 P_SIGNUM(PIPE); in syscall_arg__scnprintf_signum()
/Linux-v5.10/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.10/drivers/gpu/drm/msm/
DNOTES38 plane -> PIPE{RGBn,VGn} \
51 plane -> PIPE{RGBn,VIGn} \
/Linux-v5.10/tools/testing/selftests/exec/
Dbinfmt_script76 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
/Linux-v5.10/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
363 fp = Popen(['which', cmd], stdout=PIPE, stderr=PIPE).stdout
493 fp = Popen('dmesg', stdout=PIPE).stdout
508 fp = Popen('dmesg', stdout=PIPE).stdout
1038 fp = Popen([cmdpath]+cargs[3:], stdout=PIPE, stderr=PIPE).stdout
1069 fp = Popen([cmd, '-v'], stdout=PIPE, stderr=PIPE).stderr
1080 fp = Popen(['sh', '-c', fullcmd], stdout=PIPE, stderr=PIPE).stderr
2989 process = Popen(c, shell=True, stdout=PIPE)
5611 fp = Popen(xset.format('q').split(' '), stdout=PIPE).stdout
/Linux-v5.10/Documentation/devicetree/bindings/usb/
Domap-usb.txt55 - utmi-mode : controls the source of UTMI/PIPE status for VBUS and OTG ID.
/Linux-v5.10/tools/cgroup/
Diocost_coef_gen.py63 stdout=subprocess.PIPE, shell=True).stdout
/Linux-v5.10/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.10/tools/testing/kunit/
Dkunit_kernel.py88 stderr=subprocess.PIPE,
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce/
Ddce_mem_input.h55 SRI(DMIF_BUFFER_CONTROL, PIPE, id)
83 SRI(DMIF_BUFFER_CONTROL, PIPE, id)
/Linux-v5.10/tools/testing/selftests/tc-testing/
Dtdc.py195 stdout=subprocess.PIPE,
196 stderr=subprocess.PIPE,
/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_offload.py101 proc = subprocess.Popen(cmd, shell=shell, stdout=subprocess.PIPE,
102 stderr=subprocess.PIPE)

12