Searched refs:_step (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/regulator/
H A Daxp20x-regulator.c39 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \
48 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
51 .uV_step = (_step) * 1000, \
61 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \
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, \
90 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
93 .uV_step = (_step) * 1000, \
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
H A Ditem.h267 _step, _instepoffset, _norealshift) \
270 .step = _step, \
308 _step, _instepoffset, _norealshift) \
311 .step = _step, \
349 _sizebits, _step, _instepoffset, _norealshift) \
352 .step = _step, \
393 _step, _instepoffset) \
396 .step = _step, \
/linux-4.4.14/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.h92 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \
98 .step = _step, \
/linux-4.4.14/drivers/media/v4l2-core/
H A Dv4l2-common.c84 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 _min, s32 _max, s32 _step, s32 _def) v4l2_ctrl_query_fill() argument
89 u64 step = _step; v4l2_ctrl_query_fill()
/linux-4.4.14/include/linux/mtd/
H A Dnand.h766 #define NAND_ECC_INFO(_strength, _step) \
767 { .strength_ds = (_strength), .step_ds = (_step) }

Completed in 199 milliseconds