/u-boot/tools/patman/ |
A D | cros_subprocess.py | 278 def Output(self, stream, data): member in TestSubprocess.MyOperation 303 plist = Popen(['ps']).CommunicateFilter(oper.Output) 310 plist = Popen([cmd], shell=True).CommunicateFilter(oper.Output) 320 plist = Popen([cmd], shell=True).CommunicateFilter(oper.Output) 329 plist = Popen(cmd, shell=False).CommunicateFilter(oper.Output) 338 plist = Popen(cmd, shell=True).CommunicateFilter(oper.Output) 346 plist = Popen('pwd', shell=shell, cwd='/tmp').CommunicateFilter(oper.Output) 358 plist = Popen(cmd, shell=True, env=env).CommunicateFilter(oper.Output) 377 shell=True).CommunicateFilter(oper.Output) 390 plist = Popen(both_cmds, shell=True).CommunicateFilter(oper.Output) [all …]
|
A D | get_maintainer.py | 46 stdout = command.Output(get_maintainer, '--norolestats', fname)
|
A D | command.py | 118 def Output(*cmd, **kwargs): function
|
A D | test_util.py | 63 stdout = command.Output('python3-coverage', 'report')
|
A D | checkpatch.py | 76 result.stdout = command.Output(*args, fname, raise_on_error=False)
|
A D | gitutil.py | 480 git_config_to = command.Output('git', 'config', 'sendemail.to',
|
/u-boot/doc/board/amlogic/ |
A D | index.rst | 59 | CVBS Output | **Yes** | **Yes** | **Yes** | *N/A* | **Yes** … 61 | HDMI Output | **Yes** | **Yes** | **Yes** | *N/A* | **Yes** … 67 | LCD/LVDS Output | No | *N/A* | No | No | No … 69 | MIPI DSI Output | *N/A* | *N/A* | *N/A* | No | No …
|
/u-boot/doc/device-tree-bindings/video/ |
A D | atmel-hlcdc.txt | 10 - atmel,output-mode: LCD Controller Output Mode,
|
A D | exynos-fb.txt | 27 samsung,vl-oep: Output Enable polarity
|
/u-boot/tools/concurrencytest/ |
A D | README.md | 61 Output:
|
/u-boot/doc/device-tree-bindings/sysinfo/ |
A D | smbios.txt | 17 BIOS (Basic Input/Output System) Specification.
|
/u-boot/arch/arm/dts/ |
A D | dra72-evm-common.dtsi | 36 /* Output 1 of TPS43351QDAPRQ1 on dra72-evm */ 37 /* Output 1 of LM5140QRWGTQ1 on dra71-evm */ 48 /* Output 2 of TPS43351QDAPRQ1 on dra72-evm */ 49 /* Output 2 of LM5140QRWGTQ1 on dra71-evm */
|
A D | dra76-evm.dts | 35 /* Output of Cntlr B of TPS43351-Q1 on dra76-evm */ 46 /* Output of Cntlr A of TPS43351-Q1 on dra76-evm */
|
A D | k3-j721e-common-proc-board.dts | 49 /* Output of LMS140 */ 60 /* Output of LM5140 */
|
/u-boot/doc/board/toradex/ |
A D | verdin-imx8mm.rst | 77 Output:
|
/u-boot/doc/imx/habv4/guides/ |
A D | encrypted_boot.txt | 28 dek_blob <DEK address> <Output Address> <Key Size in Bits>
|
/u-boot/tools/binman/ |
A D | elf.py | 241 stdout = command.Output(cc, *args)
|
A D | elf_test.py | 193 stdout = command.Output(objcopy, *args)
|
/u-boot/doc/ |
A D | README.VSC3316-3308 | 31 …state register, Global input ISE, Global input LOS, Global core control, Output mode register and …
|
/u-boot/board/samsung/goni/ |
A D | lowlevel_init.S | 410 orr r1, r1, #(0x1 << 20) @ Output 432 orr r1, r1, #(0x1 << 28) @ Output
|
/u-boot/doc/board/xilinx/ |
A D | zynqmp-r5.rst | 29 Output fragment is u-boot.
|
/u-boot/doc/device-tree-bindings/pinctrl/ |
A D | kendryte,k210-fpioa.txt | 3 This binding describes the Fully-Programmable Input/Output Array (FPIOA) found
|
/u-boot/doc/device-tree-bindings/clock/ |
A D | st,stm32mp1.txt | 100 DIVM DIVN DIVP DIVQ DIVR Output. 109 Output contains a bitfield for each output value (1:ON/0:OFF)
|
/u-boot/doc/board/kontron/ |
A D | sl28.rst | 136 Clock Output Disable And Keep Devices In Reset
|
/u-boot/tools/buildman/ |
A D | control.py | 306 gnu_make = command.Output(os.path.join(options.git,
|