Home
last modified time | relevance | path

Searched refs:output (Results 526 – 550 of 6206) sorted by relevance

1...<<21222324252627282930>>...249

/openbmc/linux/Documentation/devicetree/bindings/iio/dac/
H A Dadi,ad5766.yaml24 output-range-microvolts:
27 description: Select converter output range.
44 - output-range-microvolts
59 output-range-microvolts = <(-5000000) 5000000>;
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dallwinner,sun4i-a10-tcon-ch0-clk.yaml35 clock-output-names:
43 - clock-output-names
65 clock-output-names = "tcon-ch0-sclk";
74 clock-output-names = "tcon-ch1-sclk";
H A Dlpc1850-cgu.txt11 of the clock generators through the clock source bus to the output
12 stages. Each output stage provides an independent clock source and
37 - clock-output-names:
70 26 BASE_CGU_OUT0_CLK Base clock for CGU_OUT0 clock output
71 27 BASE_CGU_OUT1_CLK Base clock for CGU_OUT1 clock output
97 clock-output-names = "enet_rx_clk";
104 clock-output-names = "enet_tx_clk";
111 clock-output-names = "gp_clkin";
H A Dxgene.txt21 - clock-output-names : shall be the name of the PLL referenced by derive
30 - clock-output-names : shall be the name of the clock referenced by derive
45 - clock-output-names : shall be the name of the device referenced.
68 clock-output-names = "pcppll";
77 clock-output-names = "pmd0clk";
86 clock-output-names = "socpll";
97 clock-output-names = "qmlclk";
110 clock-output-names = "ethclk";
129 clock-output-names = "apbclk";
H A Dcirrus,cs2000-cp.yaml39 cirrus,aux-output-source:
41 Specifies the function of the auxiliary clock output pin
46 - 2 # CS2000CP_AUX_OUTPUT_CLK_OUT: clk_out output
61 output signal directly from the REF_CLK input.
88 cirrus,aux-output-source = <CS2000CP_AUX_OUTPUT_CLK_OUT>;
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dmaxim,max8903.yaml29 description: Charge enable pin (active low, output)
37 description: Fault pin (active low, output)
41 description: Current limit mode setting (DC=1 or USB=0, output)
45 description: USB suspend pin (active high, output)
/openbmc/linux/include/linux/
H A Dzstd.h310 size_t zstd_compress_stream(zstd_cstream *cstream, zstd_out_buffer *output,
326 size_t zstd_flush_stream(zstd_cstream *cstream, zstd_out_buffer *output);
340 size_t zstd_end_stream(zstd_cstream *cstream, zstd_out_buffer *output);
401 size_t zstd_decompress_stream(zstd_dstream *dstream, zstd_out_buffer *output,
/openbmc/qemu/plugins/
H A Dmeson.build10 output: 'qemu-plugins-ld64.symbols',
27 output: 'qemu_plugin_api.def',
33 output: 'libqemu_plugin_api.a',
35 '--output-delaylib', '@OUTPUT@', '--dllname', 'qemu.exe']
/openbmc/linux/drivers/media/platform/renesas/
H A Dsh_vou.c495 struct v4l2_rect output; member
612 geo->output.width = best; in vou_adjust_output()
642 geo->output.height = best; in vou_adjust_output()
712 geo.output = vou_dev->rect; in sh_vou_set_fmt_vid_out()
716 mbfmt->width = geo.output.width; in sh_vou_set_fmt_vid_out()
717 mbfmt->height = geo.output.height; in sh_vou_set_fmt_vid_out()
725 geo.output.width, geo.output.height, mbfmt->width, mbfmt->height); in sh_vou_set_fmt_vid_out()
740 geo.output.width = mbfmt->width; in sh_vou_set_fmt_vid_out()
747 vou_dev->rect = geo.output; in sh_vou_set_fmt_vid_out()
967 geo.output = *rect; in sh_vou_s_selection()
[all …]
/openbmc/linux/drivers/media/platform/ti/davinci/
H A Dvpif_display.c680 struct v4l2_output output; in vpif_s_std() local
687 output = chan_cfg->outputs[ch->output_idx].output; in vpif_s_std()
727 struct v4l2_output output; in vpif_g_std() local
733 output = chan_cfg->outputs[ch->output_idx].output; in vpif_g_std()
756 *output = chan_cfg->outputs[output->index].output; in vpif_enum_output()
810 u32 input = 0, output = 0; in vpif_set_output() local
879 struct v4l2_output output; in vpif_enum_dv_timings() local
886 output = chan_cfg->outputs[ch->output_idx].output; in vpif_enum_dv_timings()
916 struct v4l2_output output; in vpif_s_dv_timings() local
923 output = chan_cfg->outputs[ch->output_idx].output; in vpif_s_dv_timings()
[all …]
/openbmc/linux/drivers/staging/sm750fb/
H A Dsm750.c360 struct lynxfb_output *output; in lynxfb_ops_set_par() local
372 output = &par->output; in lynxfb_ops_set_par()
577 struct lynxfb_output *output; in lynxfb_ops_blank() local
581 output = &par->output; in lynxfb_ops_blank()
582 return output->proc_setBLANK(output, blank); in lynxfb_ops_blank()
595 output = &par->output; in sm750fb_set_drv()
617 output->paths = sm750_pnc; in sm750fb_set_drv()
624 output->paths = sm750_pnc; in sm750fb_set_drv()
636 output->paths = sm750_crt; in sm750fb_set_drv()
650 output->paths = sm750_crt; in sm750fb_set_drv()
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dnbd-qemu-allocation58 $QEMU_IMG map --output=json -f qcow2 "$TEST_IMG"
64 $QEMU_IMG map --output=json --image-opts \
73 $QEMU_IMG map --output=json --image-opts \
/openbmc/linux/drivers/crypto/
H A Dpadlock-aes.c194 static inline void rep_xcrypt_ecb(const u8 *input, u8 *output, void *key, in rep_xcrypt_ecb() argument
198 : "+S"(input), "+D"(output) in rep_xcrypt_ecb()
202 static inline u8 *rep_xcrypt_cbc(const u8 *input, u8 *output, void *key, in rep_xcrypt_cbc() argument
206 : "+S" (input), "+D" (output), "+a" (iv) in rep_xcrypt_cbc()
269 ecb_crypt(input, output, key, control_word, count); in padlock_xcrypt_ecb()
277 : "+S"(input), "+D"(output) in padlock_xcrypt_ecb()
281 : "+S"(input), "+D"(output) in padlock_xcrypt_ecb()
285 static inline u8 *padlock_xcrypt_cbc(const u8 *input, u8 *output, void *key, in padlock_xcrypt_cbc() argument
291 return cbc_crypt(input, output, key, iv, control_word, count); in padlock_xcrypt_cbc()
297 : "+S" (input), "+D" (output), "+a" (iv) in padlock_xcrypt_cbc()
[all …]
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_power_capping.robot48 ${output} ${stderr} ${rc}= OS Execute Command ${cmd}
51 Should Contain ${output} ACTIVE
52 Should Contain ${output} Sensor: TEMP
53 Should Contain ${output} Sensor: FREQ
54 Should Contain ${output} Sensor: POWR
58 # With OCC disabled we should have OBSERVATION in output.
59 ${output} ${stderr} ${rc}= OS Execute Command ${cmd}
60 Should Contain ${output} OBSERVATION
63 ${output} ${stderr} ${rc}= OS Execute Command opal-prd occ enable
64 ${output} ${stderr} ${rc}= OS Execute Command ${cmd}
[all …]
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_bios_attributes.robot33 # Example output:
49 # Example output:
66 # Example output:
85 # Example output:
105 # Example output:
122 # Example output:
145 # Example output:
170 # Example output:
227 ${value1}= Convert To String ${output["CurrentValue"]}
249 ${output}= pldmtool bios GetBIOSAttributeCurrentValueByHandle -a ${key}
[all …]
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dsprd,pinctrl.txt9 driving level": One pin can output 3.0v or 1.8v, depending on the
11 select 3.0v, then the pin can output 3.0v. "system control" is used
37 - output-high
38 - output-low
76 - input-disable: Enable pin output.
77 - output-high: Set the pin as an output level high.
78 - output-low: Set the pin as an output level low.
/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_sru.c280 struct v4l2_mbus_framefmt *output; in sru_configure_stream() local
285 output = vsp1_entity_get_pad_format(&sru->entity, sru->entity.config, in sru_configure_stream()
294 if (input->width != output->width) in sru_configure_stream()
311 struct v4l2_mbus_framefmt *output; in sru_max_width() local
315 output = vsp1_entity_get_pad_format(&sru->entity, sru->entity.config, in sru_max_width()
323 if (input->width != output->width) in sru_max_width()
337 struct v4l2_mbus_framefmt *output; in sru_partition() local
341 output = vsp1_entity_get_pad_format(&sru->entity, sru->entity.config, in sru_partition()
345 if (input->width != output->width) { in sru_partition()
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dpmbus_read_sensor.md18 | iout_peak | Highest output current |
19 | iout_valley | Lowest output current |
24 | vout_peak | Highest output voltage |
25 | vout_valley | Lowest output voltage |
39 | linear_11 | Linear data format used for values not related to voltage output, such as output curr…
40 | linear_16 | Linear data format used for values related to voltage output. Two byte (16-bit), unsi…
117 "comments": ["Read output current from READ_IOUT."],
128 "comments": ["Read output voltage from READ_VOUT. Specify exponent."],
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_data_json.cpp59 orderedJSON output; in prettyJSON() local
60 output[pv::sectionVer] = std::to_string(version); in prettyJSON()
61 output[pv::subSection] = std::to_string(subType); in prettyJSON()
62 output[pv::createdBy] = getComponentName(componentID, creatorID); in prettyJSON()
66 output["Data"] = json; in prettyJSON()
72 output[key] = value; in prettyJSON()
78 stream << std::setw(4) << output; in prettyJSON()
337 const char* output = PyBytes_AS_STRING(pBytes); in getPythonJSON() local
340 orderedJSON json = orderedJSON::parse(output); in getPythonJSON()
/openbmc/linux/Documentation/hwmon/
H A Dmax31785.rst44 in[1-6]_crit Critical maximum output voltage
46 in[1-6]_input Measured output voltage
48 in[1-6]_lcrit Critical minimum output voltage
50 in[1-6]_max Maximum output voltage
52 in[1-6]_min Minimum output voltage
/openbmc/linux/drivers/base/power/
H A Dsysfs.c153 const char *output; in runtime_status_show() local
156 output = "error"; in runtime_status_show()
158 output = "unsupported"; in runtime_status_show()
162 output = "suspended"; in runtime_status_show()
165 output = "suspending"; in runtime_status_show()
168 output = "resuming"; in runtime_status_show()
171 output = "active"; in runtime_status_show()
572 const char *output; in runtime_enabled_show() local
577 output = "disabled"; in runtime_enabled_show()
579 output = "forbidden"; in runtime_enabled_show()
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dipmi_client.robot170 RETURN ${output}
184 RETURN ${output}
224 ... AND Return From Keyword ${output}
228 # Logging SOL output for debug purpose.
229 Log ${output}
231 RETURN ${output}
335 Should Not Contain ${output} Error
350 Should Not Contain ${output} Error
367 Should Not Contain ${output} Error
368 ${output}= Fetch From Right ${output} ${SPACE}
[all …]
/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-laptop.c513 status = buffer.output[1]; in dell_rfkill_set()
519 hwswitch = buffer.output[1]; in dell_rfkill_set()
565 status = buffer.output[1]; in dell_rfkill_query()
573 hwswitch = buffer.output[1]; in dell_rfkill_query()
600 status = buffer.output[1]; in dell_debugfs_show()
606 hwswitch_state = buffer.output[1]; in dell_debugfs_show()
682 status = buffer.output[1]; in dell_update_rfkill()
691 hwswitch = buffer.output[1]; in dell_update_rfkill()
767 status = buffer.output[1]; in dell_setup_rfkill()
959 ret = buffer.output[1]; in dell_get_intensity()
[all …]
/openbmc/linux/drivers/clk/at91/
H A Dat91sam9260.c38 .output = { .min = 0, .max = 105000000 },
54 .output = sam9260_plla_outputs,
70 .output = sam9260_pllb_outputs,
125 .output = { .min = 0, .max = 133000000 },
147 .output = sam9g20_plla_outputs,
163 .output = sam9g20_pllb_outputs,
183 .output = { .min = 0, .max = 94000000 },
195 .output = sam9261_plla_outputs,
211 .output = sam9261_pllb_outputs,
263 .output = { .min = 0, .max = 120000000 },
[all …]
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c32 char *name, *output; member
129 child->output = NULL; in child_start()
165 if (child->output) { in child_output_read()
166 strncpy(work, child->output, sizeof(work) - 1); in child_output_read()
168 free(child->output); in child_output_read()
169 child->output = NULL; in child_output_read()
189 ret = asprintf(&child->output, "%s", work); in child_output_read()
214 if (flush && child->output) { in child_output()
215 ksft_print_msg("%s: %s<EOF>\n", child->name, child->output); in child_output()
216 free(child->output); in child_output()
[all …]

1...<<21222324252627282930>>...249