Home
last modified time | relevance | path

Searched full:inputs (Results 1 – 25 of 817) sorted by relevance

12345678910>>...33

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn401/
H A Ddcn401_clk_mgr.h12 /* inputs */
16 /* inputs */
23 /* inputs */
30 /* inputs */
35 /* inputs */
39 /* inputs */
43 /* inputs */
47 /* inputs */
51 /* inputs */
55 /* inputs */
[all …]
/linux/Documentation/hwmon/
H A 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 …]
H A 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
H A 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
H A 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 …]
/linux/Documentation/userspace-api/ioctl/
H A Dcdrom.rst108 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 Daudio.rst7 Audio Inputs and Outputs
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
[all …]
H A Dvideo.rst7 Video Inputs and Outputs
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 Dvidioc-enuminput.rst13 VIDIOC_ENUMINPUT - Enumerate video inputs
38 index is out of bounds. To enumerate all inputs applications shall begin
63 - Drivers can enumerate up to 32 video and audio inputs. This field
64 shows which audio inputs were selectable as audio source if this
69 When the driver does not enumerate audio inputs no bits must be
74 For details on audio inputs and how to select the current input
/linux/drivers/comedi/drivers/
H A Dpcl730.c45 * BASE+0 Isolated outputs 0-7 (write) / inputs 0-7 (read)
46 * BASE+1 Isolated outputs 8-15 (write) / inputs 8-15 (read)
47 * BASE+2 TTL outputs 0-7 (write) / inputs 0-7 (read)
48 * BASE+3 TTL outputs 8-15 (write) / inputs 8-15 (read)
55 * BASE+1 Isolated inputs 0-7 (read)
61 * BASE+2 Isolated inputs 0-7 (read)
62 * BASE+3 Isolated inputs 8-15 (read)
66 * BASE+0 Isolated outputs 0-7 (write) or inputs 0-7 (read)
67 * BASE+1 Isolated outputs 8-15 (write) or inputs 8-15 (read)
68 * BASE+2 Isolated outputs 16-23 (write) or inputs 16-23 (read)
[all …]
/linux/arch/mips/math-emu/
H A Dsp_fmax.c52 * The case of both inputs quiet NaNs in ieee754sp_fmax()
116 /* Signs of inputs are equal, let's compare exponents */ in ieee754sp_fmax()
118 /* Inputs are both positive */ in ieee754sp_fmax()
124 /* Inputs are both negative */ in ieee754sp_fmax()
131 /* Signs and exponents of inputs are equal, let's compare mantissas */ in ieee754sp_fmax()
133 /* Inputs are both positive, with equal signs and exponents */ in ieee754sp_fmax()
138 /* Inputs are both negative, with equal signs and exponents */ in ieee754sp_fmax()
178 * The case of both inputs quiet NaNs in ieee754sp_fmaxa()
H A Ddp_fmin.c52 * The case of both inputs quiet NaNs in ieee754dp_fmin()
116 /* Signs of inputs are the same, let's compare exponents */ in ieee754dp_fmin()
118 /* Inputs are both positive */ in ieee754dp_fmin()
124 /* Inputs are both negative */ in ieee754dp_fmin()
131 /* Signs and exponents of inputs are equal, let's compare mantissas */ in ieee754dp_fmin()
133 /* Inputs are both positive, with equal signs and exponents */ in ieee754dp_fmin()
138 /* Inputs are both negative, with equal signs and exponents */ in ieee754dp_fmin()
178 * The case of both inputs quiet NaNs in ieee754dp_fmina()
H A Ddp_fmax.c52 * The case of both inputs quiet NaNs in ieee754dp_fmax()
116 /* Signs of inputs are equal, let's compare exponents */ in ieee754dp_fmax()
118 /* Inputs are both positive */ in ieee754dp_fmax()
124 /* Inputs are both negative */ in ieee754dp_fmax()
131 /* Signs and exponents of inputs are equal, let's compare mantissas */ in ieee754dp_fmax()
133 /* Inputs are both positive, with equal signs and exponents */ in ieee754dp_fmax()
138 /* Inputs are both negative, with equal signs and exponents */ in ieee754dp_fmax()
178 * The case of both inputs quiet NaNs in ieee754dp_fmaxa()
H A Dsp_fmin.c52 * The case of both inputs quiet NaNs in ieee754sp_fmin()
116 /* Signs of inputs are the same, let's compare exponents */ in ieee754sp_fmin()
118 /* Inputs are both positive */ in ieee754sp_fmin()
124 /* Inputs are both negative */ in ieee754sp_fmin()
131 /* Signs and exponents of inputs are equal, let's compare mantissas */ in ieee754sp_fmin()
133 /* Inputs are both positive, with equal signs and exponents */ in ieee754sp_fmin()
138 /* Inputs are both negative, with equal signs and exponents */ in ieee754sp_fmin()
178 * The case of both inputs quiet NaNs in ieee754sp_fmina()
/linux/Documentation/usb/
H A 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
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/Documentation/devicetree/bindings/sound/
H A Dcirrus,madera.yaml38 INnAR INnBL INnBR. For non-muxed inputs the first two cells
40 and the second two cells must be 0. For muxed inputs the
42 right A inputs and the second two cells set the mode of the
43 left and right B inputs. Valid mode values are one of the
45 of inputs the unspecified inputs default to MADERA_INMODE_DIFF.
/linux/sound/hda/common/
H A Dauto_parser.c55 /* add the found input-pin to the cfg->inputs[] table */
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()
168 * The analog input pins are assigned to inputs array.
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()
[all …]
/linux/Documentation/admin-guide/media/
H A Dvivid.rst11 Up to 64 vivid instances can be created, each with up to 16 inputs and 16 outputs.
17 These inputs and outputs act exactly as a real hardware device would behave. This
48 device with webcam, TV, S-Video and HDMI inputs, a video output device with
52 The number of instances, devices, video inputs and outputs and their types are
88 the number of inputs, one for each instance. By default 4 inputs
89 are created for each video capture device. At most 16 inputs can be created,
95 what the type of each input is when the inputs are created for each driver
105 So to create a video capture device with 8 inputs where input 0 is a TV
106 tuner, inputs 1-3 are S-Video inputs and inputs 4-7 are HDMI inputs you
226 Note that this value is ignored by webcam inputs: those enumerate
[all …]
/linux/drivers/hwmon/
H A Dpcf8591.c25 " 0 = four single ended inputs\n"
26 " 1 = three differential inputs\n"
28 " 3 = two differential inputs\n");
41 * 0x00 = four single ended inputs
42 * 0x10 = three differential inputs
44 * 0x30 = two differential inputs
204 /* Register input2 if not in "two differential inputs" mode */ in pcf8591_probe()
211 /* Register input3 only in "four single ended inputs" mode */ in pcf8591_probe()
/linux/include/linux/usb/
H A Dotg-fsm.h51 * OTG hardware Inputs
53 * Common inputs for A and B device
60 * A-Device state inputs
66 * B-Device state inputs
79 * Application inputs (A-Device)
84 * Application inputs (B-Device)
88 * Auxiliary inputs (OTG v1.3 only. Obsolete now.)
143 /* Auxiliary inputs */
/linux/arch/powerpc/include/asm/
H A Dkvm_booke_hv_asm.h20 * Expected inputs (normal exceptions):
28 * Expected inputs (crit/mcheck/debug exceptions):
38 * Expected inputs (GEN/GDBELL/DBG/CRIT/MC exception types):
45 * Expected inputs (TLB exception type):
/linux/Documentation/ABI/testing/
H A 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
/linux/arch/m68k/ifpsp060/
H A Dos.S78 | INPUTS:
109 | INPUTS:
142 | INPUTS:
165 | INPUTS:
176 | INPUTS:
201 | INPUTS:
212 | INPUTS:
236 | INPUTS:
258 | INPUTS:
282 | INPUTS:
/linux/Documentation/devicetree/bindings/gpio/
H A Dxlnx,gpio-xilinx.yaml17 generate an interrupt when a transition on any of their inputs occurs.
50 xlnx,all-inputs:
54 xlnx,all-inputs-2:
141 xlnx,all-inputs = <0x0>;
142 xlnx,all-inputs-2 = <0x0>;
/linux/drivers/pinctrl/starfive/
H A DKconfig17 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

12345678910>>...33