Searched refs:name_show (Results 1 – 3 of 3) sorted by relevance
/drivers/switch/ |
D | switch_class.c | 43 static ssize_t name_show(struct device *dev, struct device_attribute *attr, in name_show() function 58 static DEVICE_ATTR(name, S_IRUGO | S_IWUSR, name_show, NULL); 74 length = name_show(sdev->dev, NULL, prop_buf); in switch_set_state()
|
/drivers/of/ |
D | device.c | 60 static ssize_t name_show(struct device *dev, in name_show() function
|
/drivers/thermal/ |
D | thermal_sys.c | 305 name_show(struct device *dev, struct device_attribute *attr, char *buf) in name_show() function 310 static DEVICE_ATTR(name, 0444, name_show, NULL);
|