get_device_type  1885 drivers/target/sbp/sbp_target.c 		type = dev->transport->get_device_type(dev);
get_device_type   710 drivers/target/target_core_device.c 	int device_type = dev->transport->get_device_type(dev);
get_device_type   938 drivers/target/target_core_file.c 	.get_device_type	= sbc_get_device_type,
get_device_type   876 drivers/target/target_core_iblock.c 	.get_device_type	= sbc_get_device_type,
get_device_type  1086 drivers/target/target_core_pscsi.c 	.get_device_type	= pscsi_get_device_type,
get_device_type   650 drivers/target/target_core_rd.c 	.get_device_type	= sbc_get_device_type,
get_device_type    58 drivers/target/target_core_spc.c 	if (dev->transport->get_device_type(dev) == TYPE_TAPE)
get_device_type   458 drivers/target/target_core_spc.c 	if ((dev->transport->get_device_type(dev) == TYPE_DISK) &&
get_device_type   494 drivers/target/target_core_spc.c 	buf[0] = dev->transport->get_device_type(dev);
get_device_type   578 drivers/target/target_core_spc.c 	buf[0] = dev->transport->get_device_type(dev);
get_device_type   599 drivers/target/target_core_spc.c 	buf[0] = dev->transport->get_device_type(dev);
get_device_type   655 drivers/target/target_core_spc.c 	buf[0] = dev->transport->get_device_type(dev);
get_device_type   721 drivers/target/target_core_spc.c 		buf[0] = dev->transport->get_device_type(dev);
get_device_type   986 drivers/target/target_core_spc.c 	int type = dev->transport->get_device_type(dev);
get_device_type  1391 drivers/target/target_core_spc.c 		if (dev->transport->get_device_type(dev) != TYPE_ROM) {
get_device_type  1409 drivers/target/target_core_spc.c 		if (dev->transport->get_device_type(dev) != TYPE_ROM) {
get_device_type   263 drivers/target/target_core_stat.c 			dev->transport->get_device_type(dev));
get_device_type   133 drivers/target/target_core_tpg.c 			if (dev->transport->get_device_type(dev) == TYPE_DISK)
get_device_type  2630 drivers/target/target_core_user.c 	.get_device_type	= sbc_get_device_type,
get_device_type    42 include/target/target_core_backend.h 	u32 (*get_device_type)(struct se_device *);