Searched refs:name_show (Results 1 – 4 of 4) 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, name_show, NULL); 74 length = name_show(sdev->dev, NULL, prop_buf); in switch_set_state()
|
/drivers/extcon/ |
D | extcon-class.c | 152 static ssize_t name_show(struct device *dev, struct device_attribute *attr, in name_show() function 252 length = name_show(edev->dev, NULL, prop_buf); in extcon_update_state()
|
/drivers/thermal/ |
D | thermal_core.c | 887 name_show(struct device *dev, struct device_attribute *attr, char *buf) in name_show() function 892 static DEVICE_ATTR(name, 0444, name_show, NULL);
|
/drivers/ssb/ |
D | main.c | 385 name_show(struct device *dev, struct device_attribute *attr, char *buf) in name_show() function
|