Searched refs:SETUP_TEMPLATE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-transport.c | 709 #define SETUP_TEMPLATE(attrb, field, perm, test) \ macro 717 SETUP_TEMPLATE(link_attrs, field, S_IRUGO, 1) 720 SETUP_TEMPLATE(port_attrs, field, S_IRUGO, 1) 723 SETUP_TEMPLATE(dev_attrs, field, S_IRUGO, 1)
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata-transport.c | 739 #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)
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_sas.c | 1688 #define SETUP_TEMPLATE(attrb, field, perm, test) \ macro 1707 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, 1) 1710 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, i->f->func) 1713 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, 1) 1724 SETUP_TEMPLATE(port_attrs, field, S_IRUGO, 1) 1727 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, i->f->func) 1730 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, 1) 1733 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, i->f->func) 1736 SETUP_TEMPLATE(end_dev_attrs, field, S_IRUGO, 1) 1739 SETUP_TEMPLATE(expander_attr [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_sas.c | 1694 #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_attr [all...] |
Completed in 7 milliseconds