Searched refs:phy_attrs (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/scsi/ |
D | scsi_sas_internal.h | 35 struct device_attribute *phy_attrs[SAS_PHY_ATTRS + 1]; member
|
D | scsi_transport_sas.c | 1719 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, 1) 1722 SETUP_TEMPLATE_RW(phy_attrs, field, S_IRUGO | S_IWUSR, 1, \ 1726 SETUP_TEMPLATE_RW(phy_attrs, field, S_IRUGO | S_IWUSR, 1, \ 1733 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, i->f->func) 1736 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, 1) 1739 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, i->f->func) 1770 i->phy_attr_cont.ac.attrs = &i->phy_attrs[0]; in sas_attach_transport() 1815 i->phy_attrs[count] = NULL; in sas_attach_transport()
|
/linux-6.6.21/include/linux/phy/ |
D | phy.h | 135 struct phy_attrs { struct 160 struct phy_attrs attrs; argument
|