Home
last modified time | relevance | path

Searched refs:SETUP_TEMPLATE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dscsi_transport_sas.c1717 #define SETUP_TEMPLATE(attrb, field, perm, test) \ macro
1736 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, 1)
1739 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, i->f->func)
1742 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, 1)
1753 SETUP_TEMPLATE(port_attrs, field, S_IRUGO, 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)
1765 SETUP_TEMPLATE(end_dev_attrs, field, S_IRUGO, 1)
1768 SETUP_TEMPLATE(expander_attrs, expander_##field, S_IRUGO, 1)
/openbmc/linux/drivers/ata/
H A Dlibata-transport.c739 #define SETUP_TEMPLATE(attrb, field, perm, test) \ macro
747 SETUP_TEMPLATE(link_attrs, field, S_IRUGO, 1)
750 SETUP_TEMPLATE(port_attrs, field, S_IRUGO, 1)
753 SETUP_TEMPLATE(dev_attrs, field, S_IRUGO, 1)