Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dlinear_range.h29 #define LINEAR_RANGE(_min, _min_sel, _max_sel, _step) \ argument
34 .step = _step, \
37 #define LINEAR_RANGE_IDX(_idx, _min, _min_sel, _max_sel, _step) \ argument
38 [_idx] = LINEAR_RANGE(_min, _min_sel, _max_sel, _step)
/openbmc/linux/drivers/staging/media/atomisp/include/media/
H A Dlm3554.h28 _minimum, _maximum, _step, \ argument
36 .step = (_step), \
54 _minimum, _maximum, _step, \ argument
59 _minimum, _maximum, _step,\
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Ditem.h285 _step, _instepoffset, _norealshift) \ argument
288 .step = _step, \
328 _step, _instepoffset, _norealshift) \ argument
331 .step = _step, \
407 _step, _instepoffset, _norealshift) \ argument
410 .step = _step, \
450 _sizebits, _step, _instepoffset, _norealshift) \ argument
453 .step = _step, \
499 _step, _instepoffset) \ argument
502 .step = _step, \
/openbmc/linux/drivers/hwmon/pmbus/
H A Dpmbus.h473 #define PMBUS_REGULATOR_STEP(_name, _id, _voltages, _step, _min_uV) \ argument
483 .uV_step = _step, \
489 #define PMBUS_REGULATOR_STEP_ONE(_name, _voltages, _step, _min_uV) \ argument
498 .uV_step = _step, \
/openbmc/linux/drivers/regulator/
H A Drk808-regulator.c78 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument
87 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
90 .uV_step = (_step) * 1000, \
102 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
111 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
114 .uV_step = (_step) * 1000, \
125 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
127 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
158 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
160 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
[all …]
H A Dbd9571mwv-regulator.c35 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument
48 .uV_step = _step, \
H A Daxp20x-regulator.c345 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
354 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
357 .uV_step = (_step) * 1000, \
367 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
376 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
379 .uV_step = (_step) * 1000, \
H A Dmax8998.c478 #define MAX8998_LINEAR_REG(_name, _ops, _min, _step, _max) \ argument
484 .uV_step = (_step), \
485 .n_voltages = ((_max) - (_min)) / (_step) + 1, \
H A Dslg51000-regulator.c213 #define SLG51000_REGL_DESC(_id, _name, _s_name, _min, _step) \ argument
224 .uV_step = _step, \
/openbmc/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.h86 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument
92 .step = _step, \
/openbmc/u-boot/drivers/power/regulator/
H A Dsandbox.c22 #define RANGE(_min, _max, _step) { \ argument
25 .step = _step, \
H A Dstpmu1.c32 #define STPMU1_RANGE(_min_uv, _min_sel, _max_sel, _step) { \ argument
36 .step = _step, \
/openbmc/u-boot/tools/buildman/
H A Dbuilder.py275 self._step = step
1447 for commit_upto in range(0, self.commit_count, self._step):
1461 count = (self.commit_count + self._step - 1) / self._step
1569 job.step = self._step
/openbmc/linux/drivers/power/supply/
H A Dmp2629_charger.c49 #define MP2629_PROPS(_idx, _min, _max, _step) \ argument
53 .step = _step, \
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h1028 #define NAND_ECC_INFO(_strength, _step) \ argument
1029 { .strength_ds = (_strength), .step_ds = (_step) }
/openbmc/linux/include/linux/mtd/
H A Drawnand.h1411 #define NAND_ECC_INFO(_strength, _step) \ argument
1412 { .strength_ds = (_strength), .step_ds = (_step) }
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-common.c65 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()