/openbmc/u-boot/scripts/ |
H A D | checkpatch.pl | 912 $output =~ s/^\s*//gm; 1966 my $output = ''; 1969 $output .= RED; 1971 $output .= YELLOW; 1973 $output .= GREEN; 1978 $output .= BLUE if ($color); 1979 $output .= "$type:"; 1981 $output .= RESET if ($color); 1982 $output .= ' ' . $msg . "\n"; 1989 $output = (split('\n', $output))[0] . "\n" if ($terse); [all …]
|
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/ |
H A D | suricata.yaml | 61 # The default logging directory. Any log or output file will be 111 # alert output for use with Barnyard2 166 # this module is dedicated to offline pcap parsing (empty output 242 # output module to store extracted files to disk 464 - output-cpu-set: 758 # IDS output about what its doing, errors, etc. 770 # output section. You can leave this out to get the default. 775 # A regex to filter output. Can be overridden in an output section. 779 default-output-filter: 782 # disabled you will get the default - console output. [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | meson-gx.dtsi | 127 clock-output-names = "xtal"; 168 clock-output-names = "vcpu"; 509 /* CVBS VDAC output port */ 514 /* HDMI-TX output port */
|
H A D | rk3288-veyron.dtsi | 326 clock-output-names = "xin32k", "wifibt_32kin"; 639 pcfg_output_high: pcfg-output-high { 640 output-high; 643 pcfg_output_low: pcfg-output-low { 644 output-low;
|
/openbmc/u-boot/doc/device-tree-bindings/gpio/ |
H A D | gpio.txt | 231 - output-low A property specifying to set the GPIO direction as output with 233 - output-high A property specifying to set the GPIO direction as output with
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-dv-timings.rst | 13 …VIDIOC_SUBDEV_G_DV_TIMINGS - VIDIOC_SUBDEV_S_DV_TIMINGS - Get or set DV timings for input or output 46 To set DV timings for the input or output, applications use the 61 the current input or output does not support DV timings (e.g. if 77 Digital video timings are not supported for this input or output.
|
/openbmc/linux/Documentation/driver-api/thermal/ |
H A D | power_allocator.rst | 24 temperature as the control input and power as the controlled output: 122 This means that at `switch_on_temp` the output of the controller's 167 the quantized nature of the output control: cooling devices can't set 171 added to the output of the controller. Typically `k_i` is set low (1
|
/openbmc/openbmc/meta-ampere/meta-jade/conf/templates/default/ |
H A D | local.conf.sample | 33 # BitBake has the capability to accelerate builds based on previously built output. 47 # Where to place the build output 50 # where BitBake should place its temporary files and output. Keep in mind that 203 # By default qemu will build with a builtin VNC server where graphical output can be
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.1.rst | 32 - cve-check: add JSON format to summary output 33 - cve-check: fix symlinks where link and output path are equal 113 - rootfs-postcommands: fix symlinks where link and output path are equal 126 - terminal.py: Restore error output from Terminal
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | mlx5.rst | 160 This command has valid output only when interface is up, otherwise the command has empty output. 188 This command has valid output only when interface is up. Otherwise, the command has empty output.
|
/openbmc/linux/Documentation/devicetree/bindings/mailbox/ |
H A D | ti,omap-mailbox.yaml | 20 output interrupt lines. An output interrupt line is routed to an interrupt 41 output lines of an Interrupt Router. The AM64x SoCS also uses a single IP 43 smaller, and the interrupt output lines are connected directly to various
|
/openbmc/linux/drivers/clk/at91/ |
H A D | clk-sam9x60-pll.c | 450 if (rate < characteristics->output[0].min || in sam9x60_div_pll_compute_div() 451 rate > characteristics->output[0].max) in sam9x60_div_pll_compute_div() 472 if (best_rate < characteristics->output[0].min || in sam9x60_div_pll_compute_div() 473 best_rate > characteristics->output[0].max) in sam9x60_div_pll_compute_div()
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | qcom,pmic-gpio.yaml | 502 output-high: true 503 output-low: true 504 output-enable: true 505 output-disable: true
|
/openbmc/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_h264.c | 97 int output = -1; in cedrus_write_frame_list() local 121 output = position; in cedrus_write_frame_list() 134 if (output >= 0) in cedrus_write_frame_list() 135 position = output; in cedrus_write_frame_list()
|
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_lvds.c | 146 unsigned long output; in rcar_lvds_d3_e3_pll_calc() local 261 output = fin * pll->pll_n / pll->pll_m / (1 << pll->pll_e) in rcar_lvds_d3_e3_pll_calc() 263 error = (long)(output - target) * 10000 / (long)target; in rcar_lvds_d3_e3_pll_calc() 267 clk, fin, output, target, error / 100, in rcar_lvds_d3_e3_pll_calc()
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mq-zii-ultra.dtsi | 247 output-low; 254 output-high; 261 output-high; 268 output-high;
|
H A D | imx8ulp.dtsi | 130 clock-output-names = "frosc"; 137 clock-output-names = "lposc"; 144 clock-output-names = "rosc"; 151 clock-output-names = "sosc";
|
/openbmc/linux/drivers/iio/light/ |
H A D | si1133.c | 288 int output = 0; in si1133_calc_polynomial() local 300 output += in si1133_calc_polynomial() 303 output += si1133_calculate_output(x, y, x_order, in si1133_calc_polynomial() 310 return abs(output); in si1133_calc_polynomial()
|
/openbmc/linux/arch/x86/ |
H A D | Kconfig.debug | 10 Enables the informational output from the decompression stage 18 Write kernel log output directly into the VGA buffer or to a serial 32 Write kernel log output directly into the EHCI debug port. 45 Write kernel log output directly into the xHCI debug port.
|
/openbmc/openbmc/meta-ampere/meta-jefferson/conf/templates/default/ |
H A D | local.conf.sample | 33 # BitBake has the capability to accelerate builds based on previously built output. 47 # Where to place the build output 50 # where BitBake should place its temporary files and output. Keep in mind that 203 # By default qemu will build with a builtin VNC server where graphical output can be
|
/openbmc/openbmc/meta-ampere/meta-mitchell/conf/templates/default/ |
H A D | local.conf.sample | 33 # BitBake has the capability to accelerate builds based on previously built output. 47 # Where to place the build output 50 # where BitBake should place its temporary files and output. Keep in mind that 203 # By default qemu will build with a builtin VNC server where graphical output can be
|
/openbmc/u-boot/tools/buildman/ |
H A D | README | 17 # u-boot.bin is the output image 28 A key feature of buildman is its output summary, which allows warnings, 53 produce any useful output on the terminal while building, except for 55 warnings and binaries if you ask for them) is stored in output 530 creating a working directory for each thread, and creating output 628 lots of repeated output for every board. 633 The full build output in this case is available in: 651 for this. In that case you will also see some output files, like: 677 06: x86: Rearrange the output input to remove BSS 695 in the output from binutil's 'size' utility). [all …]
|
/openbmc/linux/Documentation/livepatch/ |
H A D | module-elf-format.rst | 46 module ELF output. Using these dynrela sections, livepatch could resolve 69 **Modinfo output:** 145 **`readelf --sections` output for a patch 170 **`readelf --relocs` output for a patch module:** 275 **`readelf --symbols` output for a patch module:**
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8998-sony-xperia-yoshino.dtsi | 392 output-low; 402 output-low; 804 output-low; 889 output-low; 897 output-low;
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rv1108.dtsi | 84 clock-output-names = "xin24m"; 268 clock-output-names = "usbphy"; 681 pcfg_output_high: pcfg-output-high { 682 output-high; 685 pcfg_output_low: pcfg-output-low { 686 output-low;
|