/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_enc.c | 117 .maximum = (1 << 16) - 1, 125 .maximum = V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_MAX_BYTES, 133 .maximum = (1 << 16) - 1, 141 .maximum = (1 << 30) - 1, 149 .maximum = (1 << 16) - 1, 158 .maximum = 1, 167 .maximum = (1 << 25) - 1, 175 .maximum = 1, 183 .maximum = (1 << 30) - 1, 192 .maximum = (1 << 16) - 1, [all …]
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | smm665.rst | 138 in1_max 12v input maximum voltage (mV) 139 in2_max 3.3V (VDD) input maximum voltage (mV) 140 in3_max Channel A maximum voltage (mV) 141 in4_max Channel B maximum voltage (mV) 142 in5_max Channel C maximum voltage (mV) 143 in6_max Channel D maximum voltage (mV) 144 in7_max Channel E maximum voltage (mV) 145 in8_max Channel F maximum voltage (mV) 146 in9_max AIN1 maximum voltage (mV) 147 in10_max AIN2 maximum voltage (mV) [all …]
|
D | max1668.rst | 35 temp1_max rw local temperature maximum threshold for alarm 36 temp1_max_alarm ro local temperature maximum threshold alarm 40 temp2_max rw remote temperature 1 maximum threshold for alarm 41 temp2_max_alarm ro remote temperature 1 maximum threshold alarm 45 temp3_max rw remote temperature 2 maximum threshold for alarm 46 temp3_max_alarm ro remote temperature 2 maximum threshold alarm 55 temp4_max rw remote temperature 3 maximum threshold for alarm 56 temp4_max_alarm ro remote temperature 3 maximum threshold alarm 60 temp5_max rw remote temperature 4 maximum threshold for alarm 61 temp5_max_alarm ro remote temperature 4 maximum threshold alarm
|
D | isl68137.rst | 436 curr1_crit Critical maximum current 441 curr[2-3]_crit Critical maximum current 448 in1_crit Critical maximum input voltage 455 in[2-3]_crit Critical maximum output voltage 478 curr1_crit Critical maximum current 483 curr2_crit Critical maximum current 490 in1_crit Critical maximum input voltage 500 in3_crit Critical maximum output voltage 523 curr[1-2]_crit Critical maximum current 528 curr[3-4]_crit Critical maximum current [all …]
|
D | max8688.rst | 53 in1_crit Critical maximum voltage. From VOUT_OV_FAULT_LIMIT 61 in1_highest Historical maximum voltage. 67 curr1_crit Critical maximum current. From IOUT_OC_FAULT_LIMIT 71 curr1_highest Historical maximum current. 83 temp1_highest Historical maximum temperature.
|
D | xdpe12284.rst | 44 The driver provides for current: input, maximum and critical thresholds 45 and maximum and critical alarms. Critical thresholds and critical alarm are 90 The driver provides for temperature: input, maximum and critical thresholds 91 and maximum and critical alarms.
|
D | adt7410.rst | 53 INT pin to indicate that a minimum or maximum temperature set point has been 75 maximum and critical temperature, it can only be set for temp#_max_hyst. 86 temp#_max temperature maximum setpoint 89 temp#_max_hyst hysteresis for temperature maximum (read/write) 92 temp#_max_alarm temperature maximum alarm flag
|
D | ir38064.rst | 35 curr1_crit Critical maximum current 42 in1_crit Critical maximum input voltage 51 in2_crit Critical maximum output voltage
|
D | max34440.rst | 118 in[1-6]_crit Critical maximum voltage. From VOUT_OV_FAULT_LIMIT 127 in[1-6]_highest Historical maximum voltage. 140 curr[1-6]_crit Critical maximum current. From IOUT_OC_FAULT_LIMIT 145 curr[1-6]_highest Historical maximum current. 161 power[1,3]_highest Historical maximum power. 180 temp[1-8]_highest Historical maximum temperature.
|
D | ibmpowernv.rst | 41 tempX_highest Historical maximum temperature 54 inX_highest Historical maximum voltage 65 powerX_input_highest Historical maximum power 76 currX_highest Historical maximum current
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
D | of_touchscreen.c | 47 absinfo->maximum = max; in touchscreen_set_params() 70 unsigned int minimum, maximum, fuzz; in touchscreen_parse_properties() local 86 &maximum); in touchscreen_parse_properties() 91 touchscreen_set_params(input, axis_x, minimum, maximum - 1, fuzz); in touchscreen_parse_properties() 99 &maximum); in touchscreen_parse_properties() 104 touchscreen_set_params(input, axis_y, minimum, maximum - 1, fuzz); in touchscreen_parse_properties() 110 &maximum); in touchscreen_parse_properties() 116 touchscreen_set_params(input, axis, 0, maximum, fuzz); in touchscreen_parse_properties() 128 absinfo->maximum -= absinfo->minimum; in touchscreen_parse_properties() 136 absinfo->maximum -= absinfo->minimum; in touchscreen_parse_properties()
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/exynos/ |
D | exynos5433-tmu.dtsi | 56 /* Set maximum frequency as 1800MHz */ 62 /* Set maximum frequency as 1700MHz */ 68 /* Set maximum frequency as 1600MHz */ 74 /* Set maximum frequency as 1500MHz */ 80 /* Set maximum frequency as 1400MHz */ 86 /* Set maximum frequencyas 1200MHz */ 92 /* Set maximum frequency as 1000MHz */ 230 /* Set maximum frequency as 1200MHz */ 236 /* Set maximum frequency as 1100MHz */ 242 /* Set maximum frequency as 1000MHz */ [all …]
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
D | autogain_functions.c | 59 else if (exposure < gspca_dev->exposure->maximum) in gspca_expo_autogain() 61 else if (gain < gspca_dev->gain->maximum) in gspca_expo_autogain() 111 gain_low = (s32)(gspca_dev->gain->maximum - gspca_dev->gain->minimum) / in gspca_coarse_grained_expo_autogain() 113 gain_high = (s32)(gspca_dev->gain->maximum - gspca_dev->gain->minimum) / in gspca_coarse_grained_expo_autogain() 124 exposure < gspca_dev->exposure->maximum) { in gspca_coarse_grained_expo_autogain() 135 if (gain > gspca_dev->gain->maximum) in gspca_coarse_grained_expo_autogain() 136 gain = gspca_dev->gain->maximum; in gspca_coarse_grained_expo_autogain()
|
/kernel/linux/linux-5.10/drivers/hid/ |
D | hid-tmff.c | 48 static inline int tmff_scale_u16(unsigned int in, int minimum, int maximum) in tmff_scale_u16() argument 52 ret = (in * (maximum - minimum) / 0xffff) + minimum; in tmff_scale_u16() 55 if (ret > maximum) in tmff_scale_u16() 56 return maximum; in tmff_scale_u16() 61 static inline int tmff_scale_s8(int in, int minimum, int maximum) in tmff_scale_s8() argument 65 ret = (((in + 0x80) * (maximum - minimum)) / 0xff) + minimum; in tmff_scale_s8() 68 if (ret > maximum) in tmff_scale_s8() 69 return maximum; in tmff_scale_s8()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/sysctl/ |
D | user.rst | 41 The maximum number of cgroup namespaces that any user in the current 47 The maximum number of ipc namespaces that any user in the current 53 The maximum number of mount namespaces that any user in the current 59 The maximum number of network namespaces that any user in the 65 The maximum number of pid namespaces that any user in the current 71 The maximum number of time namespaces that any user in the current 77 The maximum number of user namespaces that any user in the current 83 The maximum number of user namespaces that any user in the current
|
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
D | nx-842.c | 137 if (c->maximum > BOUNCE_BUFFER_SIZE) in check_constraints() 138 c->maximum = BOUNCE_BUFFER_SIZE; in check_constraints() 181 if (slen > c->maximum) in compress() 182 adj_slen = slen = c->maximum; in compress() 212 if (dlen > c->maximum) in compress() 213 dlen = c->maximum; in compress() 273 DIV_ROUND_UP(p.iremain, c.maximum)); in nx842_crypto_compress() 281 p.iremain > c.maximum || in nx842_crypto_compress() 285 p.oremain > c.maximum || in nx842_crypto_compress() 365 if (slen > c->maximum) in decompress() [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
D | bq25890.txt | 14 - ti,battery-regulation-voltage: integer, maximum charging voltage (in uV); 15 - ti,charge-current: integer, maximum charging current (in uA); 18 - ti,precharge-current: integer, maximum charge current during precharge 24 - ti,boost-max-current: integer, maximum allowed current draw in boost mode 38 - ti,ibatcomp-clamp-microvolt: integer, maximum charging voltage adjustment due
|
D | bq2415x.txt | 18 - 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.
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
D | amlresrc.h | 144 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
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | pixfmt-meta-vsp1-hgo.rst | 20 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)
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-driver-habanalabs | 21 Description: Allows the user to set the maximum clock frequency, in MHz. 22 The device clock might be set to lower value than the maximum. 91 Description: Allows the user to set the maximum clock frequency for MME, TPC 99 Description: Allows the user to set the maximum clock frequency, in Hz, of 103 maximum. The user should read the ic_clk_curr to see the actual 124 Description: Allows the user to set the maximum power consumption of the 131 Description: Allows the user to set the maximum clock frequency, in Hz, of 135 maximum. The user should read the mme_clk_curr to see the actual 158 mode, the driver will set the maximum clock frequency to a high 163 mode, the user sets the maximum clock frequency by writing to [all …]
|
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
D | vsp1_uds.c | 77 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()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | cs35l33.txt | 23 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.
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | imx21-dbg.c | 94 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()
|
/kernel/linux/linux-5.10/include/acpi/ |
D | acrestyp.h | 172 u16 maximum; member 216 u16 maximum; member 224 u32 maximum; member 282 u16 maximum; member 290 u32 maximum; member 298 u64 maximum; member
|