Searched refs:phy_attrs (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/scsi/ |
H A D | scsi_sas_internal.h | 35 struct device_attribute *phy_attrs[SAS_PHY_ATTRS + 1]; member
|
H A D | scsi_transport_sas.c | 1780 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, 1) 1783 SETUP_TEMPLATE_RW(phy_attrs, field, S_IRUGO | S_IWUSR, 1, \ 1787 SETUP_TEMPLATE_RW(phy_attrs, field, S_IRUGO | S_IWUSR, 1, \ 1794 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, i->f->func) 1797 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, 1) 1800 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, i->f->func) 1831 i->phy_attr_cont.ac.attrs = &i->phy_attrs[0]; in sas_attach_transport() 1876 i->phy_attrs[count] = NULL; in sas_attach_transport()
|