iolink_type       373 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 			props->iolink_type = iolink->io_interface_type;
iolink_type       375 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 			if (props->iolink_type == CRAT_IOLINK_TYPE_PCIEXPRESS)
iolink_type       377 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 			else if (props->iolink_type == CRAT_IOLINK_TYPE_XGMI)
iolink_type       272 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 	sysfs_show_32bit_prop(buffer, "type", iolink->iolink_type);
iolink_type       293 drivers/gpu/drm/amd/amdkfd/kfd_topology.c static struct kobj_type iolink_type = {
iolink_type       699 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 		ret = kobject_init_and_add(iolink->kobj, &iolink_type,
iolink_type       132 drivers/gpu/drm/amd/amdkfd/kfd_topology.h 	uint32_t		iolink_type;