/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | item.h | 283 _step, _instepoffset, _norealshift) \ argument 286 .step = _step, \ 324 _step, _instepoffset, _norealshift) \ argument 327 .step = _step, \ 365 _step, _instepoffset, _norealshift) \ argument 368 .step = _step, \ 406 _sizebits, _step, _instepoffset, _norealshift) \ argument 409 .step = _step, \ 455 _step, _instepoffset) \ argument 458 .step = _step, \
|
/Linux-v4.19/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-v4.19/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.h | 94 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument 100 .step = _step, \
|
/Linux-v4.19/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-v4.19/include/linux/mtd/ |
D | rawnand.h | 1466 #define NAND_ECC_INFO(_strength, _step) \ argument 1467 { .strength_ds = (_strength), .step_ds = (_step) }
|