Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A Dscsi_transport_sas.c1719 #define SETUP_TEMPLATE(attrb, field, perm, test) \ macro
1738 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, 1)
1741 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, i->f->func)
1744 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, 1)
1755 SETUP_TEMPLATE(port_attrs, field, S_IRUGO, 1)
1758 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, i->f->func)
1761 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, 1)
1764 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, i->f->func)
1767 SETUP_TEMPLATE(end_dev_attrs, field, S_IRUGO, 1)
1770 SETUP_TEMPLATE(expander_attrs, expander_##field, S_IRUGO, 1)
/linux-6.15/drivers/ata/
H A Dlibata-transport.c737 #define SETUP_TEMPLATE(attrb, field, perm, test) \ macro
745 SETUP_TEMPLATE(link_attrs, field, S_IRUGO, 1)
748 SETUP_TEMPLATE(port_attrs, field, S_IRUGO, 1)
751 SETUP_TEMPLATE(dev_attrs, field, S_IRUGO, 1)