Searched refs:SETUP_TEMPLATE (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/ata/ |
| D | libata-transport.c | 691 #define SETUP_TEMPLATE(attrb, field, perm, test) \ macro 699 SETUP_TEMPLATE(link_attrs, field, S_IRUGO, 1) 702 SETUP_TEMPLATE(port_attrs, field, S_IRUGO, 1) 705 SETUP_TEMPLATE(dev_attrs, field, S_IRUGO, 1)
|
| /Linux-v5.10/drivers/scsi/ |
| D | scsi_transport_sas.c | 1684 #define SETUP_TEMPLATE(attrb, field, perm, test) \ macro 1703 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, 1) 1706 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, i->f->func) 1709 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, 1) 1720 SETUP_TEMPLATE(port_attrs, field, S_IRUGO, 1) 1723 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, i->f->func) 1726 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, 1) 1729 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, i->f->func) 1732 SETUP_TEMPLATE(end_dev_attrs, field, S_IRUGO, 1) 1735 SETUP_TEMPLATE(expander_attrs, expander_##field, S_IRUGO, 1)
|