Home
last modified time | relevance | path

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

12345678910>>...13

/Linux-v4.19/Documentation/hwmon/
Dpcf859120 The PCF8591 is an 8-bit A/D and D/A converter (4 analog inputs and one
24 The PCF8591 has 4 analog inputs programmable as single-ended or
25 differential inputs :
26 - mode 0 : four single ended inputs
27 Pins AIN0 to AIN3 are single ended inputs for channels 0 to 3
29 - mode 1 : three differential inputs
31 Pins AIN0 to AIN2 are positive differential inputs for channels 0 to 2
34 Pins AIN0 and AIN1 are single ended inputs for channels 0 and 1
38 - mode 3 : two differential inputs
52 0 = four single ended inputs
[all …]
Dads101522 This device is a 12/16-bit A-D converter with 4 inputs.
24 The inputs can be used single ended or in certain differential combinations.
26 The inputs can be made available by 8 sysfs input files in0_input - in7_input:
36 Which inputs are available can be configured using platform data or devicetree.
38 By default all inputs are exported.
Dadm102619 List of GPIO pins (0-16) to program as inputs
42 sensor inputs and one internal sensor. Each sensor has a high and low
60 measurements. Several inputs have integrated attenuators so they can measure
62 dedicated inputs. There are several inputs scaled to 0-3V full-scale range
63 for SCSI terminator power. The remaining inputs are not scaled and have
74 The ADM1026 measures continuously. Analog inputs are measured about 4
79 temperature sensor inputs. Both the PWM output and the DAC output can be
Dadt747535 measurement inputs and VID support. The ADT7490 also has additional
36 features, including extra voltage measurement inputs and PECI support. All
53 Each of the measured inputs (voltage, temperature, fan speed) has
57 The ADT747x samples all inputs continuously. The driver will not read
65 * 2 voltage inputs
69 * 2 voltage inputs
72 * 5 voltage inputs
76 * 6 voltage inputs
Dmax3179024 Tachometer inputs monitor fan tachometer logic outputs for precise (+/-1%)
26 Six pins are dedicated tachometer inputs. Any of the six PWM outputs can
27 also be configured to serve as tachometer inputs.
Ddme173729 * force_start: bool Enables the monitoring of voltage, fan and temp inputs
68 The voltage inputs are sampled with 12-bit resolution and have internal
70 millivolts and don't need scaling. The voltage inputs are mapped as follows
118 Celsius. The chip also features offsets for all 3 temperature inputs which -
121 need any user-space adjustments. The temperature inputs are mapped as follows
137 Fan RPMs are measured with 16-bit resolution. The chip provides inputs for 6
138 fan tachometers. All 6 inputs have an associated min limit which triggers an
139 alarm when crossed. Fan inputs 1-4 provide type attributes that need to be set
141 generates. Supported values are 1, 2, and 4. Fan inputs 5-6 only support fans
142 that generate 2 pulses per revolution. Fan inputs 5-6 also provide a max
[all …]
Ducd900026 current, or temperature inputs.
30 13 power-supply voltage, current, or temperature inputs. Twenty-six GPIO pins
38 voltage inputs. Twenty-six GPIO pins can be used for power supply enables,
45 voltage inputs. Twenty-three GPIO pins can be used for power supply enables,
52 13 power-supply voltage, current, or temperature inputs.
/Linux-v4.19/drivers/media/pci/saa7134/
Dsaa7134-cards.c73 .inputs = {{
88 .inputs = {{
116 .inputs = {{
163 .inputs = {{
204 .inputs = {{
233 .inputs = {{
281 .inputs = { {
328 .inputs = {{
357 .inputs = {{
382 .inputs = {{
[all …]
/Linux-v4.19/Documentation/ioctl/
Dcdrom.txt103 inputs: none
117 inputs: none
132 inputs:
156 inputs:
177 inputs:
195 inputs:
220 inputs: none
238 inputs: none
257 inputs: none
276 inputs: none
[all …]
Dhdio.txt93 inputs: none
138 inputs: none
152 inputs:
173 inputs: none
189 inputs:
241 inputs: none
271 inputs: none
290 inputs:
310 inputs: none
328 inputs: none
[all …]
/Linux-v4.19/Documentation/media/uapi/v4l/
Daudio.rst9 Audio inputs and outputs are physical connectors of a device. Video
10 capture devices have inputs, output devices have outputs, zero or more
11 each. Radio devices have no audio inputs or outputs. They have exactly
13 tuners with video inputs or outputs only, and radio devices have none of
17 Audio and video inputs and outputs are associated. Selecting a video
20 more than one video input or output. Assumed two composite video inputs
21 and two audio inputs exist, there may be up to four valid combinations.
28 To learn about the number and attributes of the available inputs and
53 multiple selectable audio inputs, all audio output ioctls when the
55 audio inputs or outputs the driver must set the ``V4L2_CAP_AUDIO`` flag
Dvideo.rst9 Video inputs and outputs are physical connectors of a device. These can
12 be a video input. Video and VBI capture devices have inputs. Video and
14 no video inputs or outputs.
16 To learn about the number and attributes of the available inputs and
29 implement all the input ioctls when the device has one or more inputs,
Dvidioc-g-input.rst42 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
Dvidioc-enuminput.rst12 VIDIOC_ENUMINPUT - Enumerate video inputs
39 index is out of bounds. To enumerate all inputs applications shall begin
65 - Drivers can enumerate up to 32 video and audio inputs. This field
66 shows which audio inputs were selectable as audio source if this
71 When the driver does not enumerate audio inputs no bits must be
76 For details on audio inputs and how to select the current input
/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_drm.c128 crop = &vsp1->drm->inputs[rpf->entity.index].crop; in vsp1_du_pipeline_setup_rpf()
207 sel.r = vsp1->drm->inputs[rpf->entity.index].compose; in vsp1_du_pipeline_setup_rpf()
361 return vsp1->drm->inputs[rpf->entity.index].zpos; in rpf_zpos()
369 struct vsp1_rwpf *inputs[VSP1_MAX_RPF] = { NULL, }; in vsp1_du_pipeline_setup_inputs() local
383 if (!pipe->inputs[i]) in vsp1_du_pipeline_setup_inputs()
388 if (rpf_zpos(vsp1, inputs[j-1]) <= rpf_zpos(vsp1, rpf)) in vsp1_du_pipeline_setup_inputs()
390 inputs[j] = inputs[j-1]; in vsp1_du_pipeline_setup_inputs()
393 inputs[j] = rpf; in vsp1_du_pipeline_setup_inputs()
412 struct vsp1_rwpf *rpf = inputs[i]; in vsp1_du_pipeline_setup_inputs()
415 brx->inputs[i].rpf = NULL; in vsp1_du_pipeline_setup_inputs()
[all …]
/Linux-v4.19/sound/pci/hda/
Dhda_auto_parser.c64 cfg->inputs[cfg->num_inputs].pin = nid; in add_auto_cfg_input_pin()
65 cfg->inputs[cfg->num_inputs].type = type; in add_auto_cfg_input_pin()
66 cfg->inputs[cfg->num_inputs].has_boost_on_pin = in add_auto_cfg_input_pin()
318 if (hsmic && can_be_headset_mic(codec, &cfg->inputs[i], 0xc)) { in snd_hda_parse_pin_defcfg()
319 cfg->inputs[i].is_headset_mic = 1; in snd_hda_parse_pin_defcfg()
321 } else if (hpmic && can_be_headset_mic(codec, &cfg->inputs[i], 0xd)) { in snd_hda_parse_pin_defcfg()
322 cfg->inputs[i].is_headphone_mic = 1; in snd_hda_parse_pin_defcfg()
328 if (!can_be_headset_mic(codec, &cfg->inputs[i], -1)) in snd_hda_parse_pin_defcfg()
331 cfg->inputs[i].is_headset_mic = 1; in snd_hda_parse_pin_defcfg()
334 cfg->inputs[i].is_headphone_mic = 1; in snd_hda_parse_pin_defcfg()
[all …]
/Linux-v4.19/Documentation/usb/
Dchipidea.txt30 echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/b_bus_req
36 echo 0 > /sys/bus/platform/devices/ci_hdrc.0/inputs/b_bus_req
41 echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_req
53 echo 0 > /sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_drop
54 echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_req
58 echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/b_bus_req
62 echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_drop
68 echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/b_bus_req
/Linux-v4.19/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-v4.19/drivers/media/platform/davinci/
Dvpif_capture.c687 subdev_name = chan_cfg->inputs[input_index].subdev_name; in vpif_input_to_subdev()
743 input = chan_cfg->inputs[index].input_route; in vpif_set_input()
744 output = chan_cfg->inputs[index].output_route; in vpif_set_input()
758 ch->video_dev.tvnorms = chan_cfg->inputs[index].input.std; in vpif_set_input()
807 if (!config->chan_config[ch->channel_id].inputs) in vpif_g_std()
811 input = chan_cfg->inputs[ch->input_idx].input; in vpif_g_std()
837 if (!config->chan_config[ch->channel_id].inputs) in vpif_s_std()
841 input = chan_cfg->inputs[ch->input_idx].input; in vpif_s_std()
887 memcpy(input, &chan_cfg->inputs[input->index].input, in vpif_enum_input()
1122 if (!config->chan_config[ch->channel_id].inputs) in vpif_enum_dv_timings()
[all …]
/Linux-v4.19/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-v4.19/drivers/hid/
Dhid-holtek-kbd.c131 struct hid_input *boot_hid_input = list_first_entry(&boot_hid->inputs, in holtek_kbd_input_event()
149 list_for_each_entry(hidinput, &hdev->inputs, list) { in holtek_kbd_probe()
/Linux-v4.19/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-v4.19/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.
/Linux-v4.19/drivers/media/usb/go7007/
Dgo7007-usb.c98 .inputs = {
135 .inputs = {
174 .inputs = {
238 .inputs = {
296 .inputs = {
328 .inputs = {
360 .inputs = {
386 .inputs = {
418 .inputs = {
449 .inputs = {
[all …]

12345678910>>...13