Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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,\
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A 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, \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dfold_impl_body.hpp218 struct BOOST_PP_CAT(AUX778076_FOLD_IMPL_NAME_PREFIX,_step);
244 , BOOST_PP_CAT(AUX778076_FOLD_IMPL_NAME_PREFIX,_step)<First,Last,State,ForwardOp>
267 struct BOOST_PP_CAT(AUX778076_FOLD_IMPL_NAME_PREFIX,_step) in BOOST_PP_CAT() argument
H A Dreverse_fold_impl_body.hpp229 struct BOOST_PP_CAT(AUX778076_FOLD_IMPL_NAME_PREFIX,_step);
256 … , BOOST_PP_CAT(AUX778076_FOLD_IMPL_NAME_PREFIX,_step)<First,Last,State,BackwardOp,ForwardOp>
280 struct BOOST_PP_CAT(AUX778076_FOLD_IMPL_NAME_PREFIX,_step) in BOOST_PP_CAT() argument
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Drk808-regulator.c74 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument
83 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
86 .uV_step = (_step) * 1000, \
98 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
107 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
110 .uV_step = (_step) * 1000, \
121 #define RK816_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
123 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
126 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
128 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
[all …]
H A Dwl2868c-regulator.c92 #define WL2868C_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
101 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
104 .uV_step = (_step) * 1000, \
H A Dbd9571mwv-regulator.c34 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument
47 .uV_step = _step, \
H A Daxp20x-regulator.c273 #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, \
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, \
/OK3568_Linux_fs/kernel/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.h86 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument
92 .step = _step, \
/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dsandbox.c25 #define RANGE(_min, _max, _step) { \ argument
28 .step = _step, \
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dbuilder.py261 self._step = step
1336 for commit_upto in range(0, self.commit_count, self._step):
1350 count = (self.commit_count + self._step - 1) / self._step
1458 job.step = self._step
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dmat.inl.hpp574 Mat::Mat(int _rows, int _cols, int _type, void* _data, size_t _step) in Mat() argument
583 if( _step == AUTO_STEP ) in Mat()
585 _step = minstep; in Mat()
589 CV_DbgAssert( _step >= minstep ); in Mat()
590 if (_step % esz1 != 0) in Mat()
595 step[0] = _step; in Mat()
597 datalimit = datastart + _step * rows; in Mat()
598 dataend = datalimit - _step + minstep; in Mat()
603 Mat::Mat(Size _sz, int _type, void* _data, size_t _step) in Mat() argument
612 if( _step == AUTO_STEP ) in Mat()
[all …]
H A Dmat.hpp2229 Mat_(int _rows, int _cols, _Tp* _data, size_t _step=AUTO_STEP);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dmat.inl.hpp574 Mat::Mat(int _rows, int _cols, int _type, void* _data, size_t _step) in Mat() argument
583 if( _step == AUTO_STEP ) in Mat()
585 _step = minstep; in Mat()
589 CV_DbgAssert( _step >= minstep ); in Mat()
590 if (_step % esz1 != 0) in Mat()
595 step[0] = _step; in Mat()
597 datalimit = datastart + _step * rows; in Mat()
598 dataend = datalimit - _step + minstep; in Mat()
603 Mat::Mat(Size _sz, int _type, void* _data, size_t _step) in Mat() argument
612 if( _step == AUTO_STEP ) in Mat()
[all …]
H A Dmat.hpp2229 Mat_(int _rows, int _cols, _Tp* _data, size_t _step=AUTO_STEP);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dmat.inl.hpp574 Mat::Mat(int _rows, int _cols, int _type, void* _data, size_t _step) in Mat() argument
583 if( _step == AUTO_STEP ) in Mat()
585 _step = minstep; in Mat()
589 CV_DbgAssert( _step >= minstep ); in Mat()
590 if (_step % esz1 != 0) in Mat()
595 step[0] = _step; in Mat()
597 datalimit = datastart + _step * rows; in Mat()
598 dataend = datalimit - _step + minstep; in Mat()
603 Mat::Mat(Size _sz, int _type, void* _data, size_t _step) in Mat() argument
612 if( _step == AUTO_STEP ) in Mat()
[all …]
H A Dmat.hpp2229 Mat_(int _rows, int _cols, _Tp* _data, size_t _step=AUTO_STEP);
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dmp2629_charger.c49 #define MP2629_PROPS(_idx, _min, _max, _step) \ argument
53 .step = _step, \
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Drawnand.h1008 #define NAND_ECC_INFO(_strength, _step) \ argument
1009 { .strength_ds = (_strength), .step_ds = (_step) }
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Drawnand.h1346 #define NAND_ECC_INFO(_strength, _step) \ argument
1347 { .strength_ds = (_strength), .step_ds = (_step) }