Home
last modified time | relevance | path

Searched refs:_min (Results 1 – 25 of 40) sorted by relevance

12

/Linux-v5.4/drivers/clk/sunxi-ng/
Dccu_mult.h17 #define _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, _min, _max) \ argument
19 .min = _min, \
26 #define _SUNXI_CCU_MULT_MIN(_shift, _width, _min) \ argument
27 _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, 1, _min, 0)
/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Dfalcon_boards.c52 #define LM87_IN_LIMITS(nr, _min, _max) \ argument
53 0x2B + (nr) * 2, _max, 0x2C + (nr) * 2, _min
54 #define LM87_AIN_LIMITS(nr, _min, _max) \ argument
55 0x3B + (nr), _max, 0x1A + (nr), _min
56 #define LM87_TEMP_INT_LIMITS(_min, _max) \ argument
57 0x39, _max, 0x3A, _min
58 #define LM87_TEMP_EXT1_LIMITS(_min, _max) \ argument
59 0x37, _max, 0x38, _min
/Linux-v5.4/drivers/regulator/
Drk808-regulator.c69 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument
78 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
80 .min_uV = (_min) * 1000, \
93 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
102 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
104 .min_uV = (_min) * 1000, \
116 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
118 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
121 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
123 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
[all …]
Dbd9571mwv-regulator.c34 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument
46 .min_uV = _min, \
Daxp20x-regulator.c272 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
281 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
283 .min_uV = (_min) * 1000, \
294 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
303 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
305 .min_uV = (_min) * 1000, \
Dmax8998.c388 #define MAX8998_LINEAR_REG(_name, _ops, _min, _step, _max) \ argument
393 .min_uV = (_min), \
395 .n_voltages = ((_max) - (_min)) / (_step) + 1, \
Dslg51000-regulator.c216 #define SLG51000_REGL_DESC(_id, _name, _s_name, _min, _step) \ argument
226 .min_uV = _min, \
/Linux-v5.4/net/batman-adv/
Dsysfs.c175 #define BATADV_ATTR_SIF_STORE_UINT(_name, _var, _min, _max, _post_func) \ argument
185 length = __batadv_store_uint_attr(buff, count, _min, _max, \
208 #define BATADV_ATTR_SIF_UINT(_name, _var, _mode, _min, _max, _post_func)\ argument
209 static BATADV_ATTR_SIF_STORE_UINT(_name, _var, _min, _max, _post_func)\
259 #define BATADV_ATTR_HIF_STORE_UINT(_name, _var, _min, _max, _post_func) \ argument
274 length = __batadv_store_uint_attr(buff, count, _min, _max, \
311 #define BATADV_ATTR_HIF_UINT(_name, _var, _mode, _min, _max, _post_func)\ argument
312 static BATADV_ATTR_HIF_STORE_UINT(_name, _var, _min, \
/Linux-v5.4/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.h86 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument
88 .min_drv = _min, \
/Linux-v5.4/Documentation/hwmon/
Dsmsc47m192.rst77 in[0-7]_min,
89 temp[1-3]_min,
115 The `*_min`, `*_max`, `*_offset` and `vrm` files can be read and written,
Dmenf21bmc.rst47 in[0-4]_min Minimum voltage limit
Dmax197.rst61 in[0-7]_min The lower limit (in mV) for the corresponding channel.
Dmax31785.rst52 in[1-6]_min Minimum output voltage
Dmax16064.rst50 in[1-4]_min Minimum Voltage. From VOUT_UV_WARN_LIMIT register.
Dir35221.rst72 in[2-3]_min Minimum output voltage
Dltc2978.rst210 in[N]_min Minimum output voltage.
248 temp[N]_min Mimimum temperature.
Ddme1737.rst252 in[0-7]_min RW Low limit for voltage input.
260 temp[1-3]_min RW Low limit for temp input.
291 fan[1-6]_min RW Low limit for fan input.
Dadt7410.rst85 temp#_min temperature minimum setpoint
Dmax16065.rst103 in[0-11]_min Low warning limit.
Ducd9200.rst75 in[2-5]_min Minimum Voltage. From VOUT_UV_WARN_LIMIT register.
/Linux-v5.4/drivers/hwmon/
Dmax197.c218 static SENSOR_DEVICE_ATTR_2(in##chan##_min, S_IRUGO | S_IWUSR, \
230 &sensor_dev_attr_in##chan##_min.dev_attr.attr
/Linux-v5.4/drivers/misc/sgi-xp/
Dxpc.h27 #define _XPC_VERSION(_maj, _min) (((_maj) << 4) | ((_min) & 0xf)) argument
/Linux-v5.4/include/net/
Dnetlink.h352 #define NLA_POLICY_RANGE(tp, _min, _max) { \ argument
355 .min = _min, \
359 #define NLA_POLICY_MIN(tp, _min) { \ argument
362 .min = _min, \
/Linux-v5.4/include/linux/
Dide.h959 #define __IDE_PROC_DEVSET(_name, _min, _max, _mulf, _divf) { \ argument
962 .min = _min, \
968 #define IDE_PROC_DEVSET(_name, _min, _max) \ argument
969 __IDE_PROC_DEVSET(_name, _min, _max, NULL, NULL)
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-common.c66 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 _min, s32 _max, s32 _step, s32 _def) in v4l2_ctrl_query_fill() argument
69 s64 min = _min; in v4l2_ctrl_query_fill()

12