Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/
A Dscsi_transport_sas.c1694 #define SETUP_TEMPLATE(attrb, field, perm, test) \ macro
1713 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, 1)
1716 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, i->f->func)
1719 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, 1)
1730 SETUP_TEMPLATE(port_attrs, field, S_IRUGO, 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)
1742 SETUP_TEMPLATE(end_dev_attrs, field, S_IRUGO, 1)
1745 SETUP_TEMPLATE(expander_attrs, expander_##field, S_IRUGO, 1)
/linux-6.3-rc2/drivers/ata/
A Dlibata-transport.c732 #define SETUP_TEMPLATE(attrb, field, perm, test) \ macro
740 SETUP_TEMPLATE(link_attrs, field, S_IRUGO, 1)
743 SETUP_TEMPLATE(port_attrs, field, S_IRUGO, 1)
746 SETUP_TEMPLATE(dev_attrs, field, S_IRUGO, 1)

Completed in 9 milliseconds