Home
last modified time | relevance | path

Searched refs:inputs (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/Linux-v5.4/Documentation/hwmon/
Dpcf8591.rst25 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 …]
Dadm1026.rst23 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
Dadt7475.rst51 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
Dmax31790.rst28 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.
Ddme1737.rst46 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 …]
Ducd9000.rst31 current, or temperature inputs.
35 13 power-supply voltage, current, or temperature inputs. Twenty-six GPIO pins
43 voltage inputs. Twenty-six GPIO pins can be used for power supply enables,
50 voltage inputs. Twenty-three GPIO pins can be used for power supply enables,
57 13 power-supply voltage, current, or temperature inputs.
/Linux-v5.4/drivers/media/pci/saa7134/
Dsaa7134-cards.c64 .inputs = {{
79 .inputs = {{
107 .inputs = {{
154 .inputs = {{
195 .inputs = {{
224 .inputs = {{
272 .inputs = { {
319 .inputs = {{
348 .inputs = {{
373 .inputs = {{
[all …]
/Linux-v5.4/Documentation/ioctl/
Dcdrom.rst105 inputs:
126 inputs:
150 inputs:
181 inputs:
210 inputs:
235 inputs:
265 inputs:
290 inputs:
316 inputs:
343 inputs:
[all …]
Dhdio.rst97 inputs:
151 inputs:
173 inputs:
202 inputs:
224 inputs:
287 inputs:
321 inputs:
347 inputs:
375 inputs:
402 inputs:
[all …]
/Linux-v5.4/Documentation/media/uapi/v4l/
Daudio.rst16 Audio inputs and outputs are physical connectors of a device. Video
17 capture devices have inputs, output devices have outputs, zero or more
18 each. Radio devices have no audio inputs or outputs. They have exactly
20 tuners with video inputs or outputs only, and radio devices have none of
24 Audio and video inputs and outputs are associated. Selecting a video
27 more than one video input or output. Assumed two composite video inputs
28 and two audio inputs exist, there may be up to four valid combinations.
35 To learn about the number and attributes of the available inputs and
60 multiple selectable audio inputs, all audio output ioctls when the
62 audio inputs or outputs the driver must set the ``V4L2_CAP_AUDIO`` flag
Dvideo.rst16 Video inputs and outputs are physical connectors of a device. These can
19 be a video input. Video and VBI capture devices have inputs. Video and
21 no video inputs or outputs.
23 To learn about the number and attributes of the available inputs and
36 implement all the input ioctls when the device has one or more inputs,
Dvidioc-g-input.rst49 only when there are no video inputs, returning ``EINVAL``.
53 to this integer. Side effects are possible. For example inputs may
59 Information about video inputs is available using the
Dvidioc-enuminput.rst19 VIDIOC_ENUMINPUT - Enumerate video inputs
46 index is out of bounds. To enumerate all inputs applications shall begin
72 - Drivers can enumerate up to 32 video and audio inputs. This field
73 shows which audio inputs were selectable as audio source if this
78 When the driver does not enumerate audio inputs no bits must be
83 For details on audio inputs and how to select the current input
/Linux-v5.4/sound/pci/hda/
Dhda_auto_parser.c60 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()
314 if (hsmic && can_be_headset_mic(codec, &cfg->inputs[i], 0xc)) { in snd_hda_parse_pin_defcfg()
315 cfg->inputs[i].is_headset_mic = 1; in snd_hda_parse_pin_defcfg()
317 } else if (hpmic && can_be_headset_mic(codec, &cfg->inputs[i], 0xd)) { in snd_hda_parse_pin_defcfg()
318 cfg->inputs[i].is_headphone_mic = 1; in snd_hda_parse_pin_defcfg()
324 if (!can_be_headset_mic(codec, &cfg->inputs[i], -1)) in snd_hda_parse_pin_defcfg()
327 cfg->inputs[i].is_headset_mic = 1; in snd_hda_parse_pin_defcfg()
330 cfg->inputs[i].is_headphone_mic = 1; in snd_hda_parse_pin_defcfg()
[all …]
/Linux-v5.4/drivers/media/platform/vsp1/
Dvsp1_drm.c130 crop = &vsp1->drm->inputs[rpf->entity.index].crop; in vsp1_du_pipeline_setup_rpf()
209 sel.r = vsp1->drm->inputs[rpf->entity.index].compose; in vsp1_du_pipeline_setup_rpf()
363 return vsp1->drm->inputs[rpf->entity.index].zpos; in rpf_zpos()
371 struct vsp1_rwpf *inputs[VSP1_MAX_RPF] = { NULL, }; in vsp1_du_pipeline_setup_inputs() local
385 if (!pipe->inputs[i]) in vsp1_du_pipeline_setup_inputs()
390 if (rpf_zpos(vsp1, inputs[j-1]) <= rpf_zpos(vsp1, rpf)) in vsp1_du_pipeline_setup_inputs()
392 inputs[j] = inputs[j-1]; in vsp1_du_pipeline_setup_inputs()
395 inputs[j] = rpf; in vsp1_du_pipeline_setup_inputs()
414 struct vsp1_rwpf *rpf = inputs[i]; in vsp1_du_pipeline_setup_inputs()
417 brx->inputs[i].rpf = NULL; in vsp1_du_pipeline_setup_inputs()
[all …]
/Linux-v5.4/Documentation/usb/
Dchipidea.rst47 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
61 echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_req
75 echo 0 > /sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_drop
76 echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_req
82 echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/b_bus_req
88 echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_drop
96 echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/b_bus_req
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dmadera.txt25 For non-muxed inputs the first two cells for that input set the mode for
27 For muxed inputs the first two cells for that input set the mode of the
28 left and right A inputs and the second two cells set the mode of the left
29 and right B inputs.
31 than the number of inputs the unspecified inputs default to
/Linux-v5.4/Documentation/devicetree/bindings/gpio/
Dgpio-xilinx.txt17 - xlnx,all-inputs : if n-th bit is setup, GPIO-n is input
22 - xlnx,all-inputs-2 : as above but for the second channel
36 xlnx,all-inputs = <0x0>;
37 xlnx,all-inputs-2 = <0x0>;
/Linux-v5.4/drivers/media/platform/davinci/
Dvpif_capture.c678 subdev_name = chan_cfg->inputs[input_index].subdev_name; in vpif_input_to_subdev()
734 input = chan_cfg->inputs[index].input_route; in vpif_set_input()
735 output = chan_cfg->inputs[index].output_route; in vpif_set_input()
749 ch->video_dev.tvnorms = chan_cfg->inputs[index].input.std; in vpif_set_input()
798 if (!config->chan_config[ch->channel_id].inputs) in vpif_g_std()
802 input = chan_cfg->inputs[ch->input_idx].input; in vpif_g_std()
828 if (!config->chan_config[ch->channel_id].inputs) in vpif_s_std()
832 input = chan_cfg->inputs[ch->input_idx].input; in vpif_s_std()
878 memcpy(input, &chan_cfg->inputs[input->index].input, in vpif_enum_input()
1105 if (!config->chan_config[ch->channel_id].inputs) in vpif_enum_dv_timings()
[all …]
/Linux-v5.4/drivers/hwmon/
Dina3221.c116 struct ina3221_input inputs[INA3221_NUM_CHANNELS]; member
274 struct ina3221_input *input = &ina->inputs[channel]; in ina3221_read_curr()
369 struct ina3221_input *input = &ina->inputs[channel]; in ina3221_write_curr()
502 *str = ina->inputs[index].label; in ina3221_read_string()
531 input = &ina->inputs[channel - 1]; in ina3221_is_visible()
603 struct ina3221_input *input = &ina->inputs[channel]; in ina3221_shunt_show()
615 struct ina3221_input *input = &ina->inputs[channel]; in ina3221_shunt_store()
678 input = &ina->inputs[val]; in ina3221_probe_child_from_dt()
754 ina->inputs[i].shunt_resistor = INA3221_RSHUNT_DEFAULT; in ina3221_probe()
771 if (ina->inputs[i].disconnected) in ina3221_probe()
[all …]
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-platform-chipidea-usb-otg1 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
Dsysfs-bus-iio-adc-max961113 between RS+ and RS- voltage sense inputs. In Ohms.
17 current flowing between RS+ and RS- inputs.
/Linux-v5.4/drivers/hid/
Dhid-holtek-kbd.c133 boot_hid_input = list_first_entry(&boot_hid->inputs, in holtek_kbd_input_event()
151 list_for_each_entry(hidinput, &hdev->inputs, list) { in holtek_kbd_probe()
/Linux-v5.4/arch/powerpc/boot/dts/
Dvirtex440-ml507.dts162 xlnx,all-inputs = <1>;
163 xlnx,all-inputs-2 = <0>;
301 xlnx,all-inputs = <0>;
302 xlnx,all-inputs-2 = <0>;
317 xlnx,all-inputs = <0>;
318 xlnx,all-inputs-2 = <0>;
335 xlnx,all-inputs = <1>;
336 xlnx,all-inputs-2 = <0>;
381 xlnx,num-intr-inputs = <0xc>;
/Linux-v5.4/Documentation/devicetree/bindings/hwmon/
Daspeed-pwm-tacho.txt4 controller can support upto 16 Fan tachometer inputs.
7 one/two Fan tach inputs.
33 one/two Fan tach inputs.

12345678910>>...13