Searched refs:show_id (Results 1 – 5 of 5) sorted by relevance
87 int (*show_id)(struct enclosure_device *, char *buf); member
445 if (edev->cb->show_id) in id_show()446 return edev->cb->show_id(edev, buf); in id_show()
74 static ssize_t show_id(struct device *dev, in show_id() function
329 static ssize_t show_id(struct device *dev, in show_id() function
354 .show_id = ses_show_id,