Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_configfs.c1713 struct target_core_configfs_attribute *tc_attr = container_of( in target_core_dev_show() local
1716 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() local
1732 if (!tc_attr->store) in target_core_dev_store()
1735 return tc_attr->store(dev, page, count); in target_core_dev_store()