Home
last modified time | relevance | path

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

12345678910>>...27

/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tmu.dtsi56 /* 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 …]
/linux/drivers/media/usb/gspca/
H A Dautogain_functions.c59 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()
/linux/Documentation/admin-guide/sysctl/
H A Duser.rst41 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
/linux/drivers/hid/
H A Dhid-tmff.c48 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()
/linux/Documentation/hwmon/
H A Dstpddc60.rst62 in1_crit Critical maximum input voltage.
69 in2_crit Critical maximum output voltage.
77 curr1_crit Critical maximum output current.
82 power1_crit Critical maximum output power.
85 temp1_input Measured maximum temperature of all phases.
88 temp1_crit Critical maximum temperature limit.
89 temp1_crit_alarm Critical maximum temperature alarm.
H A Dxdpe152c4.rst37 The driver provides for current: input, maximum and critical thresholds
38 and maximum and critical alarms. Low Critical thresholds and Low critical alarm are
106 The driver provides for temperature: input, maximum and critical thresholds
107 and maximum and critical alarms.
H A Dadt7410.rst53 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
H A Dxdpe12284.rst48 The driver provides for current: input, maximum and critical thresholds
49 and maximum and critical alarms. Critical thresholds and critical alarm are
94 The driver provides for temperature: input, maximum and critical thresholds
95 and maximum and critical alarms.
H A Dibmpowernv.rst41 tempX_highest Historical maximum temperature
54 inX_highest Historical maximum voltage
65 powerX_input_highest Historical maximum power
76 currX_highest Historical maximum current
H A Dir38064.rst59 curr1_crit Critical maximum current
66 in1_crit Critical maximum input voltage
75 in2_crit Critical maximum output voltage
H A Dacbel-fsg032.rst29 curr1_crit Critical maximum current.
36 curr2_crit Critical maximum current.
55 in2_crit Critical maximum output voltage.
/linux/drivers/crypto/nx/
H A Dnx-842.c142 if (c->maximum > BOUNCE_BUFFER_SIZE) in check_constraints()
143 c->maximum = BOUNCE_BUFFER_SIZE; in check_constraints()
186 if (slen > c->maximum) in compress()
187 adj_slen = slen = c->maximum; in compress()
217 if (dlen > c->maximum) in compress()
218 dlen = c->maximum; in compress()
280 DIV_ROUND_UP(p.iremain, c.maximum)); in nx842_crypto_compress()
288 p.iremain > c.maximum || in nx842_crypto_compress()
292 p.oremain > c.maximum || in nx842_crypto_compress()
372 if (slen > c->maximum) in decompress()
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-vsp1-hgo.rst21 computes the minimum, maximum and sum of all pixels as well as per-channel
24 The HGO can compute histograms independently per channel, on the maximum of the
32 - In *64 bins maximum mode*, the HGO operates on the maximum of the (R, G, B)
37 - In *256 bins maximum mode*, the HGO operates on the maximum of the (R, G, B)
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c1548 int32_t minimum, maximum; in smu_v13_0_7_od_edit_dpm_table() local
1570 &maximum); in smu_v13_0_7_od_edit_dpm_table()
1572 input[i + 1] > maximum) { in smu_v13_0_7_od_edit_dpm_table()
1574 input[i + 1], minimum, maximum); in smu_v13_0_7_od_edit_dpm_table()
1586 &maximum); in smu_v13_0_7_od_edit_dpm_table()
1588 input[i + 1] > maximum) { in smu_v13_0_7_od_edit_dpm_table()
1590 input[i + 1], minimum, maximum); in smu_v13_0_7_od_edit_dpm_table()
1631 &maximum); in smu_v13_0_7_od_edit_dpm_table()
1633 input[i + 1] > maximum) { in smu_v13_0_7_od_edit_dpm_table()
1635 input[i + 1], minimum, maximum); in smu_v13_0_7_od_edit_dpm_table()
[all …]
H A Dsmu_v13_0_0_ppt.c1539 int32_t minimum, maximum; in smu_v13_0_0_od_edit_dpm_table() local
1561 &maximum); in smu_v13_0_0_od_edit_dpm_table()
1563 input[i + 1] > maximum) { in smu_v13_0_0_od_edit_dpm_table()
1565 input[i + 1], minimum, maximum); in smu_v13_0_0_od_edit_dpm_table()
1577 &maximum); in smu_v13_0_0_od_edit_dpm_table()
1579 input[i + 1] > maximum) { in smu_v13_0_0_od_edit_dpm_table()
1581 input[i + 1], minimum, maximum); in smu_v13_0_0_od_edit_dpm_table()
1622 &maximum); in smu_v13_0_0_od_edit_dpm_table()
1624 input[i + 1] > maximum) { in smu_v13_0_0_od_edit_dpm_table()
1626 input[i + 1], minimum, maximum); in smu_v13_0_0_od_edit_dpm_table()
[all …]
/linux/drivers/acpi/acpica/
H A Damlresrc.h148 u16 maximum; member
190 u16 maximum; member
201 u32 maximum; member
226 u64 maximum; member
238 u64 maximum; member
247 u32 maximum; member
256 u16 maximum; member
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-habanalabs21 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.
97 Description: Allows the user to set the maximum clock frequency for MME, TPC
105 Description: Allows the user to set the maximum clock frequency, in Hz, of
109 maximum. The user should read the ic_clk_curr to see the actual
130 Description: Allows the user to set the maximum power consumption of the
137 Description: Allows the user to set the maximum clock frequency, in Hz, of
141 maximum. The user should read the mme_clk_curr to see the actual
176 mode, the driver will set the maximum clock frequency to a high
181 mode, the user sets the maximum clock frequency by writing to
[all …]
H A Dsysfs-edac-scrub63 (RO) Supported maximum scrub cycle duration in seconds
66 Device-based scrub: returns the maximum scrub cycle supported
69 Region-based scrub: returns the min of maximum scrub cycles
72 If the memory device does not provide maximum scrub cycle
73 information, return the maximum supported value of the scrub
H A Dsysfs-bus-iio-distance-srf086 Show or set the maximum range between the sensor and the
12 minimum value, the step and the maximum value, all enclosed
/linux/Documentation/devicetree/bindings/sound/
H A 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/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c2392 int32_t minimum, maximum; in smu_v14_0_2_od_edit_dpm_table() local
2411 &maximum); in smu_v14_0_2_od_edit_dpm_table()
2413 input[0] > maximum) { in smu_v14_0_2_od_edit_dpm_table()
2415 minimum, maximum); in smu_v14_0_2_od_edit_dpm_table()
2440 &maximum); in smu_v14_0_2_od_edit_dpm_table()
2442 input[i + 1] > maximum) { in smu_v14_0_2_od_edit_dpm_table()
2444 input[i + 1], minimum, maximum); in smu_v14_0_2_od_edit_dpm_table()
2456 &maximum); in smu_v14_0_2_od_edit_dpm_table()
2458 input[i + 1] > maximum) { in smu_v14_0_2_od_edit_dpm_table()
2460 input[i + 1], minimum, maximum); in smu_v14_0_2_od_edit_dpm_table()
[all …]
/linux/Documentation/ABI/stable/
H A Dsysfs-driver-ib_srp25 * max_sect, a decimal number specifying the maximum number of
27 * max_cmd_per_lun, a decimal number specifying the maximum
38 the maximum number of data buffer descriptors stored in the
40 parameter cmd_sg_entries defines the maximum S/G list length
48 transfer. Setting allow_ext_sg to 1 increases the maximum
54 maximum S/G list length the SCSI layer is allowed to pass to
67 * queue_size, the maximum number of commands that the
71 * max_it_iu_size, a decimal number specifying the maximum
/linux/include/acpi/
H A Dacrestyp.h178 u16 maximum; member
222 u16 maximum; member
230 u32 maximum; member
288 u16 maximum; member
296 u32 maximum; member
304 u64 maximum; member
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c108 ctrl->type_ops->maximum(ctrl, 0, ctrl->p_new); in max_to_user()
157 if (size > ctrl->maximum + 1) in user_to_new()
158 size = ctrl->maximum + 1; in user_to_new()
168 if (strlen(ctrl->p_new.p_char) == ctrl->maximum && last) in user_to_new()
940 strscpy(ctrl->p_new.p_char, s, ctrl->maximum + 1); in __v4l2_ctrl_s_ctrl_string()
992 if (ctrl->minimum != min || ctrl->maximum != max || in __v4l2_ctrl_modify_range()
996 ctrl->maximum = max; in __v4l2_ctrl_modify_range()
1147 qc->maximum = ctrl->maximum; in v4l2_query_ext_ctrl()
1174 to->maximum = from->maximum; in v4l2_query_ext_ctrl_to_v4l2_queryctrl()
1180 to->maximum = 0; in v4l2_query_ext_ctrl_to_v4l2_queryctrl()
[all …]
/linux/Documentation/devicetree/bindings/input/
H A Dnvidia,tegra20-kbc.txt2 The key controller has maximum 24 pins to make matrix keypad. Any pin
3 can be configured as row or column. The maximum column pin can be 8
4 and maximum row pins can be 16 for Tegra20/Tegra30.

12345678910>>...27