Home
last modified time | relevance | path

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

12

/linux/tools/perf/util/
A 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/arch/powerpc/xmon/
A 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
A 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/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_dccg.h118 DCCG_SFII(OTG, PIXEL_RATE_CNTL, PIPE, DTO_SRC_SEL, 0, mask_sh),\
119 DCCG_SFII(OTG, PIXEL_RATE_CNTL, PIPE, DTO_SRC_SEL, 1, mask_sh),\
120 DCCG_SFII(OTG, PIXEL_RATE_CNTL, PIPE, DTO_SRC_SEL, 2, mask_sh),\
121 DCCG_SFII(OTG, PIXEL_RATE_CNTL, PIPE, DTO_SRC_SEL, 3, mask_sh),\
/linux/tools/testing/selftests/net/
A Ddevlink_port_split.py4 from subprocess import PIPE, Popen
32 p = Popen(cmd, stdout=PIPE, stderr=PIPE, shell=True)
/linux/scripts/kconfig/tests/
A Dconftest.py70 stdin=subprocess.PIPE,
71 stdout=subprocess.PIPE,
72 stderr=subprocess.PIPE,
/linux/tools/testing/selftests/tc-testing/plugin-lib/
A DbuildebpfPlugin.py55 stdout=subprocess.PIPE,
56 stderr=subprocess.PIPE,
A DnsPlugin.py134 stdout=subprocess.PIPE,
135 stderr=subprocess.PIPE,
/linux/tools/testing/kunit/
A Dkunit_kernel.py91 stderr=subprocess.PIPE,
135 stdin=subprocess.PIPE,
136 stdout=subprocess.PIPE,
172 stdin=subprocess.PIPE,
173 stdout=subprocess.PIPE,
/linux/Documentation/devicetree/bindings/pci/
A Dqcom,pcie.txt157 - "pipe" PIPE clock
170 - "pipe" PIPE clock
200 - "pipe" PIPE reset
206 - "pipe_sticky" PIPE sticky reset
216 - "pipe" PIPE reset
228 - "pipe" PIPE reset
244 - "pipe_sticky" PIPE sticky reset
/linux/Documentation/sphinx/
A Dkernel_feat.py114 , stdout = subprocess.PIPE
115 , stderr = subprocess.PIPE
A Dkernel_abi.py112 , stdout = subprocess.PIPE
113 , stderr = subprocess.PIPE
A Dkerneldoc.py115 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/linux/drivers/phy/tegra/
A DKconfig19 Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x SOCs.
/linux/scripts/clang-tools/
A Drun-clang-tools.py55 stdout=subprocess.PIPE,
/linux/tools/perf/trace/beauty/
A Dsignum.c24 P_SIGNUM(PIPE); in syscall_arg__scnprintf_signum()
/linux/Documentation/devicetree/bindings/phy/
A Dphy-tegra194-p2u.txt5 A P2U instance is a glue logic between Synopsys DesignWare Core PCIe IP's PIPE
/linux/drivers/gpu/drm/msm/
A DNOTES38 plane -> PIPE{RGBn,VGn} \
51 plane -> PIPE{RGBn,VIGn} \
/linux/tools/power/pm-graph/
A Dbootgraph.py35 from subprocess import call, Popen, PIPE
306 lf = Popen('dmesg', stdout=PIPE).stdout
755 call(sysvals.blexec, stderr=PIPE, stdout=PIPE,
/linux/tools/testing/selftests/exec/
A Dbinfmt_script76 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
/linux/drivers/usb/renesas_usbhs/
A Dpipe.c127 reg = PIPE ## a ## TRN; \ in usbhsp_pipe_trn_set()
163 reg = PIPE ## a ## TRE; \ in usbhsp_pipe_tre_set()
/linux/tools/cgroup/
A Diocost_coef_gen.py63 stdout=subprocess.PIPE, shell=True).stdout
/linux/Documentation/devicetree/bindings/usb/
A Domap-usb.txt55 - utmi-mode : controls the source of UTMI/PIPE status for VBUS and OTG ID.
/linux/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_mem_input.h55 SRI(DMIF_BUFFER_CONTROL, PIPE, id)
83 SRI(DMIF_BUFFER_CONTROL, PIPE, id)
/linux/tools/testing/selftests/tc-testing/
A Dtdc.py195 stdout=subprocess.PIPE,
196 stderr=subprocess.PIPE,

Completed in 60 milliseconds

12