/u-boot/tools/ |
A D | rmboard.py | 47 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 D | README.pcap | 3 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 D | command.py | 51 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 D | gitutil.py | 70 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 D | tools.py | 346 result = command.RunPipe([all_args], capture=True, capture_stderr=True,
|
/u-boot/board/xilinx/common/ |
A D | fru.c | 50 U_BOOT_CMD_MKENT(capture, 3, 0, do_fru_capture, "", ""),
|
/u-boot/tools/buildman/ |
A D | builderthread.py | 353 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 D | imx6dl.dtsi | 116 capture-subsystem { 117 compatible = "fsl,imx-capture-subsystem";
|
A D | imx6q.dtsi | 296 capture-subsystem { 297 compatible = "fsl,imx-capture-subsystem";
|
A D | r8a7791-porter.dts | 14 * This command is required before playback/capture: 509 capture = <&ssi1>;
|
A D | r8a7794-silk.dts | 16 * This command is required before playback/capture: 556 capture = <&ssi1>;
|
A D | rk3399-leez-p710.dts | 402 rockchip,capture-channels = <8>; 408 rockchip,capture-channels = <2>;
|
A D | rk3399-rock-pi-4.dtsi | 444 rockchip,capture-channels = <8>; 450 rockchip,capture-channels = <2>;
|
A D | stm32mp157c-ev1.dts | 303 /* spare dmas for other usage (un-delete to enable pwm capture) */
|
A D | rk3399-firefly.dts | 528 rockchip,capture-channels = <8>; 534 rockchip,capture-channels = <2>;
|
A D | rk3399-khadas-edge.dtsi | 540 rockchip,capture-channels = <8>; 546 rockchip,capture-channels = <2>;
|
A D | rk3399-rockpro64.dtsi | 495 rockchip,capture-channels = <8>; 501 rockchip,capture-channels = <2>;
|
A D | imx51.dtsi | 107 capture-subsystem { 108 compatible = "fsl,imx-capture-subsystem";
|
A D | rk3399-roc-pc.dtsi | 557 rockchip,capture-channels = <8>; 563 rockchip,capture-channels = <2>;
|
A D | ulcb.dtsi | 412 capture = <&ssi1 &src1 &dvc1>;
|
A D | stm32mp15xx-dhcom.dtsi | 374 /* spare dmas for other usage (un-delete to enable pwm capture) */
|
/u-boot/board/xilinx/ |
A D | Kconfig | 80 This option enables FRU commands to capture and display FRU
|
/u-boot/arch/arm/lib/ |
A D | vectors.S | 233 mov lr, pc @ capture return pc
|
/u-boot/drivers/pwm/ |
A D | Kconfig | 46 Various options provided in the hardware (such as capture mode and
|
/u-boot/scripts/kconfig/ |
A D | Makefile | 140 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
|