Searched refs:usDeviceTag (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_atombios.c | 321 if (device_support & le16_to_cpu(path->usDeviceTag)) { in amdgpu_atombios_get_connector_info_from_object_table() 380 le16_to_cpu(path->usDeviceTag), in amdgpu_atombios_get_connector_info_from_object_table() 457 if ((le16_to_cpu(path->usDeviceTag) & in amdgpu_atombios_get_connector_info_from_object_table() 518 (adev, le16_to_cpu(path->usDeviceTag), &connector_type, in amdgpu_atombios_get_connector_info_from_object_table() 524 le16_to_cpu(path->usDeviceTag), in amdgpu_atombios_get_connector_info_from_object_table()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_atombios.c | 567 if (device_support & le16_to_cpu(path->usDeviceTag)) { in radeon_get_atom_connector_info_from_object_table() 581 if (le16_to_cpu(path->usDeviceTag) == in radeon_get_atom_connector_info_from_object_table() 685 usDeviceTag), in radeon_get_atom_connector_info_from_object_table() 762 if ((le16_to_cpu(path->usDeviceTag) & in radeon_get_atom_connector_info_from_object_table() 823 (dev, le16_to_cpu(path->usDeviceTag), &connector_type, in radeon_get_atom_connector_info_from_object_table() 830 usDeviceTag), in radeon_get_atom_connector_info_from_object_table()
|
D | atombios.h | 4019 USHORT usDeviceTag; //supported device member 4028 USHORT usDeviceTag; //supported device member 4133 USHORT usDeviceTag; //A bit vector to show what devices are supported member
|
/linux-4.4.14/drivers/gpu/drm/amd/include/ |
D | atombios.h | 4141 USHORT usDeviceTag; //supported device member 4150 USHORT usDeviceTag; //supported device member 4254 USHORT usDeviceTag; //A bit vector to show what devices are supported member
|