Searched refs:PIPE (Results 1 – 25 of 27) sorted by relevance
12
25 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument27 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
62 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument64 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
2 from subprocess import Popen, PIPE6 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…
55 stdout=subprocess.PIPE,56 stderr=subprocess.PIPE,
134 stdout=subprocess.PIPE,135 stderr=subprocess.PIPE,
66 stdin=subprocess.PIPE,67 stdout=subprocess.PIPE,68 stderr=subprocess.PIPE,
4 from subprocess import PIPE, Popen30 p = Popen(cmd, stdout=PIPE, stderr=PIPE, shell=True)
143 - "pipe" PIPE clock173 - "pipe" PIPE reset179 - "pipe_sticky" PIPE sticky reset189 - "pipe" PIPE reset204 - "pipe_sticky" PIPE sticky reset
122 , stdout = subprocess.PIPE123 , stderr = subprocess.PIPE
125 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
19 Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x SOCs.
55 stdout=subprocess.PIPE,
24 P_SIGNUM(PIPE); in syscall_arg__scnprintf_signum()
5 A P2U instance is a glue logic between Synopsys DesignWare Core PCIe IP's PIPE
38 plane -> PIPE{RGBn,VGn} \51 plane -> PIPE{RGBn,VIGn} \
76 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
35 from subprocess import call, Popen, PIPE306 lf = Popen('dmesg', stdout=PIPE).stdout755 call(sysvals.blexec, stderr=PIPE, stdout=PIPE,
66 from subprocess import call, Popen, PIPE363 fp = Popen(['which', cmd], stdout=PIPE, stderr=PIPE).stdout493 fp = Popen('dmesg', stdout=PIPE).stdout508 fp = Popen('dmesg', stdout=PIPE).stdout1038 fp = Popen([cmdpath]+cargs[3:], stdout=PIPE, stderr=PIPE).stdout1069 fp = Popen([cmd, '-v'], stdout=PIPE, stderr=PIPE).stderr1080 fp = Popen(['sh', '-c', fullcmd], stdout=PIPE, stderr=PIPE).stderr2989 process = Popen(c, shell=True, stdout=PIPE)5611 fp = Popen(xset.format('q').split(' '), stdout=PIPE).stdout
55 - utmi-mode : controls the source of UTMI/PIPE status for VBUS and OTG ID.
63 stdout=subprocess.PIPE, shell=True).stdout
127 reg = PIPE ## a ## TRN; \ in usbhsp_pipe_trn_set()163 reg = PIPE ## a ## TRE; \ in usbhsp_pipe_tre_set()
88 stderr=subprocess.PIPE,
55 SRI(DMIF_BUFFER_CONTROL, PIPE, id)83 SRI(DMIF_BUFFER_CONTROL, PIPE, id)
195 stdout=subprocess.PIPE,196 stderr=subprocess.PIPE,
101 proc = subprocess.Popen(cmd, shell=shell, stdout=subprocess.PIPE,102 stderr=subprocess.PIPE)