Lines Matching refs:show
164 ssize_t (*show)(struct device *dev, in create_sysfs_entry()
176 vdentry->dentry.show = show; in create_sysfs_entry()
187 if (vdentry->dentry.show) in create_sysfs_entry()
393 ssize_t (*show)(struct mlx4_port *, struct port_attribute *, char *buf); member
405 if (!port_attr->show) in port_attr_show()
407 return port_attr->show(p, port_attr, buf); in port_attr_show()
424 .show = port_attr_show,
495 alloc_group_attrs(ssize_t (*show)(struct mlx4_port *, in alloc_group_attrs()
527 element->attr.show = show; in alloc_group_attrs()
599 p->smi_enabled.show = sysfs_show_smi_enabled; in add_vf_smi_entries()
610 p->enable_smi_admin.show = sysfs_show_enable_smi_admin; in add_vf_smi_entries()