show_id
if (edev->cb->show_id)
return edev->cb->show_id(edev, buf);
.show_id = ses_show_id,
int (*show_id)(struct enclosure_device *, char *buf);