/Linux-v4.19/drivers/perf/hisilicon/ |
D | hisi_uncore_pmu.h | 29 #define HISI_PMU_ATTR(_name, _func, _config) \ argument 31 { __ATTR(_name, 0444, _func, NULL), (void *)_config } \ 34 #define HISI_PMU_FORMAT_ATTR(_name, _config) \ argument 35 HISI_PMU_ATTR(_name, hisi_format_sysfs_show, (void *)_config) 36 #define HISI_PMU_EVENT_ATTR(_name, _config) \ argument 37 HISI_PMU_ATTR(_name, hisi_event_sysfs_show, (unsigned long)_config)
|
/Linux-v4.19/arch/arm/mm/ |
D | cache-l2x0-pmu.c | 347 #define L2X0_EVENT_ATTR(_name, _config, _pl310_only) \ argument 350 .config = _config, \ 354 #define L220_PLUS_EVENT_ATTR(_name, _config) \ argument 355 L2X0_EVENT_ATTR(_name, _config, false) 357 #define PL310_EVENT_ATTR(_name, _config) \ argument 358 L2X0_EVENT_ATTR(_name, _config, true)
|
/Linux-v4.19/drivers/perf/ |
D | arm-ccn.c | 209 #define CCN_CONFIG_NODE(_config) (((_config) >> 0) & 0xff) argument 210 #define CCN_CONFIG_XP(_config) (((_config) >> 0) & 0xff) argument 211 #define CCN_CONFIG_TYPE(_config) (((_config) >> 8) & 0xff) argument 212 #define CCN_CONFIG_EVENT(_config) (((_config) >> 16) & 0xff) argument 213 #define CCN_CONFIG_PORT(_config) (((_config) >> 24) & 0x3) argument 214 #define CCN_CONFIG_BUS(_config) (((_config) >> 24) & 0x3) argument 215 #define CCN_CONFIG_VC(_config) (((_config) >> 26) & 0x7) argument 216 #define CCN_CONFIG_DIR(_config) (((_config) >> 29) & 0x1) argument 217 #define CCN_CONFIG_MASK(_config) (((_config) >> 30) & 0xf) argument 234 #define CCN_FORMAT_ATTR(_name, _config) \ argument [all …]
|
D | arm_dsu_pmu.c | 78 #define DSU_EXT_ATTR(_name, _func, _config) \ argument 82 .var = (void *)_config \ 86 #define DSU_EVENT_ATTR(_name, _config) \ argument 87 DSU_EXT_ATTR(_name, dsu_pmu_sysfs_event_show, (unsigned long)_config) 89 #define DSU_FORMAT_ATTR(_name, _config) \ argument 90 DSU_EXT_ATTR(_name, dsu_pmu_sysfs_format_show, (char *)_config) 92 #define DSU_CPUMASK_ATTR(_name, _config) \ argument 93 DSU_EXT_ATTR(_name, dsu_pmu_cpumask_show, (unsigned long)_config)
|
D | arm-cci.c | 138 #define CCI_EXT_ATTR_ENTRY(_name, _func, _config) \ argument 140 { __ATTR(_name, S_IRUGO, _func, NULL), (void *)_config } \ 143 #define CCI_FORMAT_EXT_ATTR_ENTRY(_name, _config) \ argument 144 CCI_EXT_ATTR_ENTRY(_name, cci_pmu_format_show, (char *)_config) 145 #define CCI_EVENT_EXT_ATTR_ENTRY(_name, _config) \ argument 146 CCI_EXT_ATTR_ENTRY(_name, cci_pmu_event_show, (unsigned long)_config) 209 #define CCI400_CYCLE_EVENT_EXT_ATTR_ENTRY(_name, _config) \ argument 211 (unsigned long)_config) 445 #define CCI5xx_GLOBAL_EVENT_EXT_ATTR_ENTRY(_name, _config) \ argument 447 (unsigned long) _config)
|
D | qcom_l3_pmu.c | 636 #define L3CACHE_PMU_FORMAT_ATTR(_name, _config) \ argument 639 .var = (void *) _config, } \
|
D | xgene_pmu.c | 185 #define XGENE_PMU_FORMAT_ATTR(_name, _config) \ argument 188 .var = (void *) _config, } \ 296 #define XGENE_PMU_EVENT_ATTR(_name, _config) \ argument 299 .var = (void *) _config, } \
|
/Linux-v4.19/Documentation/translations/zh_CN/video4linux/ |
D | omap3isp.txt | 225 omap3isp_[h3a_af/h3a_aewb/hist]_config.buf_size: 238 omap3isp_[h3a_af/h3a_aewb/hist]_config.config_counter:
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | pxa27x_udc.h | 263 #define PXA_EP_DEF(_idx, _addr, dir, _type, maxpkt, _config, iface, altset) \ argument 269 .config = _config, .interface = iface, .alternate = altset, \
|
/Linux-v4.19/arch/x86/events/intel/ |
D | uncore.h | 159 #define INTEL_UNCORE_EVENT_DESC(_name, _config) \ argument 162 .config = _config, \
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | lgdt330x.c | 924 struct dvb_frontend *lgdt330x_attach(const struct lgdt330x_config *_config, in lgdt330x_attach() argument 930 struct lgdt330x_config config = *_config; in lgdt330x_attach()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | omap3isp.rst | 224 omap3isp_[h3a_af/h3a_aewb/hist]\_config.buf_size: 241 omap3isp_[h3a_af/h3a_aewb/hist]\_config.config_counter:
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_pmu.c | 723 #define I915_PMU_FORMAT_ATTR(_name, _config) \ argument 726 .str = _config, } \
|