Home
last modified time | relevance | path

Searched refs:Output (Results 1 – 25 of 46) sorted by relevance

12

/u-boot/tools/patman/
A Dcros_subprocess.py278 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 Dget_maintainer.py46 stdout = command.Output(get_maintainer, '--norolestats', fname)
A Dcommand.py118 def Output(*cmd, **kwargs): function
A Dtest_util.py63 stdout = command.Output('python3-coverage', 'report')
A Dcheckpatch.py76 result.stdout = command.Output(*args, fname, raise_on_error=False)
A Dgitutil.py480 git_config_to = command.Output('git', 'config', 'sendemail.to',
/u-boot/doc/board/amlogic/
A Dindex.rst59 | 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 Datmel-hlcdc.txt10 - atmel,output-mode: LCD Controller Output Mode,
A Dexynos-fb.txt27 samsung,vl-oep: Output Enable polarity
/u-boot/tools/concurrencytest/
A DREADME.md61 Output:
/u-boot/doc/device-tree-bindings/sysinfo/
A Dsmbios.txt17 BIOS (Basic Input/Output System) Specification.
/u-boot/arch/arm/dts/
A Ddra72-evm-common.dtsi36 /* 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 Ddra76-evm.dts35 /* Output of Cntlr B of TPS43351-Q1 on dra76-evm */
46 /* Output of Cntlr A of TPS43351-Q1 on dra76-evm */
A Dk3-j721e-common-proc-board.dts49 /* Output of LMS140 */
60 /* Output of LM5140 */
/u-boot/doc/board/toradex/
A Dverdin-imx8mm.rst77 Output:
/u-boot/doc/imx/habv4/guides/
A Dencrypted_boot.txt28 dek_blob <DEK address> <Output Address> <Key Size in Bits>
/u-boot/tools/binman/
A Delf.py241 stdout = command.Output(cc, *args)
A Delf_test.py193 stdout = command.Output(objcopy, *args)
/u-boot/doc/
A DREADME.VSC3316-330831 …state register, Global input ISE, Global input LOS, Global core control, Output mode register and …
/u-boot/board/samsung/goni/
A Dlowlevel_init.S410 orr r1, r1, #(0x1 << 20) @ Output
432 orr r1, r1, #(0x1 << 28) @ Output
/u-boot/doc/board/xilinx/
A Dzynqmp-r5.rst29 Output fragment is u-boot.
/u-boot/doc/device-tree-bindings/pinctrl/
A Dkendryte,k210-fpioa.txt3 This binding describes the Fully-Programmable Input/Output Array (FPIOA) found
/u-boot/doc/device-tree-bindings/clock/
A Dst,stm32mp1.txt100 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 Dsl28.rst136 Clock Output Disable And Keep Devices In Reset
/u-boot/tools/buildman/
A Dcontrol.py306 gnu_make = command.Output(os.path.join(options.git,

Completed in 33 milliseconds

12