/Linux-v5.4/drivers/clk/sunxi-ng/ |
D | ccu_div.h | 54 #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
|
D | ccu_mult.h | 17 #define _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, _min, _max) \ argument
|
/Linux-v5.4/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.4/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 | axp20x-regulator.c | 272 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 294 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
|
D | max8998.c | 388 #define MAX8998_LINEAR_REG(_name, _ops, _min, _step, _max) \ argument
|
/Linux-v5.4/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.4/drivers/net/fjes/ |
D | fjes_hw.h | 56 #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
|
/Linux-v5.4/net/sctp/ |
D | sm_statetable.c | 51 #define DO_LOOKUP(_max, _type, _table) \ argument
|
/Linux-v5.4/drivers/media/v4l2-core/ |
D | v4l2-common.c | 66 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 _min, s32 _max, s32 _step, s32 _def) in v4l2_ctrl_query_fill()
|
D | v4l2-ctrls.c | 2589 u32 id, u8 _max, u64 mask, u8 _def) in v4l2_ctrl_new_std_menu() 2621 const struct v4l2_ctrl_ops *ops, u32 id, u8 _max, in v4l2_ctrl_new_std_menu_items() 2655 u32 id, u8 _max, u8 _def, const s64 *qmenu_int) in v4l2_ctrl_new_int_menu()
|
/Linux-v5.4/drivers/usb/dwc2/ |
D | params.c | 599 #define CHECK_RANGE(_param, _min, _max, _def) do { \ argument
|
/Linux-v5.4/include/net/ |
D | netlink.h | 352 #define NLA_POLICY_RANGE(tp, _min, _max) { \ argument 365 #define NLA_POLICY_MAX(tp, _max) { \ argument
|
/Linux-v5.4/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.h | 86 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument
|
/Linux-v5.4/drivers/input/misc/ |
D | uinput.c | 798 #define uinput_set_bit(_arg, _bit, _max) \ argument
|
/Linux-v5.4/drivers/clk/renesas/ |
D | r9a06g032-clocks.c | 79 #define D_DIV(_idx, _n, _src, _reg, _min, _max, ...) \ argument
|
/Linux-v5.4/include/linux/ |
D | xarray.h | 241 #define XA_LIMIT(_min, _max) (struct xa_limit) { .min = _min, .max = _max } argument
|
D | ide.h | 959 #define __IDE_PROC_DEVSET(_name, _min, _max, _mulf, _divf) { \ argument 968 #define IDE_PROC_DEVSET(_name, _min, _max) \ argument
|