Searched refs:device_show_string (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/drivers/perf/arm_cspmu/ |
| H A D | arm_cspmu.h | 31 ARM_CSPMU_EXT_ATTR(_name, device_show_string, _config)
|
| /linux-6.15/drivers/perf/hisilicon/ |
| H A D | hisi_uncore_pmu.h | 36 HISI_PMU_ATTR(_name, device_show_string, _config)
|
| H A D | hisi_pcie_pmu.c | 113 { .attr = __ATTR(_name, 0444, device_show_string, NULL), \
|
| H A D | hns3_pmu.c | 414 HNS3_PMU_ATTR(_name, device_show_string, _format)
|
| /linux-6.15/include/linux/ |
| H A D | device.h | 135 ssize_t device_show_string(struct device *dev, struct device_attribute *attr, 267 { __ATTR(_name, (_mode) & ~0222, device_show_string, NULL), (_var) }
|
| /linux-6.15/drivers/perf/ |
| H A D | qcom_l3_pmu.c | 614 { .attr = __ATTR(_name, 0444, device_show_string, NULL), \
|
| H A D | arm_dsu_pmu.c | 88 DSU_EXT_ATTR(_name, device_show_string, _config)
|
| H A D | cxl_pmu.c | 214 .attr = __ATTR(_name, 0444, device_show_string, NULL), \
|
| H A D | arm-cci.c | 139 CCI_EXT_ATTR_ENTRY(_name, device_show_string, _config)
|
| H A D | arm-ccn.c | 220 { __ATTR(_name, S_IRUGO, device_show_string, \
|
| H A D | xgene_pmu.c | 167 { .attr = __ATTR(_name, S_IRUGO, device_show_string, NULL), \
|
| /linux-6.15/arch/powerpc/perf/ |
| H A D | hv-24x7.c | 464 attr->attr.show = device_show_string; in device_str_attr_create_()
|
| /linux-6.15/drivers/base/ |
| H A D | core.c | 2528 ssize_t device_show_string(struct device *dev, in device_show_string() function 2535 EXPORT_SYMBOL_GPL(device_show_string);
|