Searched refs:tc_attr (Results 1 – 1 of 1) sorted by relevance
1713 struct target_core_configfs_attribute *tc_attr = container_of( in target_core_dev_show() local1716 if (!tc_attr->show) in target_core_dev_show()1719 return tc_attr->show(dev, page); in target_core_dev_show()1729 struct target_core_configfs_attribute *tc_attr = container_of( in target_core_dev_store() local1732 if (!tc_attr->store) in target_core_dev_store()1735 return tc_attr->store(dev, page, count); in target_core_dev_store()