Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/scripts/
Dcheckkconfigsymbols.py14 from subprocess import Popen, PIPE, STDOUT
182 pop = Popen(cmd, stdout=PIPE, stderr=STDOUT, shell=True)
/linux-4.4.14/drivers/gpu/drm/msm/
DNOTES38 plane -> PIPE{RGBn,VGn} \
51 plane -> PIPE{RGBn,VIGn} \
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Domap-usb.txt55 - utmi-mode : controls the source of UTMI/PIPE status for VBUS and OTG ID.
/linux-4.4.14/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-4.4.14/tools/perf/
Dbuiltin-trace.c941 P_SIGNUM(PIPE); in syscall_arg__scnprintf_signum()