Home
last modified time | relevance | path

Searched defs:_max (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/s390/boot/
H A Dkaslr.c129 unsigned long _max) in count_valid_kernel_positions()
150 unsigned long _min, unsigned long _max) in position_to_address()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dsafe_iop.h476 #define MAKE_UADD(_prefix, _bits, _type, _max) \ argument
482 #define MAKE_SADD(_prefix, _bits, _type, _max) \ argument
494 #define MAKE_SSUB(_prefix, _bits, _type, _min, _max) \ argument
500 #define MAKE_UMUL(_prefix, _bits, _type, _max) \ argument
507 #define MAKE_SMUL(_prefix, _bits, _type, _max, _min) \ argument
/OK3568_Linux_fs/external/recovery/
H A Dsafe_iop.h476 #define MAKE_UADD(_prefix, _bits, _type, _max) \ argument
482 #define MAKE_SADD(_prefix, _bits, _type, _max) \ argument
494 #define MAKE_SSUB(_prefix, _bits, _type, _min, _max) \ argument
500 #define MAKE_UMUL(_prefix, _bits, _type, _max) \ argument
507 #define MAKE_SMUL(_prefix, _bits, _type, _max, _min) \ argument
/OK3568_Linux_fs/kernel/drivers/clk/sunxi-ng/
H A Dccu_div.h54 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument
63 #define _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, _max, _flags) \ argument
69 #define _SUNXI_CCU_DIV_MAX(_shift, _width, _max) \ argument
H A Dccu_mult.h17 #define _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, _min, _max) \ argument
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Drk808-regulator.c74 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument
98 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
121 #define RK816_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
126 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
131 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
136 #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
H A Dwl2868c-regulator.c92 #define WL2868C_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
H A Daxp20x-regulator.c273 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
295 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
H A Dmax8998.c478 #define MAX8998_LINEAR_REG(_name, _ops, _min, _step, _max) \ argument
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Dfalcon_boards.c52 #define LM87_IN_LIMITS(nr, _min, _max) \ argument
54 #define LM87_AIN_LIMITS(nr, _min, _max) \ argument
56 #define LM87_TEMP_INT_LIMITS(_min, _max) \ argument
58 #define LM87_TEMP_EXT1_LIMITS(_min, _max) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_property_statistics.hpp26 optional<float> _max; member in mbgl::PaintPropertyStatistics
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dsysfs.c175 #define BATADV_ATTR_SIF_STORE_UINT(_name, _var, _min, _max, _post_func) \ argument
208 #define BATADV_ATTR_SIF_UINT(_name, _var, _mode, _min, _max, _post_func)\ argument
259 #define BATADV_ATTR_HIF_STORE_UINT(_name, _var, _min, _max, _post_func) \ argument
311 #define BATADV_ATTR_HIF_UINT(_name, _var, _mode, _min, _max, _post_func)\ argument
/OK3568_Linux_fs/kernel/drivers/net/fjes/
H A Dfjes_hw.h56 #define EP_RING_INDEX(_num, _max) (((_num) + (_max)) % (_max)) argument
57 #define EP_RING_INDEX_INC(_num, _max) \ argument
59 #define EP_RING_FULL(_head, _tail, _max) \ argument
61 #define EP_RING_EMPTY(_head, _tail, _max) \ argument
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsm_statetable.c51 #define DO_LOOKUP(_max, _type, _table) \ argument
/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dsandbox.c25 #define RANGE(_min, _max, _step) { \ argument
/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()
H A Dv4l2-ctrls.c2950 u32 id, u8 _max, u64 mask, u8 _def) in v4l2_ctrl_new_std_menu()
2982 const struct v4l2_ctrl_ops *ops, u32 id, u8 _max, in v4l2_ctrl_new_std_menu_items()
3037 u32 id, u8 _max, u8 _def, const s64 *qmenu_int) in v4l2_ctrl_new_int_menu()
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dparams.c643 #define CHECK_RANGE(_param, _min, _max, _def) do { \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dhnd_pktq.h202 #define pktq_psetmax(pq, prec, _max) ((pq)->q[prec].max = (_max)) argument
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dmp2629_charger.c49 #define MP2629_PROPS(_idx, _min, _max, _step) \ argument
/OK3568_Linux_fs/kernel/drivers/clk/baikal-t1/
H A Dccu-pll.c329 #define CCU_PLL_DBGFS_FLD_ATTR(_name, _reg, _lsb, _mask, _min, _max) \ argument
/OK3568_Linux_fs/kernel/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.h86 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument
/OK3568_Linux_fs/kernel/include/net/
H A Dnetlink.h392 #define NLA_POLICY_RANGE(tp, _min, _max) { \ argument
417 #define NLA_POLICY_MAX(tp, _max) { \ argument
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Duinput.c803 #define uinput_set_bit(_arg, _bit, _max) \ argument
/OK3568_Linux_fs/kernel/drivers/clk/renesas/
H A Dr9a06g032-clocks.c79 #define D_DIV(_idx, _n, _src, _reg, _min, _max, ...) \ argument

12