Home
last modified time | relevance | path

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

/drivers/regulator/
Daxp20x-regulator.c39 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
48 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
51 .uV_step = (_step) * 1000, \
61 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
70 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
73 .uV_step = (_step) * 1000, \
81 #define AXP_DESC_SW(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
90 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
93 .uV_step = (_step) * 1000, \
/drivers/net/ethernet/mellanox/mlxsw/
Ditem.h267 _step, _instepoffset, _norealshift) \ argument
270 .step = _step, \
308 _step, _instepoffset, _norealshift) \ argument
311 .step = _step, \
349 _sizebits, _step, _instepoffset, _norealshift) \ argument
352 .step = _step, \
393 _step, _instepoffset) \ argument
396 .step = _step, \
/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.h92 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument
98 .step = _step, \
/drivers/media/v4l2-core/
Dv4l2-common.c84 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 _min, s32 _max, s32 _step, s32 _def) in v4l2_ctrl_query_fill() argument
89 u64 step = _step; in v4l2_ctrl_query_fill()