Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Ditem.h283 _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/
Drk808-regulator.c68 #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, \
Daxp20x-regulator.c41 #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, \
Dbd9571mwv-regulator.c42 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument
55 .uV_step = _step, \
/Linux-v4.19/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.h94 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument
100 .step = _step, \
/Linux-v4.19/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()
/Linux-v4.19/include/linux/mtd/
Drawnand.h1466 #define NAND_ECC_INFO(_strength, _step) \ argument
1467 { .strength_ds = (_strength), .step_ds = (_step) }