Home
last modified time | relevance | path

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

12

/linux-6.12.1/include/linux/
Dlinear_range.h29 #define LINEAR_RANGE(_min, _min_sel, _max_sel, _step) \ argument
37 #define LINEAR_RANGE_IDX(_idx, _min, _min_sel, _max_sel, _step) \ argument
Ddpll.h101 #define DPLL_PIN_FREQUENCY_RANGE(_min, _max) \ argument
Dxarray.h248 #define XA_LIMIT(_min, _max) (struct xa_limit) { .min = _min, .max = _max } argument
/linux-6.12.1/drivers/clk/sunxi-ng/
Dccu_mult.h17 #define _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, _min, _max) \ argument
26 #define _SUNXI_CCU_MULT_MIN(_shift, _width, _min) \ argument
/linux-6.12.1/drivers/net/ethernet/sfc/falcon/
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
/linux-6.12.1/drivers/regulator/
Drk808-regulator.c76 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument
100 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
123 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
156 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
161 #define RK816_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
166 #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
Dslg51000-regulator.c213 #define SLG51000_REGL_DESC(_id, _name, _s_name, _min, _step) \ argument
Dbd9571mwv-regulator.c35 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument
Daxp20x-regulator.c352 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
374 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
Dmax8998.c479 #define MAX8998_LINEAR_REG(_name, _ops, _min, _step, _max) \ argument
/linux-6.12.1/arch/s390/boot/
Dkaslr.c108 unsigned long _min, unsigned long _max, in iterate_valid_positions()
/linux-6.12.1/drivers/clk/sophgo/
Dclk-cv18xx-pll.h18 #define _CV1800_PLL_LIMIT(_min, _max) \ argument
/linux-6.12.1/drivers/media/v4l2-core/
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()
/linux-6.12.1/arch/x86/include/asm/
Dsev-common.h22 #define GHCB_MSR_SEV_INFO(_max, _min, _cbit) \ argument
/linux-6.12.1/drivers/usb/dwc2/
Dparams.c802 #define CHECK_RANGE(_param, _min, _max, _def) do { \ argument
/linux-6.12.1/drivers/power/supply/
Dmp2629_charger.c49 #define MP2629_PROPS(_idx, _min, _max, _step) \ argument
/linux-6.12.1/drivers/clk/baikal-t1/
Dccu-pll.c329 #define CCU_PLL_DBGFS_FLD_ATTR(_name, _reg, _lsb, _mask, _min, _max) \ argument
/linux-6.12.1/fs/bcachefs/
Dopts.c226 #define OPT_UINT(_min, _max) .type = BCH_OPT_UINT, \ argument
/linux-6.12.1/include/net/
Dnetlink.h420 #define NLA_POLICY_RANGE(tp, _min, _max) { \ argument
439 #define NLA_POLICY_MIN(tp, _min) { \ argument
/linux-6.12.1/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.h86 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument
/linux-6.12.1/drivers/clk/renesas/
Dr9a06g032-clocks.c195 #define D_DIV(_idx, _n, _src, _reg, _min, _max, ...) { \ argument
/linux-6.12.1/drivers/phy/rockchip/
Dphy-rockchip-samsung-hdptx.c34 #define HDTPX_REG(_n, _min, _max) \ argument
/linux-6.12.1/drivers/gpu/drm/
Ddrm_modes.c193 #define PARAM_RANGE(_min, _typ, _max) \ argument
/linux-6.12.1/drivers/misc/sgi-xp/
Dxpc.h27 #define _XPC_VERSION(_maj, _min) (((_maj) << 4) | ((_min) & 0xf)) argument
/linux-6.12.1/net/bluetooth/
Dhci_event.c3980 #define HCI_CC_VL(_op, _func, _min, _max) \ argument

12