Searched refs:SETUP_TEMPLATE (Results 1 – 2 of 2) sorted by relevance
| /drivers/scsi/ |
| A D | scsi_transport_sas.c | 1755 #define SETUP_TEMPLATE(attrb, field, perm, test) \ macro 1774 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, 1) 1777 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, i->f->func) 1780 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, 1) 1791 SETUP_TEMPLATE(port_attrs, field, S_IRUGO, 1) 1794 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, i->f->func) 1797 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, 1) 1800 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, i->f->func) 1803 SETUP_TEMPLATE(end_dev_attrs, field, S_IRUGO, 1) 1806 SETUP_TEMPLATE(expander_attrs, expander_##field, S_IRUGO, 1)
|
| /drivers/ata/ |
| A D | libata-transport.c | 737 #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)
|
Completed in 10 milliseconds