Home
last modified time | relevance | path

Searched refs:phy_attrs (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dscsi_sas_internal.h35 struct device_attribute *phy_attrs[SAS_PHY_ATTRS + 1]; member
H A Dscsi_transport_sas.c1742 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, 1)
1745 SETUP_TEMPLATE_RW(phy_attrs, field, S_IRUGO | S_IWUSR, 1, \
1749 SETUP_TEMPLATE_RW(phy_attrs, field, S_IRUGO | S_IWUSR, 1, \
1756 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, i->f->func)
1759 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, 1)
1762 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, i->f->func)
1793 i->phy_attr_cont.ac.attrs = &i->phy_attrs[0]; in sas_attach_transport()
1838 i->phy_attrs[count] = NULL; in sas_attach_transport()
/openbmc/linux/include/linux/phy/
H A Dphy.h135 struct phy_attrs { struct
160 struct phy_attrs attrs; argument