Home
last modified time | relevance | path

Searched refs:maximum (Results 1 – 25 of 720) sorted by relevance

12345678910>>...29

/Linux-v4.19/drivers/media/platform/s5p-mfc/
Ds5p_mfc_enc.c129 .maximum = (1 << 16) - 1,
137 .maximum = V4L2_MPEG_VIDEO_MULTI_SICE_MODE_MAX_BYTES,
145 .maximum = (1 << 16) - 1,
153 .maximum = (1 << 30) - 1,
161 .maximum = (1 << 16) - 1,
170 .maximum = 1,
179 .maximum = (1 << 25) - 1,
187 .maximum = 1,
195 .maximum = (1 << 30) - 1,
204 .maximum = (1 << 16) - 1,
[all …]
/Linux-v4.19/Documentation/hwmon/
Dsmm665109 in1_max 12v input maximum voltage (mV)
110 in2_max 3.3V (VDD) input maximum voltage (mV)
111 in3_max Channel A maximum voltage (mV)
112 in4_max Channel B maximum voltage (mV)
113 in5_max Channel C maximum voltage (mV)
114 in6_max Channel D maximum voltage (mV)
115 in7_max Channel E maximum voltage (mV)
116 in8_max Channel F maximum voltage (mV)
117 in9_max AIN1 maximum voltage (mV)
118 in10_max AIN2 maximum voltage (mV)
[all …]
Dmax166829 temp1_max rw local temperature maximum threshold for alarm
30 temp1_max_alarm ro local temperature maximum threshold alarm
34 temp2_max rw remote temperature 1 maximum threshold for alarm
35 temp2_max_alarm ro remote temperature 1 maximum threshold alarm
39 temp3_max rw remote temperature 2 maximum threshold for alarm
40 temp3_max_alarm ro remote temperature 2 maximum threshold alarm
46 temp4_max rw remote temperature 3 maximum threshold for alarm
47 temp4_max_alarm ro remote temperature 3 maximum threshold alarm
51 temp5_max rw remote temperature 4 maximum threshold for alarm
52 temp5_max_alarm ro remote temperature 4 maximum threshold alarm
Dmax868848 in1_crit Critical maximum voltage. From VOUT_OV_FAULT_LIMIT register.
53 in1_highest Historical maximum voltage.
59 curr1_crit Critical maximum current. From IOUT_OC_FAULT_LIMIT register.
62 curr1_highest Historical maximum current.
74 temp1_highest Historical maximum temperature.
Dadt741034 INT pin to indicate that a minimum or maximum temperature set point has been
56 maximum and critical temperature, it can only be set for temp#_max_hyst.
66 temp#_max - temperature maximum setpoint
69 temp#_max_hyst - hysteresis for temperature maximum (read/write)
72 temp#_max_alarm - temperature maximum alarm flag
Dmax3444085 in[1-6]_crit Critical maximum voltage. From VOUT_OV_FAULT_LIMIT register.
91 in[1-6]_highest Historical maximum voltage.
99 curr[1-6]_crit Critical maximum current. From IOUT_OC_FAULT_LIMIT register.
103 curr[1-6]_highest Historical maximum current.
112 power[1,3]_highest Historical maximum power.
126 temp[1-8]_highest Historical maximum temperature.
Dibmpowernv39 tempX_highest Historical maximum temperature
51 inX_highest Historical maximum voltage
61 powerX_input_highest Historical maximum power
71 currX_highest Historical maximum current
/Linux-v4.19/drivers/input/touchscreen/
Dof_touchscreen.c50 absinfo->maximum = max; in touchscreen_set_params()
72 unsigned int maximum, fuzz; in touchscreen_parse_properties() local
83 &maximum) | in touchscreen_parse_properties()
88 touchscreen_set_params(input, axis, maximum - 1, fuzz); in touchscreen_parse_properties()
94 &maximum) | in touchscreen_parse_properties()
99 touchscreen_set_params(input, axis, maximum - 1, fuzz); in touchscreen_parse_properties()
105 &maximum) | in touchscreen_parse_properties()
111 touchscreen_set_params(input, axis, maximum, fuzz); in touchscreen_parse_properties()
/Linux-v4.19/arch/arm64/boot/dts/exynos/
Dexynos5433-tmu.dtsi56 /* Set maximum frequency as 1800MHz */
61 /* Set maximum frequency as 1700MHz */
66 /* Set maximum frequency as 1600MHz */
71 /* Set maximum frequency as 1500MHz */
76 /* Set maximum frequency as 1400MHz */
81 /* Set maximum frequencyas 1200MHz */
86 /* Set maximum frequency as 1000MHz */
223 /* Set maximum frequency as 1200MHz */
228 /* Set maximum frequency as 1100MHz */
233 /* Set maximum frequency as 1000MHz */
[all …]
/Linux-v4.19/drivers/hid/
Dhid-tmff.c58 static inline int tmff_scale_u16(unsigned int in, int minimum, int maximum) in tmff_scale_u16() argument
62 ret = (in * (maximum - minimum) / 0xffff) + minimum; in tmff_scale_u16()
65 if (ret > maximum) in tmff_scale_u16()
66 return maximum; in tmff_scale_u16()
71 static inline int tmff_scale_s8(int in, int minimum, int maximum) in tmff_scale_s8() argument
75 ret = (((in + 0x80) * (maximum - minimum)) / 0xff) + minimum; in tmff_scale_s8()
78 if (ret > maximum) in tmff_scale_s8()
79 return maximum; in tmff_scale_s8()
/Linux-v4.19/drivers/media/usb/gspca/
Dautogain_functions.c68 else if (exposure < gspca_dev->exposure->maximum) in gspca_expo_autogain()
70 else if (gain < gspca_dev->gain->maximum) in gspca_expo_autogain()
120 gain_low = (s32)(gspca_dev->gain->maximum - gspca_dev->gain->minimum) / in gspca_coarse_grained_expo_autogain()
122 gain_high = (s32)(gspca_dev->gain->maximum - gspca_dev->gain->minimum) / in gspca_coarse_grained_expo_autogain()
133 exposure < gspca_dev->exposure->maximum) { in gspca_coarse_grained_expo_autogain()
144 if (gain > gspca_dev->gain->maximum) in gspca_coarse_grained_expo_autogain()
145 gain = gspca_dev->gain->maximum; in gspca_coarse_grained_expo_autogain()
/Linux-v4.19/Documentation/sysctl/
Duser.txt35 The maximum number of cgroup namespaces that any user in the current
40 The maximum number of ipc namespaces that any user in the current
45 The maximum number of mount namespaces that any user in the current
50 The maximum number of network namespaces that any user in the
55 The maximum number of pid namespaces that any user in the current
60 The maximum number of user namespaces that any user in the current
65 The maximum number of user namespaces that any user in the current
/Linux-v4.19/drivers/crypto/nx/
Dnx-842.c146 if (c->maximum > BOUNCE_BUFFER_SIZE) in check_constraints()
147 c->maximum = BOUNCE_BUFFER_SIZE; in check_constraints()
190 if (slen > c->maximum) in compress()
191 adj_slen = slen = c->maximum; in compress()
221 if (dlen > c->maximum) in compress()
222 dlen = c->maximum; in compress()
282 DIV_ROUND_UP(p.iremain, c.maximum)); in nx842_crypto_compress()
290 p.iremain > c.maximum || in nx842_crypto_compress()
294 p.oremain > c.maximum || in nx842_crypto_compress()
374 if (slen > c->maximum) in decompress()
[all …]
/Linux-v4.19/drivers/acpi/acpica/
Damlresrc.h144 u16 maximum; member
186 u16 maximum; member
197 u32 maximum; member
222 u64 maximum; member
234 u64 maximum; member
243 u32 maximum; member
252 u16 maximum; member
/Linux-v4.19/Documentation/media/uapi/v4l/
Dpixfmt-meta-vsp1-hgo.rst20 computes the minimum, maximum and sum of all pixels as well as per-channel
23 The HGO can compute histograms independently per channel, on the maximum of the
31 - In *64 bins maximum mode*, the HGO operates on the maximum of the (R, G, B)
36 - In *256 bins maximum mode*, the HGO operates on the maximum of the (R, G, B)
Dvidioc-subdev-enum-frame-size.rst45 structure. Drivers fill the minimum and maximum frame sizes or return an
50 maximum values.
52 Not all possible sizes in given [minimum, maximum] ranges need to be
55 maximum values. Applications must use the
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/
Dbq25890.txt7 - ti,battery-regulation-voltage: integer, maximum charging voltage (in uV);
8 - ti,charge-current: integer, maximum charging current (in uA);
11 - ti,precharge-current: integer, maximum charge current during precharge
17 - ti,boost-max-current: integer, maximum allowed current draw in boost mode
Dbq2415x.txt18 - ti,current-limit: integer, initial maximum current charger can pull
23 - ti,battery-regulation-voltage: integer, maximum charging voltage in mV.
24 - ti,charge-current: integer, maximum charging current in mA.
/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_uds.c77 unsigned int *minimum, unsigned int *maximum) in uds_output_limits() argument
80 *maximum = min(uds_output_size(input, UDS_MIN_FACTOR), UDS_MAX_SIZE); in uds_output_limits()
172 unsigned int maximum; in uds_try_format() local
191 uds_output_limits(format->width, &minimum, &maximum); in uds_try_format()
192 fmt->width = clamp(fmt->width, minimum, maximum); in uds_try_format()
193 uds_output_limits(format->height, &minimum, &maximum); in uds_try_format()
194 fmt->height = clamp(fmt->height, minimum, maximum); in uds_try_format()
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dcs35l33.txt23 a value of 1 and will increase at a step size of 100mV until a maximum of
34 - cirrus,boost-ipk : The maximum current allowed for the boost converter.
35 The range starts at 1850000uA and goes to a maximum of 3600000uA
59 start at 3 to a maximum of 255.
63 of 1 and increases with a step size of 50mV to a maximum of 750mV (value of
81 by 100mV per step to a maximum of 5500mV.
91 1800mV with a step size of 50mV up to a maximum value of 1750mV.
/Linux-v4.19/Documentation/devicetree/bindings/media/
Dsh_mobile_ceu.txt5 - renesas,max-width: maximum image width, supported on this SoC
6 - renesas,max-height: maximum image height, supported on this SoC
/Linux-v4.19/drivers/usb/host/
Dimx21-dbg.c94 imx21->etd_usage.maximum = max( in debug_etd_allocated()
96 imx21->etd_usage.maximum); in debug_etd_allocated()
107 imx21->dmem_usage.maximum = max( in debug_dmem_allocated()
109 imx21->dmem_usage.maximum); in debug_dmem_allocated()
238 etds_allocated, USB_NUM_ETD, imx21->etd_usage.maximum, in debug_status_show()
241 dmem_bytes, DMEM_SIZE, imx21->dmem_usage.maximum, in debug_status_show()
/Linux-v4.19/include/acpi/
Dacrestyp.h172 u16 maximum; member
216 u16 maximum; member
224 u32 maximum; member
282 u16 maximum; member
290 u32 maximum; member
298 u64 maximum; member
/Linux-v4.19/Documentation/devicetree/bindings/leds/
Dleds-ktd2692.txt4 It uses ExpressWire single-wire programming for maximum flexibility.
29 - flash-max-microamp : Flash LED maximum current
31 - flash-max-timeout-us : Flash LED maximum timeout.
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-iio-distance-srf0814 Show or set the maximum range between the sensor and the
19 minimum value, the step and the maximum value, all enclosed

12345678910>>...29