emulate_tpws      526 drivers/target/target_core_configfs.c DEF_CONFIGFS_ATTRIB_SHOW(emulate_tpws);
emulate_tpws      774 drivers/target/target_core_configfs.c 	da->emulate_tpws = flag;
emulate_tpws     1123 drivers/target/target_core_configfs.c CONFIGFS_ATTR(, emulate_tpws);
emulate_tpws      773 drivers/target/target_core_device.c 	dev->dev_attrib.emulate_tpws = DA_EMULATE_TPWS;
emulate_tpws      116 drivers/target/target_core_sbc.c 	if (dev->dev_attrib.emulate_tpu || dev->dev_attrib.emulate_tpws) {
emulate_tpws      323 drivers/target/target_core_sbc.c 		if (!dev->dev_attrib.emulate_tpws) {
emulate_tpws      491 drivers/target/target_core_spc.c 	if (dev->dev_attrib.emulate_tpu || dev->dev_attrib.emulate_tpws)
emulate_tpws      631 drivers/target/target_core_spc.c 	if (dev->dev_attrib.emulate_tpws != 0)
emulate_tpws      642 drivers/target/target_core_spc.c 	     (dev->dev_attrib.emulate_tpws != 0)) &&
emulate_tpws      674 include/target/target_core_base.h 	int		emulate_tpws;