Searched refs:_step (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/regulator/ |
D | axp20x-regulator.c | 35 #define AXP20X_DESC_IO(_id, _match, _supply, _min, _max, _step, _vreg, _vmask, \ argument 44 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 47 .uV_step = (_step) * 1000, \ 57 #define AXP20X_DESC(_id, _match, _supply, _min, _max, _step, _vreg, _vmask, \ argument 66 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 69 .uV_step = (_step) * 1000, \
|
/linux-4.1.27/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.h | 93 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument 99 .step = _step, \
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-common.c | 84 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()
|
/linux-4.1.27/include/linux/mtd/ |
D | nand.h | 767 #define NAND_ECC_INFO(_strength, _step) \ argument 768 { .strength_ds = (_strength), .step_ds = (_step) }
|