Home
last modified time | relevance | path

Searched refs:capture (Results 1 – 25 of 47) sorted by relevance

12

/u-boot/tools/
A Drmboard.py47 stdout = command.RunPipe([cmd], capture=True, raise_on_error=False).stdout
54 stdout = command.RunPipe([cmd], capture=True).stdout
57 stdout = command.RunPipe([cmd], capture=True).stdout
72 stdout = command.RunPipe([cmd], capture=True).stdout
113 stdout = (command.RunPipe([cmd], capture=True, raise_on_error=False).
121 stdout = command.RunPipe([cmd], capture=True).stdout
135 stdout = command.RunPipe([cmd], capture=True).stdout
140 print(command.RunPipe([cmd], capture=True, raise_on_error=False).stdout)
/u-boot/doc/
A DREADME.pcap3 U-boot supports live Ethernet packet capture in PCAP(2.4) format.
6 The capture is stored on physical memory, and should be copied to
8 If networking works properly one can copy the capture file from physical memory
14 the actual capture file size is populate in the environment variable "pcapsize".
18 # Initialize pcap capture to physical address (0x100000) with maximum size of
21 # Start capture
27 # Stop capture
31 PCAP capture initialized: addr: 0xffffffff80100000 max length: 100000
61 # tftpput 0xffffffff80100000 $pcapsize 10.0.2.2:capture.pcap
/u-boot/tools/patman/
A Dcommand.py51 capture=False, capture_stderr=False, oneline=False, argument
90 if pipeline or capture:
106 if capture:
120 return RunPipe([cmd], capture=True, **kwargs).stdout
131 result = RunPipe([cmd], capture=True, oneline=True,
139 return RunPipe([cmd], capture=True).stdout
A Dgitutil.py70 result = command.RunPipe(pipe, capture=True, capture_stderr=True,
88 stdout = command.RunPipe([pipe], capture=True, oneline=True).stdout
111 result = command.RunPipe(pipe, capture=True, capture_stderr=True,
182 result = command.RunPipe(pipe, capture=True, capture_stderr=True,
214 stdout = command.RunPipe(pipe, capture=True, oneline=True).stdout
233 result = command.RunPipe([pipe], capture=True, raise_on_error=False,
245 result = command.RunPipe([pipe], capture=True, cwd=output_dir,
262 result = command.RunPipe([pipe], capture=True, capture_stderr=True)
276 result = command.RunPipe([pipe], capture=True, capture_stderr=True,
292 result = command.RunPipe([pipe], capture=True, cwd=output_dir,
[all …]
A Dtools.py346 result = command.RunPipe([all_args], capture=True, capture_stderr=True,
/u-boot/board/xilinx/common/
A Dfru.c50 U_BOOT_CMD_MKENT(capture, 3, 0, do_fru_capture, "", ""),
/u-boot/tools/buildman/
A Dbuilderthread.py353 nm_result = command.RunPipe([cmd], capture=True,
363 dump_result = command.RunPipe([cmd], capture=True,
378 size_result = command.RunPipe([cmd], capture=True,
389 command.RunPipe([cmd], capture=True,
/u-boot/arch/arm/dts/
A Dimx6dl.dtsi116 capture-subsystem {
117 compatible = "fsl,imx-capture-subsystem";
A Dimx6q.dtsi296 capture-subsystem {
297 compatible = "fsl,imx-capture-subsystem";
A Dr8a7791-porter.dts14 * This command is required before playback/capture:
509 capture = <&ssi1>;
A Dr8a7794-silk.dts16 * This command is required before playback/capture:
556 capture = <&ssi1>;
A Drk3399-leez-p710.dts402 rockchip,capture-channels = <8>;
408 rockchip,capture-channels = <2>;
A Drk3399-rock-pi-4.dtsi444 rockchip,capture-channels = <8>;
450 rockchip,capture-channels = <2>;
A Dstm32mp157c-ev1.dts303 /* spare dmas for other usage (un-delete to enable pwm capture) */
A Drk3399-firefly.dts528 rockchip,capture-channels = <8>;
534 rockchip,capture-channels = <2>;
A Drk3399-khadas-edge.dtsi540 rockchip,capture-channels = <8>;
546 rockchip,capture-channels = <2>;
A Drk3399-rockpro64.dtsi495 rockchip,capture-channels = <8>;
501 rockchip,capture-channels = <2>;
A Dimx51.dtsi107 capture-subsystem {
108 compatible = "fsl,imx-capture-subsystem";
A Drk3399-roc-pc.dtsi557 rockchip,capture-channels = <8>;
563 rockchip,capture-channels = <2>;
A Dulcb.dtsi412 capture = <&ssi1 &src1 &dvc1>;
A Dstm32mp15xx-dhcom.dtsi374 /* spare dmas for other usage (un-delete to enable pwm capture) */
/u-boot/board/xilinx/
A DKconfig80 This option enables FRU commands to capture and display FRU
/u-boot/arch/arm/lib/
A Dvectors.S233 mov lr, pc @ capture return pc
/u-boot/drivers/pwm/
A DKconfig46 Various options provided in the hardware (such as capture mode and
/u-boot/scripts/kconfig/
A DMakefile140 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)

Completed in 23 milliseconds

12