Searched refs:_step (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | linear_range.h | 29 #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/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | item.h | 289 _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/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mtk-common.h | 86 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument 92 .step = _step, \
|
| /linux/drivers/regulator/ |
| H A D | max8998.c | 479 #define MAX8998_LINEAR_REG(_name, _ops, _min, _step, _max) \ argument 485 .uV_step = (_step), \ 486 .n_voltages = ((_max) - (_min)) / (_step) + 1, \
|
| H A D | slg51000-regulator.c | 213 #define SLG51000_REGL_DESC(_id, _name, _s_name, _min, _step) \ argument 224 .uV_step = _step, \
|
| /linux/drivers/power/supply/ |
| H A D | mp2629_charger.c | 49 #define MP2629_PROPS(_idx, _min, _max, _step) \ argument 53 .step = _step, \
|