/linux/lib/ |
H A D | test_dynamic_debug.c | 42 #define DD_SYS_WRAP(_model, _flags) \ argument 43 static unsigned long bits_##_model; \ 44 static struct ddebug_class_param _flags##_model = { \ 45 .bits = &bits_##_model, \ 47 .map = &map_##_model, \ 49 module_param_cb(_flags##_##_model, ¶m_ops_dyndbg_classes, &_flags##_model, 0600)
|
/linux/drivers/perf/ |
H A D | arm-cmn.c | 660 #define _CMN_EVENT_ATTR(_model, _name, _type, _eventid, _occupid, _fsel)\ argument 663 .model = _model, \ 669 #define CMN_EVENT_ATTR(_model, _name, _type, _eventid) \ argument 670 _CMN_EVENT_ATTR(_model, _name, _type, _eventid, 0, SEL_NONE) 777 #define _CMN_EVENT_DVM(_model, _name, _event, _occup, _fsel) \ argument 778 _CMN_EVENT_ATTR(_model, dn_##_name, CMN_TYPE_DVM, _event, _occup, _fsel) 781 #define CMN_EVENT_HNF(_model, _name, _event) \ argument 782 CMN_EVENT_ATTR(_model, hnf_##_name, CMN_TYPE_HNF, _event) 789 #define CMN_EVENT_SBSX(_model, _name, _event) \ argument 790 CMN_EVENT_ATTR(_model, sbsx_##_name, CMN_TYPE_SBSX, _event) [all …]
|
/linux/drivers/regulator/ |
H A D | bcm590xx-regulator.c | 82 #define BCM590XX_REG_DESC(_model, _name, _name_lower) \ argument 83 .id = _model##_REG_##_name, \ 90 #define BCM590XX_LDO_DESC(_model, _model_lower, _name, _name_lower, _table) \ argument 91 BCM590XX_REG_DESC(_model, _name, _name_lower), \ 95 .vsel_reg = _model##_##_name##CTRL, \ 97 .enable_reg = _model##_##_name##PMCTRL1, \ 101 #define BCM590XX_SR_DESC(_model, _model_lower, _name, _name_lower, _ranges) \ argument 102 BCM590XX_REG_DESC(_model, _name, _name_lower), \ 107 .vsel_reg = _model##_##_name##VOUT1, \ 109 .enable_reg = _model##_##_name##PMCTRL1, \
|
/linux/include/linux/ |
H A D | peci-cpu.h | 26 #define VFM_MAKE(_vendor, _family, _model) ( \ argument 27 ((_model) << VFM_MODEL_BIT) | \
|
/linux/arch/x86/include/asm/ |
H A D | intel-family.h | 43 #define IFM(_fam, _model) VFM_MAKE(X86_VENDOR_INTEL, _fam, _model) argument
|
/linux/include/sound/ |
H A D | hda_codec.h | 79 #define HDA_CODEC_ID_REV_MODEL(_vid, _rev, _name, _model) \ argument 81 .api_version = HDA_DEV_LEGACY, .driver_data = (_model) } 82 #define HDA_CODEC_ID_MODEL(_vid, _name, _model) \ argument 83 HDA_CODEC_ID_REV_MODEL(_vid, 0, _name, _model)
|
/linux/arch/arm64/include/asm/ |
H A D | cputype.h | 293 u32 _model = midr & MIDR_CPU_MODEL_MASK; in midr_is_cpu_model_range() local 296 return _model == model && rv >= rv_min && rv <= rv_max; in midr_is_cpu_model_range()
|
/linux/tools/arch/arm64/include/asm/ |
H A D | cputype.h | 283 u32 _model = midr & MIDR_CPU_MODEL_MASK; in midr_is_cpu_model_range() local 286 return _model == model && rv >= rv_min && rv <= rv_max; in midr_is_cpu_model_range()
|
/linux/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd.h | 675 #define MCP251XFD_IS(_model) \ argument 677 mcp251xfd_is_##_model(const struct mcp251xfd_priv *priv) \ 679 return priv->devtype_data.model == MCP251XFD_MODEL_MCP##_model; \
|
/linux/drivers/net/can/ |
H A D | at91_can.c | 199 #define AT91_IS(_model) \ argument 200 static inline int __maybe_unused at91_is_sam##_model(const struct at91_priv *priv) \ 202 return priv->devtype_data.type == AT91_DEVTYPE_SAM##_model; \
|
/linux/drivers/net/can/spi/ |
H A D | mcp251x.c | 262 #define MCP251X_IS(_model) \ argument 263 static inline int mcp251x_is_##_model(struct spi_device *spi) \ 266 return priv->model == CAN_MCP251X_MCP##_model; \
|
/linux/drivers/iio/adc/ |
H A D | mt6359-auxadc.c | 191 #define MTK_PMIC_IIO_CHAN(_model, _name, _ch_idx, _adc_idx, _nbits, _ch_type) \ argument 194 .channel = _model##_AUXADC_##_ch_idx, \
|
/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 27 #define VFM_MAKE(_vendor, _family, _model) ( \ argument 28 ((_model) << VFM_MODEL_BIT) | \
|