Searched refs:_step (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/drivers/regulator/ |
D | rk808-regulator.c | 68 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 77 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 80 .uV_step = (_step) * 1000, \ 89 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 98 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 101 .uV_step = (_step) * 1000, \
|
D | axp20x-regulator.c | 41 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 50 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 53 .uV_step = (_step) * 1000, \ 63 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 72 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 75 .uV_step = (_step) * 1000, \
|
D | bd9571mwv-regulator.c | 42 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument 55 .uV_step = _step, \
|
/linux-4.19.296/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.19.296/include/linux/mtd/ |
D | rawnand.h | 1467 #define NAND_ECC_INFO(_strength, _step) \ argument 1468 { .strength_ds = (_strength), .step_ds = (_step) }
|