Home
last modified time | relevance | path

Searched refs:_step (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/include/linux/
Dlinear_range.h29 #define LINEAR_RANGE(_min, _min_sel, _max_sel, _step) \ argument
34 .step = _step, \
37 #define LINEAR_RANGE_IDX(_idx, _min, _min_sel, _max_sel, _step) \ argument
38 [_idx] = LINEAR_RANGE(_min, _min_sel, _max_sel, _step)
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Ditem.h289 _step, _instepoffset, _norealshift) \ argument
292 .step = _step, \
332 _step, _instepoffset, _norealshift) \ argument
335 .step = _step, \
411 _step, _instepoffset, _norealshift) \ argument
414 .step = _step, \
454 _sizebits, _step, _instepoffset, _norealshift) \ argument
457 .step = _step, \
503 _step, _instepoffset) \ argument
506 .step = _step, \
/linux-6.12.1/drivers/hwmon/pmbus/
Dpmbus.h492 #define PMBUS_REGULATOR_STEP(_name, _id, _voltages, _step, _min_uV) \ argument
502 .uV_step = _step, \
508 #define PMBUS_REGULATOR_STEP_ONE(_name, _voltages, _step, _min_uV) \ argument
517 .uV_step = _step, \
/linux-6.12.1/drivers/regulator/
Drk808-regulator.c76 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument
85 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
88 .uV_step = (_step) * 1000, \
100 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
109 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
112 .uV_step = (_step) * 1000, \
123 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
125 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
156 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
158 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
[all …]
Dbd9571mwv-regulator.c35 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument
48 .uV_step = _step, \
Daxp20x-regulator.c352 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
361 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
364 .uV_step = (_step) * 1000, \
374 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
383 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
386 .uV_step = (_step) * 1000, \
Dmax8998.c479 #define MAX8998_LINEAR_REG(_name, _ops, _min, _step, _max) \ argument
485 .uV_step = (_step), \
486 .n_voltages = ((_max) - (_min)) / (_step) + 1, \
Dslg51000-regulator.c213 #define SLG51000_REGL_DESC(_id, _name, _s_name, _min, _step) \ argument
224 .uV_step = _step, \
/linux-6.12.1/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.h86 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument
92 .step = _step, \
/linux-6.12.1/drivers/power/supply/
Dmp2629_charger.c49 #define MP2629_PROPS(_idx, _min, _max, _step) \ argument
53 .step = _step, \
/linux-6.12.1/include/linux/mtd/
Drawnand.h1424 #define NAND_ECC_INFO(_strength, _step) \ argument
1425 { .strength_ds = (_strength), .step_ds = (_step) }
/linux-6.12.1/drivers/media/v4l2-core/
Dv4l2-common.c65 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 _min, s32 _max, s32 _step, s32 _def) in v4l2_ctrl_query_fill() argument
70 u64 step = _step; in v4l2_ctrl_query_fill()