/openbmc/linux/include/linux/ |
H A D | linear_range.h | 29 #define LINEAR_RANGE(_min, _min_sel, _max_sel, _step) \ argument 37 #define LINEAR_RANGE_IDX(_idx, _min, _min_sel, _max_sel, _step) \ argument
|
H A D | xarray.h | 244 #define XA_LIMIT(_min, _max) (struct xa_limit) { .min = _min, .max = _max } argument
|
/openbmc/linux/drivers/clk/sunxi-ng/ |
H A 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
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A 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
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbuspassive.hpp | 82 double _min = 0; member in pid_control::DbusPassive
|
/openbmc/linux/drivers/regulator/ |
H A D | rk808-regulator.c | 78 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument 102 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 125 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 158 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 163 #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
|
H A D | slg51000-regulator.c | 213 #define SLG51000_REGL_DESC(_id, _name, _s_name, _min, _step) \ argument
|
H A D | bd9571mwv-regulator.c | 35 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument
|
H A D | axp20x-regulator.c | 345 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 367 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
|
H A D | max8998.c | 478 #define MAX8998_LINEAR_REG(_name, _ops, _min, _step, _max) \ argument
|
/openbmc/phosphor-pid-control/ |
H A D | interfaces.hpp | 88 int64_t _min; member in pid_control::WriteInterface
|
/openbmc/linux/arch/s390/boot/ |
H A D | kaslr.c | 108 unsigned long _min, unsigned long _max, in iterate_valid_positions()
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | sandbox.c | 22 #define RANGE(_min, _max, _step) { \ argument
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | sev-common.h | 22 #define GHCB_MSR_SEV_INFO(_max, _min, _cbit) \ argument
|
/openbmc/linux/drivers/platform/x86/intel/uncore-frequency/ |
H A D | uncore-frequency-tpmi.c | 97 int i, _min = 0, _max = 0; in uncore_read_control_freq() local
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A 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()
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | params.c | 739 #define CHECK_RANGE(_param, _min, _max, _def) do { \ argument
|
/openbmc/linux/drivers/power/supply/ |
H A D | mp2629_charger.c | 49 #define MP2629_PROPS(_idx, _min, _max, _step) \ argument
|
/openbmc/linux/drivers/clk/baikal-t1/ |
H A D | ccu-pll.c | 329 #define CCU_PLL_DBGFS_FLD_ATTR(_name, _reg, _lsb, _mask, _min, _max) \ argument
|
/openbmc/linux/include/net/ |
H A D | netlink.h | 404 #define NLA_POLICY_RANGE(tp, _min, _max) { \ argument 423 #define NLA_POLICY_MIN(tp, _min) { \ argument
|
/openbmc/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mtk-common.h | 86 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument
|
/openbmc/linux/drivers/clk/renesas/ |
H A D | r9a06g032-clocks.c | 192 #define D_DIV(_idx, _n, _src, _reg, _min, _max, ...) { \ argument
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_modes.c | 193 #define PARAM_RANGE(_min, _typ, _max) \ argument
|
/openbmc/linux/drivers/misc/sgi-xp/ |
H A D | xpc.h | 27 #define _XPC_VERSION(_maj, _min) (((_maj) << 4) | ((_min) & 0xf)) argument
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | fw.c | 422 #define __CFG_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat) \ argument
|