Searched refs:device_show_string (Results 1 – 6 of 6) sorted by relevance
/linux/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), \
|
/linux/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/drivers/perf/ |
H A D | cxl_pmu.c | 214 .attr = __ATTR(_name, 0444, device_show_string, NULL), \
|
/linux/arch/powerpc/perf/ |
H A D | hv-24x7.c | 464 attr->attr.show = device_show_string; in device_str_attr_create_()
|
/linux/drivers/base/ |
H A D | core.c | 2525 ssize_t device_show_string(struct device *dev, in device_show_string() function 2532 EXPORT_SYMBOL_GPL(device_show_string);
|