Home
last modified time | relevance | path

Searched refs:name_show (Results 1 – 4 of 4) sorted by relevance

/drivers/switch/
Dswitch_class.c43 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/
Dextcon-class.c152 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/
Dthermal_core.c887 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/
Dmain.c385 name_show(struct device *dev, struct device_attribute *attr, char *buf) in name_show() function