/kernel/linux/linux-5.10/drivers/staging/media/atomisp/include/media/ |
D | lm3554.h | 28 _minimum, _maximum, _step, \ argument 36 .step = (_step), \ 54 _minimum, _maximum, _step, \ argument 59 _minimum, _maximum, _step,\
|
/kernel/linux/linux-5.10/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, \
|
/kernel/linux/linux-5.10/drivers/regulator/ |
D | rk808-regulator.c | 69 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument 78 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 81 .uV_step = (_step) * 1000, \ 93 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 102 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 105 .uV_step = (_step) * 1000, \ 116 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 118 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ 121 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 123 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ [all …]
|
D | bd9571mwv-regulator.c | 34 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument 47 .uV_step = _step, \
|
D | axp20x-regulator.c | 273 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 282 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 285 .uV_step = (_step) * 1000, \ 295 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 304 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 307 .uV_step = (_step) * 1000, \
|
D | max8998.c | 478 #define MAX8998_LINEAR_REG(_name, _ops, _min, _step, _max) \ argument 484 .uV_step = (_step), \ 485 .n_voltages = ((_max) - (_min)) / (_step) + 1, \
|
D | slg51000-regulator.c | 213 #define SLG51000_REGL_DESC(_id, _name, _s_name, _min, _step) \ argument 224 .uV_step = _step, \
|
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.h | 86 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument 92 .step = _step, \
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
D | mp2629_charger.c | 49 #define MP2629_PROPS(_idx, _min, _max, _step) \ argument 53 .step = _step, \
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
D | v4l2-common.c | 65 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 _min, s32 _max, s32 _step, s32 _def) in v4l2_ctrl_query_fill() argument 70 u64 step = _step; in v4l2_ctrl_query_fill()
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
D | rawnand.h | 1346 #define NAND_ECC_INFO(_strength, _step) \ argument 1347 { .strength_ds = (_strength), .step_ds = (_step) }
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 57303 +#define RK816_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ 57305 + RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ 57308 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ 57311 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ 57315 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ 57320 #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ 57323 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
|