/Linux-v5.10/drivers/clk/sunxi-ng/ |
D | ccu_mult.h | 17 #define _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, _min, _max) \ argument 26 #define _SUNXI_CCU_MULT_MIN(_shift, _width, _min) \ argument
|
/Linux-v5.10/arch/s390/boot/ |
D | kaslr.c | 128 unsigned long _min, in count_valid_kernel_positions() 150 unsigned long _min, unsigned long _max) in position_to_address()
|
/Linux-v5.10/drivers/net/ethernet/sfc/falcon/ |
D | falcon_boards.c | 52 #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
|
/Linux-v5.10/drivers/regulator/ |
D | rk808-regulator.c | 69 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument 93 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 116 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 121 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 126 #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
|
D | bd9571mwv-regulator.c | 34 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument
|
D | slg51000-regulator.c | 213 #define SLG51000_REGL_DESC(_id, _name, _s_name, _min, _step) \ argument
|
D | axp20x-regulator.c | 273 #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
|
D | max8998.c | 478 #define MAX8998_LINEAR_REG(_name, _ops, _min, _step, _max) \ argument
|
/Linux-v5.10/net/batman-adv/ |
D | sysfs.c | 175 #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
|
/Linux-v5.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()
|
/Linux-v5.10/drivers/usb/dwc2/ |
D | params.c | 633 #define CHECK_RANGE(_param, _min, _max, _def) do { \ argument
|
/Linux-v5.10/drivers/power/supply/ |
D | mp2629_charger.c | 49 #define MP2629_PROPS(_idx, _min, _max, _step) \ argument
|
/Linux-v5.10/drivers/clk/baikal-t1/ |
D | ccu-pll.c | 329 #define CCU_PLL_DBGFS_FLD_ATTR(_name, _reg, _lsb, _mask, _min, _max) \ argument
|
/Linux-v5.10/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.h | 86 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument
|
/Linux-v5.10/include/net/ |
D | netlink.h | 392 #define NLA_POLICY_RANGE(tp, _min, _max) { \ argument 411 #define NLA_POLICY_MIN(tp, _min) { \ argument
|
/Linux-v5.10/drivers/clk/renesas/ |
D | r9a06g032-clocks.c | 79 #define D_DIV(_idx, _n, _src, _reg, _min, _max, ...) \ argument
|
/Linux-v5.10/include/linux/ |
D | xarray.h | 241 #define XA_LIMIT(_min, _max) (struct xa_limit) { .min = _min, .max = _max } argument
|
D | ide.h | 963 #define __IDE_PROC_DEVSET(_name, _min, _max, _mulf, _divf) { \ argument 972 #define IDE_PROC_DEVSET(_name, _min, _max) \ argument
|
/Linux-v5.10/drivers/misc/sgi-xp/ |
D | xpc.h | 27 #define _XPC_VERSION(_maj, _min) (((_maj) << 4) | ((_min) & 0xf)) argument
|
/Linux-v5.10/drivers/net/wireless/quantenna/qtnfmac/ |
D | qlink.h | 15 #define QLINK_VER(_maj, _min) (((_maj) << QLINK_PROTO_VER_MAJOR_S) | (_min)) argument
|