| /linux/Documentation/hwmon/ |
| H A D | pcf8591.rst | 25 The PCF8591 is an 8-bit A/D and D/A converter (4 analog inputs and one 29 The PCF8591 has 4 analog inputs programmable as single-ended or 30 differential inputs: 32 - mode 0 : four single ended inputs 33 Pins AIN0 to AIN3 are single ended inputs for channels 0 to 3 35 - mode 1 : three differential inputs 37 Pins AIN0 to AIN2 are positive differential inputs for channels 0 to 2 40 Pins AIN0 and AIN1 are single ended inputs for channels 0 and 1 44 - mode 3 : two differential inputs 59 - 0 = four single ended inputs [all …]
|
| H A D | adm1026.rst | 23 List of GPIO pins (0-16) to program as inputs 50 sensor inputs and one internal sensor. Each sensor has a high and low 68 measurements. Several inputs have integrated attenuators so they can measure 70 dedicated inputs. There are several inputs scaled to 0-3V full-scale range 71 for SCSI terminator power. The remaining inputs are not scaled and have 82 The ADM1026 measures continuously. Analog inputs are measured about 4 87 temperature sensor inputs. Both the PWM output and the DAC output can be
|
| H A D | adt7475.rst | 51 measurement inputs and VID support. The ADT7490 also has additional 52 features, including extra voltage measurement inputs and PECI support. All 69 Each of the measured inputs (voltage, temperature, fan speed) has 73 The ADT747x samples all inputs continuously. The driver will not read 81 * 2 voltage inputs 85 * 2 voltage inputs 88 * 5 voltage inputs 92 * 6 voltage inputs
|
| H A D | dme1737.rst | 46 Enables the monitoring of voltage, fan and temp inputs 87 The voltage inputs are sampled with 12-bit resolution and have internal 89 millivolts and don't need scaling. The voltage inputs are mapped as follows 141 Celsius. The chip also features offsets for all 3 temperature inputs which - 144 need any user-space adjustments. The temperature inputs are mapped as follows 160 Fan RPMs are measured with 16-bit resolution. The chip provides inputs for 6 161 fan tachometers. All 6 inputs have an associated min limit which triggers an 162 alarm when crossed. Fan inputs 1-4 provide type attributes that need to be set 164 generates. Supported values are 1, 2, and 4. Fan inputs 5-6 only support fans 165 that generate 2 pulses per revolution. Fan inputs 5-6 also provide a max [all …]
|
| H A D | max31790.rst | 28 Tachometer inputs monitor fan tachometer logic outputs for precise (+/-1%) 30 Six pins are dedicated tachometer inputs. Any of the six PWM outputs can 31 also be configured to serve as tachometer inputs.
|
| /linux/drivers/media/pci/saa7134/ |
| H A D | saa7134-cards.c | 64 .inputs = {{ 79 .inputs = {{ 107 .inputs = {{ 154 .inputs = {{ 195 .inputs = {{ 224 .inputs = {{ 272 .inputs = { { 319 .inputs = {{ 348 .inputs = {{ 373 .inputs = {{ [all …]
|
| /linux/Documentation/userspace-api/ioctl/ |
| H A D | cdrom.rst | 108 inputs: 129 inputs: 153 inputs: 184 inputs: 213 inputs: 238 inputs: 268 inputs: 293 inputs: 319 inputs: 346 inputs: [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | audio.rst | 10 Audio inputs and outputs are physical connectors of a device. Video 11 capture devices have inputs, output devices have outputs, zero or more 12 each. Radio devices have no audio inputs or outputs. They have exactly 14 tuners with video inputs or outputs only, and radio devices have none of 18 Audio and video inputs and outputs are associated. Selecting a video 21 more than one video input or output. Assumed two composite video inputs 22 and two audio inputs exist, there may be up to four valid combinations. 29 To learn about the number and attributes of the available inputs and 54 multiple selectable audio inputs, all audio output ioctls when the 56 audio inputs or outputs the driver must set the ``V4L2_CAP_AUDIO`` flag
|
| H A D | video.rst | 10 Video inputs and outputs are physical connectors of a device. These can 13 be a video input. Video and VBI capture devices have inputs. Video and 15 no video inputs or outputs. 17 To learn about the number and attributes of the available inputs and 30 implement all the input ioctls when the device has one or more inputs,
|
| H A D | vidioc-g-input.rst | 42 only when there are no video inputs, returning ``EINVAL``. 46 to this integer. Side effects are possible. For example inputs may 52 Information about video inputs is available using the
|
| /linux/sound/hda/common/ |
| H A D | auto_parser.c | 60 cfg->inputs[cfg->num_inputs].pin = nid; in add_auto_cfg_input_pin() 61 cfg->inputs[cfg->num_inputs].type = type; in add_auto_cfg_input_pin() 62 cfg->inputs[cfg->num_inputs].has_boost_on_pin = in add_auto_cfg_input_pin() 320 if (hsmic && can_be_headset_mic(codec, &cfg->inputs[i], 0xc)) { in snd_hda_parse_pin_defcfg() 321 cfg->inputs[i].is_headset_mic = 1; in snd_hda_parse_pin_defcfg() 323 } else if (hpmic && can_be_headset_mic(codec, &cfg->inputs[i], 0xd)) { in snd_hda_parse_pin_defcfg() 324 cfg->inputs[i].is_headphone_mic = 1; in snd_hda_parse_pin_defcfg() 330 if (!can_be_headset_mic(codec, &cfg->inputs[i], -1)) in snd_hda_parse_pin_defcfg() 333 cfg->inputs[i].is_headset_mic = 1; in snd_hda_parse_pin_defcfg() 336 cfg->inputs[i].is_headphone_mic = 1; in snd_hda_parse_pin_defcfg() [all …]
|
| /linux/Documentation/usb/ |
| H A D | chipidea.rst | 47 echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/b_bus_req 55 echo 0 > /sys/bus/platform/devices/ci_hdrc.0/inputs/b_bus_req 62 echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_req 76 echo 0 > /sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_drop 77 echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_req 83 echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/b_bus_req 89 echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_drop 97 echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/b_bus_req
|
| /linux/drivers/media/platform/renesas/rzv2h-ivc/ |
| H A D | rzv2h-ivc-subdev.c | 26 u32 inputs[RZV2H_IVC_N_INPUTS_PER_OUTPUT]; member 30 .inputs = { 41 .inputs = { 52 .inputs = { 63 .inputs = { 81 if (rzv2h_ivc_formats[i].inputs[j] == mbus_code) in rzv2h_ivc_get_mbus_output_from_input() 119 code->code = rzv2h_ivc_formats[order_index].inputs[index]; in rzv2h_ivc_enum_mbus_code() 173 fmt->code : rzv2h_ivc_formats[0].inputs[0]; in rzv2h_ivc_set_fmt()
|
| /linux/drivers/media/platform/renesas/vsp1/ |
| H A D | vsp1_drm.c | 122 const struct vsp1_drm_input *input = &vsp1->drm->inputs[rpf->entity.index]; in vsp1_du_pipeline_setup_rpf() 210 sel.r = vsp1->drm->inputs[rpf->entity.index].compose; in vsp1_du_pipeline_setup_rpf() 368 return vsp1->drm->inputs[rpf->entity.index].zpos; in rpf_zpos() 376 struct vsp1_rwpf *inputs[VSP1_MAX_RPF] = { NULL, }; in vsp1_du_pipeline_setup_inputs() local 390 if (!pipe->inputs[i]) in vsp1_du_pipeline_setup_inputs() 395 if (rpf_zpos(vsp1, inputs[j-1]) <= rpf_zpos(vsp1, rpf)) in vsp1_du_pipeline_setup_inputs() 397 inputs[j] = inputs[j-1]; in vsp1_du_pipeline_setup_inputs() 400 inputs[j] = rpf; in vsp1_du_pipeline_setup_inputs() 419 struct vsp1_rwpf *rpf = inputs[i]; in vsp1_du_pipeline_setup_inputs() 422 brx->inputs[i].rpf = NULL; in vsp1_du_pipeline_setup_inputs() [all …]
|
| /linux/drivers/hwmon/ |
| H A D | ina3221.c | 126 struct ina3221_input inputs[INA3221_NUM_CHANNELS]; member 155 struct ina3221_input *input = ina->inputs; in ina3221_summation_shunt_resistor() 333 struct ina3221_input *input = ina->inputs; in ina3221_read_curr() 437 struct ina3221_input *input = ina->inputs; in ina3221_write_curr() 582 *str = ina->inputs[index].label; in ina3221_read_string() 611 input = &ina->inputs[channel - 1]; in ina3221_is_visible() 690 struct ina3221_input *input = &ina->inputs[channel]; in ina3221_shunt_show() 702 struct ina3221_input *input = &ina->inputs[channel]; in ina3221_shunt_store() 769 input = &ina->inputs[val]; in ina3221_probe_child_from_dt() 845 ina->inputs[i].shunt_resistor = INA3221_RSHUNT_DEFAULT; in ina3221_probe() [all …]
|
| /linux/drivers/media/platform/ti/davinci/ |
| H A D | vpif_capture.c | 666 subdev_name = chan_cfg->inputs[input_index].subdev_name; in vpif_input_to_subdev() 722 input = chan_cfg->inputs[index].input_route; in vpif_set_input() 723 output = chan_cfg->inputs[index].output_route; in vpif_set_input() 737 ch->video_dev.tvnorms = chan_cfg->inputs[index].input.std; in vpif_set_input() 786 if (!config->chan_config[ch->channel_id].inputs) in vpif_g_std() 790 input = chan_cfg->inputs[ch->input_idx].input; in vpif_g_std() 816 if (!config->chan_config[ch->channel_id].inputs) in vpif_s_std() 820 input = chan_cfg->inputs[ch->input_idx].input; in vpif_s_std() 866 memcpy(input, &chan_cfg->inputs[input->index].input, in vpif_enum_input() 1091 if (!config->chan_config[ch->channel_id].inputs) in vpif_enum_dv_timings() [all …]
|
| /linux/arch/x86/kernel/cpu/sgx/ |
| H A D | encls.h | 67 #define __encls_ret_N(rax, inputs...) \ argument 75 : "a"(rax), inputs \ 110 #define __encls_N(rax, rbx_out, inputs...) \ argument 119 : "a"(rax), inputs \
|
| /linux/drivers/ras/amd/atl/ |
| H A D | internal.h | 250 struct addr_ctx_inputs inputs; member 356 (ctx)->inputs.socket_id, (ctx)->inputs.die_id,\ 357 (ctx)->inputs.coh_st_inst_id, (ctx)->inputs.norm_addr, ##arg)
|
| H A D | core.c | 123 ctx.inputs.norm_addr = addr; in norm_to_sys_addr() 124 ctx.inputs.socket_id = socket_id; in norm_to_sys_addr() 125 ctx.inputs.die_id = die_id; in norm_to_sys_addr() 126 ctx.inputs.coh_st_inst_id = coh_st_inst_id; in norm_to_sys_addr()
|
| /linux/drivers/hid/ |
| H A D | hid-holtek-kbd.c | 133 if (list_empty(&boot_hid->inputs)) { in holtek_kbd_input_event() 137 boot_hid_input = list_first_entry(&boot_hid->inputs, in holtek_kbd_input_event() 160 list_for_each_entry(hidinput, &hdev->inputs, list) { in holtek_kbd_probe()
|
| /linux/drivers/media/platform/nxp/imx8-isi/ |
| H A D | imx8-isi-crossbar.c | 339 input = &xbar->inputs[sink_pad]; in mxc_isi_crossbar_enable_streams() 385 input = &xbar->inputs[sink_pad]; in mxc_isi_crossbar_disable_streams() 461 xbar->inputs = kzalloc_objs(*xbar->inputs, xbar->num_sinks); in mxc_isi_crossbar_init() 462 if (!xbar->inputs) { in mxc_isi_crossbar_init() 487 kfree(xbar->inputs); in mxc_isi_crossbar_init() 496 kfree(xbar->inputs); in mxc_isi_crossbar_cleanup()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-chipidea-usb-otg | 1 What: /sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_req 18 What: /sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_drop 33 What: /sys/bus/platform/devices/ci_hdrc.0/inputs/b_bus_req 48 What: /sys/bus/platform/devices/ci_hdrc.0/inputs/a_clr_err
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 2388 if (pin->pf->dplls.inputs[pin->parent_idx[i]].pin == parent) in ice_dpll_pin_get_parent_num() 2722 p = &pf->dplls.inputs[i]; in ice_dpll_pps_update_phase_offsets() 2783 d->active_input = pf->dplls.inputs[d->input_idx].pin; in ice_dpll_update_state() 2784 p = &pf->dplls.inputs[d->input_idx]; in ice_dpll_update_state() 2792 p = &pf->dplls.inputs[d->input_idx]; in ice_dpll_update_state() 2801 p = &pf->dplls.inputs[d->prev_input_idx]; in ice_dpll_update_state() 2807 p = &pf->dplls.inputs[d->input_idx]; in ice_dpll_update_state() 2860 ice_dpll_pins_notify_mask(d->inputs, d->num_inputs, in ice_dpll_periodic_work() 2883 struct ice_dpll_pin *inputs = pf->dplls.inputs; in ice_dpll_init_ref_sync_inputs() local 2945 inputs[i].ref_sync = j; in ice_dpll_init_ref_sync_inputs() [all …]
|
| /linux/arch/mips/include/asm/ |
| H A D | bitops.h | 26 #define __bit_op(mem, insn, inputs...) do { \ argument 39 : inputs \ 43 #define __test_bit_op(mem, ll_dst, insn, inputs...) ({ \ argument 57 : inputs \
|
| /linux/drivers/pinctrl/starfive/ |
| H A D | Kconfig | 17 peripherals supporting inputs, outputs, configuring pull-up/pull-down 38 peripherals supporting inputs, outputs, configuring pull-up/pull-down 50 peripherals supporting inputs, outputs, configuring pull-up/pull-down
|