| /OK3568_Linux_fs/kernel/drivers/perf/hisilicon/ |
| H A D | hisi_uncore_pmu.h | 27 #define HISI_PMU_ATTR(_name, _func, _config) \ argument 29 { __ATTR(_name, 0444, _func, NULL), (void *)_config } \ 32 #define HISI_PMU_FORMAT_ATTR(_name, _config) \ argument 33 HISI_PMU_ATTR(_name, hisi_format_sysfs_show, (void *)_config) 34 #define HISI_PMU_EVENT_ATTR(_name, _config) \ argument 35 HISI_PMU_ATTR(_name, hisi_event_sysfs_show, (unsigned long)_config)
|
| /OK3568_Linux_fs/kernel/drivers/perf/ |
| H A 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 [all …]
|
| H A D | arm_dsu_pmu.c | 76 #define DSU_EXT_ATTR(_name, _func, _config) \ argument 80 .var = (void *)_config \ 84 #define DSU_EVENT_ATTR(_name, _config) \ argument 85 DSU_EXT_ATTR(_name, dsu_pmu_sysfs_event_show, (unsigned long)_config) 87 #define DSU_FORMAT_ATTR(_name, _config) \ argument 88 DSU_EXT_ATTR(_name, dsu_pmu_sysfs_format_show, (char *)_config) 90 #define DSU_CPUMASK_ATTR(_name, _config) \ argument 91 DSU_EXT_ATTR(_name, dsu_pmu_cpumask_show, (unsigned long)_config)
|
| H A 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)
|
| H A D | qcom_l3_pmu.c | 621 #define L3CACHE_PMU_FORMAT_ATTR(_name, _config) \ argument 624 .var = (void *) _config, } \
|
| H A D | arm_smmuv3_pmu.c | 120 #define SMMU_PMU_EVENT_ATTR_EXTRACTOR(_name, _config, _start, _end) \ argument 124 event->attr._config); \
|
| H A D | xgene_pmu.c | 176 #define XGENE_PMU_FORMAT_ATTR(_name, _config) \ argument 179 .var = (void *) _config, } \ 287 #define XGENE_PMU_EVENT_ATTR(_name, _config) \ argument 290 .var = (void *) _config, } \
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | cache-l2x0-pmu.c | 327 #define L2X0_EVENT_ATTR(_name, _config, _pl310_only) \ argument 330 .config = _config, \ 334 #define L220_PLUS_EVENT_ATTR(_name, _config) \ argument 335 L2X0_EVENT_ATTR(_name, _config, false) 337 #define PL310_EVENT_ATTR(_name, _config) \ argument 338 L2X0_EVENT_ATTR(_name, _config, true)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/apt/apt/ |
| H A D | 0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch | 43 - if (_config->FindB("DPkg::ConfigurePending", true)) 44 + bool const SmartConf = (_config->Find("PackageManager::Configure", "all") != "all"); 48 bool const TriggersPending = _config->FindB("DPkg::TriggersPending", false);
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | siteconfig.bbclass | 25 < ${BPN}_cache > ${BPN}_config 27 cp ${BPN}_config ${SYSROOT_DESTDIR}${datadir}/${TARGET_SYS}_config_site.d
|
| H A D | toolchain-scripts.bbclass | 190 if [ -r ${TOOLCHAIN_CONFIGSITE_SYSROOTCACHE}/${sitefile}_config ]; then 191 cat ${TOOLCHAIN_CONFIGSITE_SYSROOTCACHE}/${sitefile}_config >> $siteconfig
|
| H A D | siteinfo.bbclass | 217 if not i.endswith("_config"):
|
| /OK3568_Linux_fs/kernel/drivers/fpga/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/video4linux/ |
| H A D | omap3isp.txt | 225 omap3isp_[h3a_af/h3a_aewb/hist]_config.buf_size: 238 omap3isp_[h3a_af/h3a_aewb/hist]_config.config_counter:
|
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci_compat.c | 22 return pci_##rw##_config##size(dev, offset, value); \
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.kconfig | 49 - <board>_config 52 "make <board>_config" works the same as "make <board>_defconfig". 53 Prior to Kconfig, in U-Boot, "make <board>_config" was used for the
|
| /OK3568_Linux_fs/u-boot/board/tqc/tqma6/ |
| H A D | README | 19 make tqma6<x>_<baseboard>_<boot>_config
|
| /OK3568_Linux_fs/buildroot/boot/at91bootstrap/ |
| H A D | Config.in | 28 This is used to do a make <board>_config
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A 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, \
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | uncore.h | 197 #define INTEL_UNCORE_EVENT_DESC(_name, _config) \ argument 200 .config = _config, \
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/drivers/ |
| H A D | omap3isp-uapi.rst | 170 omap3isp_[h3a_af/h3a_aewb/hist]\_config.buf_size: 187 omap3isp_[h3a_af/h3a_aewb/hist]\_config.config_counter:
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | lgdt330x.c | 914 struct dvb_frontend *lgdt330x_attach(const struct lgdt330x_config *_config, in lgdt330x_attach() argument 920 struct lgdt330x_config config = *_config; in lgdt330x_attach()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | Makefile | 124 %_config: %_defconfig
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_pmu.c | 772 #define I915_PMU_FORMAT_ATTR(_name, _config) \ argument 775 .str = _config, } \
|
| /OK3568_Linux_fs/buildroot/boot/uboot/ |
| H A D | uboot.mk | 303 $(UBOOT_BOARD_NAME)_config
|