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()
396 ssize_t (*show)(struct mlx4_port *, struct port_attribute *, char *buf); member
408 if (!port_attr->show) in port_attr_show()
410 return port_attr->show(p, port_attr, buf); in port_attr_show()
427 .show = port_attr_show,
498 alloc_group_attrs(ssize_t (*show)(struct mlx4_port *, in alloc_group_attrs()
530 element->attr.show = show; in alloc_group_attrs()
602 p->smi_enabled.show = sysfs_show_smi_enabled; in add_vf_smi_entries()
613 p->enable_smi_admin.show = sysfs_show_enable_smi_admin; in add_vf_smi_entries()