| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | paint_property_statistics.hpp | 18 return _max; in max() 22 _max = _max ? std::max(*_max, value) : value; in add() 26 optional<float> _max; member in mbgl::PaintPropertyStatistics
|
| /OK3568_Linux_fs/kernel/drivers/net/fjes/ |
| H A D | fjes_hw.h | 56 #define EP_RING_INDEX(_num, _max) (((_num) + (_max)) % (_max)) argument 57 #define EP_RING_INDEX_INC(_num, _max) \ argument 58 ((_num) = EP_RING_INDEX((_num) + 1, (_max))) 59 #define EP_RING_FULL(_head, _tail, _max) \ argument 60 (0 == EP_RING_INDEX(((_tail) - (_head)), (_max))) 61 #define EP_RING_EMPTY(_head, _tail, _max) \ argument 62 (1 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
|
| /OK3568_Linux_fs/kernel/arch/s390/boot/ |
| H A D | kaslr.c | 129 unsigned long _max) in count_valid_kernel_positions() argument 137 if (start >= _max) in count_valid_kernel_positions() 140 end = min(_max, end); in count_valid_kernel_positions() 150 unsigned long _min, unsigned long _max) in position_to_address() argument 158 if (start >= _max) in position_to_address() 161 end = min(_max, end); in position_to_address()
|
| /OK3568_Linux_fs/kernel/drivers/clk/sunxi-ng/ |
| H A D | ccu_div.h | 54 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument 59 .max = _max, \ 63 #define _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, _max, _flags) \ argument 64 _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, 1, _max, _flags) 69 #define _SUNXI_CCU_DIV_MAX(_shift, _width, _max) \ argument 70 _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, _max, 0)
|
| H A D | ccu_mult.h | 17 #define _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, _min, _max) \ argument 20 .max = _max, \
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | ir35221.rst | 50 curr[2-3]_max Maximum current 70 in[2-3]_max Maximum output voltage 82 power[2-3]_max Output power limit 90 temp[1-2]_max Maximum temperature
|
| H A D | max31785.rst | 50 in[1-6]_max Maximum output voltage 64 temp[1-11]_max Maximum temperature
|
| H A D | smsc47m192.rst | 78 in[0-7]_max lower and upper alarm thresholds for in[0-7]_input reading 90 temp[1-3]_max lower and upper alarm thresholds for temperatures 115 The `*_min`, `*_max`, `*_offset` and `vrm` files can be read and written,
|
| H A D | ucd9200.rst | 76 in[2-5]_max Maximum voltage. From VOUT_OV_WARN_LIMIT register. 92 curr[2-5]_max Maximum current. From IOUT_OC_WARN_LIMIT register. 116 temp[1-5]_max Maximum temperature. From OT_WARN_LIMIT register.
|
| H A D | xdpe12284.rst | 58 **curr[1-4]_max** 100 **temp[1-2]_max**
|
| H A D | max34440.rst | 116 in[1-6]_max Maximum voltage. From VOUT_OV_WARN_LIMIT register. 139 curr[1-6]_max Maximum current. From IOUT_OC_WARN_LIMIT register. 175 temp[1-8]_max Maximum temperature. From OT_WARN_LIMIT register.
|
| H A D | ucd9000.rst | 96 in[1-12]_max Maximum voltage. From VOUT_OV_WARN_LIMIT register. 109 curr[1-12]_max Maximum current. From IOUT_OC_WARN_LIMIT register. 123 temp[1-2]_max Maximum temperature. From OT_WARN_LIMIT register.
|
| H A D | tps53679.rst | 124 temp[N]_max Maximum temperature. 167 curr[N]_max Maximum output current.
|
| H A D | isl68137.rst | 468 temp[1-3]_max Maximum temperature 513 temp[1-3]_max Maximum temperature 558 temp[1-5]_max Maximum temperature 603 temp[1-7]_max Maximum temperature
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/ |
| H A D | falcon_boards.c | 52 #define LM87_IN_LIMITS(nr, _min, _max) \ argument 53 0x2B + (nr) * 2, _max, 0x2C + (nr) * 2, _min 54 #define LM87_AIN_LIMITS(nr, _min, _max) \ argument 55 0x3B + (nr), _max, 0x1A + (nr), _min 56 #define LM87_TEMP_INT_LIMITS(_min, _max) \ argument 57 0x39, _max, 0x3A, _min 58 #define LM87_TEMP_EXT1_LIMITS(_min, _max) \ argument 59 0x37, _max, 0x38, _min
|
| /OK3568_Linux_fs/kernel/arch/powerpc/perf/ |
| H A D | hv-common.h | 35 static u64 event_get_##name##_max(void) \ 44 event_get_##name##_max(); \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | ira-int.h | 652 (({ int _min = (MIN), _max = (MAX), _i = (I); \ 653 if (_i < _min || _i > _max) \ 657 __FILE__, __LINE__, __FUNCTION__, _i, _min, _max); \ 665 (({ int _min = (MIN), _max = (MAX), _i = (I); \ 666 if (_i < _min || _i > _max) \ 670 __FILE__, __LINE__, __FUNCTION__, _i, _min, _max); \ 677 (({ int _min = (MIN), _max = (MAX), _i = (I); \ 678 if (_i < _min || _i > _max) \ 682 __FILE__, __LINE__, __FUNCTION__, _i, _min, _max); \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | ira-int.h | 652 (({ int _min = (MIN), _max = (MAX), _i = (I); \ 653 if (_i < _min || _i > _max) \ 657 __FILE__, __LINE__, __FUNCTION__, _i, _min, _max); \ 665 (({ int _min = (MIN), _max = (MAX), _i = (I); \ 666 if (_i < _min || _i > _max) \ 670 __FILE__, __LINE__, __FUNCTION__, _i, _min, _max); \ 677 (({ int _min = (MIN), _max = (MAX), _i = (I); \ 678 if (_i < _min || _i > _max) \ 682 __FILE__, __LINE__, __FUNCTION__, _i, _min, _max); \
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | sysfs.c | 175 #define BATADV_ATTR_SIF_STORE_UINT(_name, _var, _min, _max, _post_func) \ argument 185 length = __batadv_store_uint_attr(buff, count, _min, _max, \ 208 #define BATADV_ATTR_SIF_UINT(_name, _var, _mode, _min, _max, _post_func)\ argument 209 static BATADV_ATTR_SIF_STORE_UINT(_name, _var, _min, _max, _post_func)\ 259 #define BATADV_ATTR_HIF_STORE_UINT(_name, _var, _min, _max, _post_func) \ argument 274 length = __batadv_store_uint_attr(buff, count, _min, _max, \ 311 #define BATADV_ATTR_HIF_UINT(_name, _var, _mode, _min, _max, _post_func)\ argument 313 _max, _post_func) \
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | rk808-regulator.c | 74 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument 83 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 98 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 107 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 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, \ 131 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 133 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mtk-common.h | 86 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument 89 .max_drv = _max, \
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | debugfs.c | 131 s64 _total, _avg, _min, _max, _sq, _st; \ 134 _max = ktime_to_us(max); \ 140 name, total, _avg, _min, _max, _st); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | hnd_pktq.h | 202 #define pktq_psetmax(pq, prec, _max) ((pq)->q[prec].max = (_max)) argument
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | sm_statetable.c | 51 #define DO_LOOKUP(_max, _type, _table) \ argument 55 if ((event_subtype._type > (_max))) { \ 57 _table, event_subtype._type, _max); \
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | max197.c | 222 static SENSOR_DEVICE_ATTR_2(in##chan##_max, S_IRUGO | S_IWUSR, \ 229 &sensor_dev_attr_in##chan##_max.dev_attr.attr, \
|