/openbmc/linux/drivers/iio/potentiometer/ |
H A D | ds1803.c | 52 .output = 1, \
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sm8450-sony-xperia-nagara-pdx224.dts | 266 output-low;
|
H A D | sc7280-idp.dtsi | 521 qcom,hs-output-impedance-micro-ohms = <2600000>; 740 output-low; 753 output-low;
|
H A D | msm8998-xiaomi-sagit.dts | 522 output-high; 649 output-low; 657 output-low;
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mp-verdin-dev.dtsi | 167 fsl,sai-mclk-direction-output;
|
H A D | imx8mp-phyboard-pollux-rdk.dts | 54 ti,clk-output-sel = <DP83867_CLK_O_SEL_OFF>;
|
H A D | imx8mq.dtsi | 49 clock-output-names = "ckil"; 56 clock-output-names = "osc_25m"; 63 clock-output-names = "osc_27m"; 70 clock-output-names = "hdmi_phy_27m"; 77 clock-output-names = "clk_ext1"; 84 clock-output-names = "clk_ext2"; 91 clock-output-names = "clk_ext3"; 98 clock-output-names = "clk_ext4";
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/ |
H A D | 0002-run_program-support-timeout.patch | 22 + """call shell-command and either return its output or kill it
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_ipv6_utils.robot | 77 # Sample output of "ip -6 route":
|
H A D | bmc_redfish_utils.robot | 257 # Example output: 364 ${output} ${stderr} ${rc}= BMC Execute Command passwd --expire ${username} 365 Should Contain Any ${output} password expiry information changed
|
/openbmc/phosphor-fan-presence/docs/control/ |
H A D | debug.md | 35 One can restrict the output to specific names with `-n` and properties with
|
/openbmc/phosphor-objmgr/ |
H A D | meson.build | 135 output : u
|
/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/ |
H A D | useradd-example.bb | 22 # lists which output packages will include the user/group
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/ |
H A D | 0002-tests-add-support-for-install-the-tests.patch | 89 + output: test_name + '.test',
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | wic.rst | 237 -D, --debug output debug information 493 Once the image builds, the output provides image location, artifact use, 498 You should always verify the details provided in the output to make 600 ``-o`` option to cause Wic to create the output somewhere other than the 601 default output directory, which is the current directory:: 653 The previous output shows two partitions in the 690 The previous output shows five files, with the 700 output: Total number of sectors (47824) not a multiple of sectors per track (32)!
|
H A D | runtime-testing.rst | 104 find the full output of the commands run over SSH in 108 You can find the output from the ``unittest`` in the task log at 299 connection to standard input and output as any normal terminal program 465 parse the output. See the ``df.py`` and ``date.py`` modules for examples. 517 command returns a tuple: (status, output), which are what their 518 names imply - the return code of "cmd" and whatever output it
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3328.dtsi | 210 clock-output-names = "xin24m"; 778 clock-output-names = "hdmi_phy"; 850 clock-output-names = "usb480m_phy"; 950 clock_in_out = "output"; 1165 pcfg_output_high: pcfg-output-high { 1166 output-high; 1169 pcfg_output_low: pcfg-output-low { 1170 output-low;
|
/openbmc/linux/net/atm/ |
H A D | clip.c | 286 .output = neigh_direct_output, 302 neigh->output = neigh->ops->output; in clip_constructor()
|
/openbmc/linux/tools/perf/util/ |
H A D | srcline.c | 478 char *output = NULL; in addr2line_configure() local 481 io__getline(&io, &output, &output_len); in addr2line_configure() 484 pr_warning("\t%c%s", ch, output); in addr2line_configure()
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-msm8660.dtsi | 58 clock-output-names = "cxo_board"; 65 clock-output-names = "pxo_board"; 72 clock-output-names = "sleep_clk";
|
/openbmc/linux/drivers/hid/ |
H A D | uhid.c | 373 ev->u.output.size = count; in uhid_hid_output_raw() 374 ev->u.output.rtype = rtype; in uhid_hid_output_raw() 375 memcpy(ev->u.output.data, buf, count); in uhid_hid_output_raw()
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | s5pv210.dtsi | 58 clock-output-names = "xxti"; 65 clock-output-names = "xusbxti"; 558 clock-output-names = "cam_a_clkout", "cam_b_clkout";
|
/openbmc/linux/tools/power/cpupower/po/ |
H A D | it.po | 476 " -m, --human human-readable output for the -f, -w, -s and -y " 479 " -m, --human formatta l'output delle opzioni -f, -w, -s e -y in " 491 "If no argument or only the -c, --cpu parameter is given, debug output about\n" 521 "more than one output-specific argument\n" 524 "specificare più di un parametro di output specifico\n" 938 msgid "You can't specify more than one output-specific argument\n" 941 "specificare più di un parametro di output specifico\n"
|
/openbmc/linux/lib/crypto/ |
H A D | chacha20poly1305-selftest.c | 18 const u8 *input, *output, *assoc, *nonce, *key; member 8912 chacha20poly1305_enc_vectors[i].output, in chacha20poly1305_selftest() 8935 chacha20poly1305_enc_vectors[i].output, in chacha20poly1305_selftest() 8956 chacha20poly1305_dec_vectors[i].output, in chacha20poly1305_selftest() 8978 memcmp(computed_output, chacha20poly1305_dec_vectors[i].output, in chacha20poly1305_selftest() 8997 xchacha20poly1305_enc_vectors[i].output, in chacha20poly1305_selftest() 9018 xchacha20poly1305_dec_vectors[i].output, in chacha20poly1305_selftest()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 650 def check_extack(output, reference, args): argument 653 lines = output.split("\n") 657 def check_extack_nsim(output, reference, args): argument 658 check_extack(output, "netdevsim: " + reference, args) 664 def check_verifier_log(output, reference): argument 665 lines = output.split("\n")
|