/drivers/perf/hisilicon/ |
D | hisi_uncore_pmu.h | 30 #define HISI_PMU_ATTR(_name, _func, _config) \ argument 35 #define HISI_PMU_FORMAT_ATTR(_name, _config) \ argument 37 #define HISI_PMU_EVENT_ATTR(_name, _config) \ argument
|
D | hns3_pmu.c | 324 #define HNS3_PMU_FILTER_ATTR(_name, _config, _start, _end) \ argument 418 #define HNS3_PMU_ATTR(_name, _func, _config) \ argument
|
D | hisi_pcie_pmu.c | 83 #define HISI_PCIE_PMU_FILTER_ATTR(_name, _config, _hi, _lo) \ argument
|
/drivers/perf/ |
D | arm-ccn.c | 202 #define CCN_CONFIG_NODE(_config) (((_config) >> 0) & 0xff) argument 203 #define CCN_CONFIG_XP(_config) (((_config) >> 0) & 0xff) argument 204 #define CCN_CONFIG_TYPE(_config) (((_config) >> 8) & 0xff) argument 205 #define CCN_CONFIG_EVENT(_config) (((_config) >> 16) & 0xff) argument 206 #define CCN_CONFIG_PORT(_config) (((_config) >> 24) & 0x3) argument 207 #define CCN_CONFIG_BUS(_config) (((_config) >> 24) & 0x3) argument 208 #define CCN_CONFIG_VC(_config) (((_config) >> 26) & 0x7) argument 209 #define CCN_CONFIG_DIR(_config) (((_config) >> 29) & 0x1) argument 210 #define CCN_CONFIG_MASK(_config) (((_config) >> 30) & 0xf) argument 227 #define CCN_FORMAT_ATTR(_name, _config) \ argument
|
D | arm_dsu_pmu.c | 76 #define DSU_EXT_ATTR(_name, _func, _config) \ argument 84 #define DSU_EVENT_ATTR(_name, _config) \ argument 87 #define DSU_FORMAT_ATTR(_name, _config) \ argument 90 #define DSU_CPUMASK_ATTR(_name, _config) \ argument
|
D | alibaba_uncore_drw_pmu.c | 136 #define ALI_DRW_PMU_ATTR(_name, _func, _config) \ argument 141 #define ALI_DRW_PMU_FORMAT_ATTR(_name, _config) \ argument 143 #define ALI_DRW_PMU_EVENT_ATTR(_name, _config) \ argument
|
D | arm-cci.c | 138 #define CCI_EXT_ATTR_ENTRY(_name, _func, _config) \ argument 143 #define CCI_FORMAT_EXT_ATTR_ENTRY(_name, _config) \ argument 145 #define CCI_EVENT_EXT_ATTR_ENTRY(_name, _config) \ argument 209 #define CCI400_CYCLE_EVENT_EXT_ATTR_ENTRY(_name, _config) \ argument 445 #define CCI5xx_GLOBAL_EVENT_EXT_ATTR_ENTRY(_name, _config) \ argument
|
D | xgene_pmu.c | 176 #define XGENE_PMU_FORMAT_ATTR(_name, _config) \ argument 287 #define XGENE_PMU_EVENT_ATTR(_name, _config) \ argument
|
D | qcom_l3_pmu.c | 621 #define L3CACHE_PMU_FORMAT_ATTR(_name, _config) \ argument
|
D | arm_smmuv3_pmu.c | 142 #define SMMU_PMU_EVENT_ATTR_EXTRACTOR(_name, _config, _start, _end) \ argument
|
/drivers/fpga/ |
D | dfl-fme-perf.c | 213 #define get_event(_config) FIELD_GET(FME_EVENT_MASK, _config) argument 214 #define get_evtype(_config) FIELD_GET(FME_EVTYPE_MASK, _config) argument 215 #define get_portid(_config) FIELD_GET(FME_PORTID_MASK, _config) argument
|
/drivers/media/dvb-frontends/ |
D | lgdt330x.c | 914 struct dvb_frontend *lgdt330x_attach(const struct lgdt330x_config *_config, in lgdt330x_attach()
|
/drivers/gpu/drm/i915/ |
D | i915_pmu.c | 817 #define I915_PMU_FORMAT_ATTR(_name, _config) \ argument
|
/drivers/usb/gadget/udc/ |
D | pxa27x_udc.h | 263 #define PXA_EP_DEF(_idx, _addr, dir, _type, maxpkt, _config, iface, altset) \ argument
|