/kernel/linux/linux-6.6/include/linux/ |
H A D | linear_range.h | 29 #define LINEAR_RANGE(_min, _min_sel, _max_sel, _step) \ 34 .step = _step, \ 37 #define LINEAR_RANGE_IDX(_idx, _min, _min_sel, _max_sel, _step) \ 38 [_idx] = LINEAR_RANGE(_min, _min_sel, _max_sel, _step)
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/include/media/ |
H A D | lm3554.h | 28 _minimum, _maximum, _step, \ 36 .step = (_step), \ 54 _minimum, _maximum, _step, \ 59 _minimum, _maximum, _step,\
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/include/media/ |
H A D | lm3554.h | 28 _minimum, _maximum, _step, \ 36 .step = (_step), \ 54 _minimum, _maximum, _step, \ 59 _minimum, _maximum, _step,\
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | item.h | 283 _step, _instepoffset, _norealshift) \ 286 .step = _step, \ 324 _step, _instepoffset, _norealshift) \ 327 .step = _step, \ 365 _step, _instepoffset, _norealshift) \ 368 .step = _step, \ 406 _sizebits, _step, _instepoffset, _norealshift) \ 409 .step = _step, \ 455 _step, _instepoffset) \ 458 .step = _step, \ [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | item.h | 285 _step, _instepoffset, _norealshift) \ 288 .step = _step, \ 328 _step, _instepoffset, _norealshift) \ 331 .step = _step, \ 407 _step, _instepoffset, _norealshift) \ 410 .step = _step, \ 450 _sizebits, _step, _instepoffset, _norealshift) \ 453 .step = _step, \ 499 _step, _instepoffset) \ 502 .step = _step, \ [all...] |
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | rk808-regulator.c | 69 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ 78 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 81 .uV_step = (_step) * 1000, \ 93 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ 102 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 105 .uV_step = (_step) * 1000, \ 116 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ 118 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ 121 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ 123 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vre [all...] |
H A D | bd9571mwv-regulator.c | 34 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ 47 .uV_step = _step, \
|
H A D | axp20x-regulator.c | 273 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ 282 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 285 .uV_step = (_step) * 1000, \ 295 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ 304 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 307 .uV_step = (_step) * 1000, \
|
H A D | slg51000-regulator.c | 213 #define SLG51000_REGL_DESC(_id, _name, _s_name, _min, _step) \ 224 .uV_step = _step, \
|
H A D | max8998.c | 478 #define MAX8998_LINEAR_REG(_name, _ops, _min, _step, _max) \ 484 .uV_step = (_step), \ 485 .n_voltages = ((_max) - (_min)) / (_step) + 1, \
|
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mtk-common.h | 86 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ 92 .step = _step, \
|
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mtk-common.h | 86 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ 92 .step = _step, \
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | rk808-regulator.c | 78 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ 87 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 90 .uV_step = (_step) * 1000, \ 102 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ 111 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 114 .uV_step = (_step) * 1000, \ 125 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ 127 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ 158 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ 160 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vre [all...] |
H A D | bd9571mwv-regulator.c | 35 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ 48 .uV_step = _step, \
|
H A D | slg51000-regulator.c | 213 #define SLG51000_REGL_DESC(_id, _name, _s_name, _min, _step) \ 224 .uV_step = _step, \
|
H A D | max8998.c | 478 #define MAX8998_LINEAR_REG(_name, _ops, _min, _step, _max) \ 484 .uV_step = (_step), \ 485 .n_voltages = ((_max) - (_min)) / (_step) + 1, \
|
H A D | axp20x-regulator.c | 345 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ 354 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 357 .uV_step = (_step) * 1000, \ 367 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ 376 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 379 .uV_step = (_step) * 1000, \
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | mp2629_charger.c | 49 #define MP2629_PROPS(_idx, _min, _max, _step) \ 53 .step = _step, \
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | mp2629_charger.c | 49 #define MP2629_PROPS(_idx, _min, _max, _step) \ 53 .step = _step, \
|
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/ |
H A D | pmbus.h | 467 #define PMBUS_REGULATOR_STEP(_name, _id, _voltages, _step, _min_uV) \ 477 .uV_step = _step, \
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-common.c | 65 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()
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | rawnand.h | 1346 #define NAND_ECC_INFO(_strength, _step) \ 1347 { .strength_ds = (_strength), .step_ds = (_step) }
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-common.c | 65 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()
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | rawnand.h | 1411 #define NAND_ECC_INFO(_strength, _step) \ 1412 { .strength_ds = (_strength), .step_ds = (_step) }
|