Searched refs:phy_attrs (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_sas_internal.h34 struct device_attribute *phy_attrs[SAS_PHY_ATTRS + 1]; member in struct:sas_internal
H A Dscsi_transport_sas.c1705 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, 1)
1708 SETUP_TEMPLATE_RW(phy_attrs, field, S_IRUGO | S_IWUSR, 1, \
1712 SETUP_TEMPLATE_RW(phy_attrs, field, S_IRUGO | S_IWUSR, 1, \
1719 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, i->f->func)
1722 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, 1)
1725 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, i->f->func)
1756 i->phy_attr_cont.ac.attrs = &i->phy_attrs[0];
1802 i->phy_attrs[count] = NULL;

Completed in 108 milliseconds