Home
last modified time | relevance | path

Searched refs:output (Results 4051 – 4075 of 6165) sorted by relevance

1...<<161162163164165166167168169170>>...247

/openbmc/linux/drivers/iio/potentiometer/
H A Dds1803.c52 .output = 1, \
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsm8450-sony-xperia-nagara-pdx224.dts266 output-low;
H A Dsc7280-idp.dtsi521 qcom,hs-output-impedance-micro-ohms = <2600000>;
740 output-low;
753 output-low;
H A Dmsm8998-xiaomi-sagit.dts522 output-high;
649 output-low;
657 output-low;
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-verdin-dev.dtsi167 fsl,sai-mclk-direction-output;
H A Dimx8mp-phyboard-pollux-rdk.dts54 ti,clk-output-sel = <DP83867_CLK_O_SEL_OFF>;
H A Dimx8mq.dtsi49 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 D0002-run_program-support-timeout.patch22 + """call shell-command and either return its output or kill it
/openbmc/openbmc-test-automation/lib/
H A Dbmc_ipv6_utils.robot77 # Sample output of "ip -6 route":
H A Dbmc_redfish_utils.robot257 # 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 Ddebug.md35 One can restrict the output to specific names with `-n` and properties with
/openbmc/phosphor-objmgr/
H A Dmeson.build135 output : u
/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/
H A Duseradd-example.bb22 # lists which output packages will include the user/group
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/
H A D0002-tests-add-support-for-install-the-tests.patch89 + output: test_name + '.test',
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dwic.rst237 -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 Druntime-testing.rst104 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 Drk3328.dtsi210 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 Dclip.c286 .output = neigh_direct_output,
302 neigh->output = neigh->ops->output; in clip_constructor()
/openbmc/linux/tools/perf/util/
H A Dsrcline.c478 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 Dqcom-msm8660.dtsi58 clock-output-names = "cxo_board";
65 clock-output-names = "pxo_board";
72 clock-output-names = "sleep_clk";
/openbmc/linux/drivers/hid/
H A Duhid.c373 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 Ds5pv210.dtsi58 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 Dit.po476 " -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 Dchacha20poly1305-selftest.c18 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 Dtest_offload.py650 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")

1...<<161162163164165166167168169170>>...247