Searched refs:to_amdgpu_device (Results 1 – 4 of 4) sorted by relevance
89 #define to_amdgpu_device(x) (container_of(x, struct amdgpu_ras, eeprom_control))->adev macro201 struct amdgpu_device *adev = to_amdgpu_device(control); in __write_table_header()278 struct amdgpu_device *adev = to_amdgpu_device(control); in amdgpu_ras_eeprom_reset_table()405 struct amdgpu_device *adev = to_amdgpu_device(control); in __amdgpu_ras_eeprom_write()438 struct amdgpu_ras *con = amdgpu_ras_get_context(to_amdgpu_device(control)); in amdgpu_ras_eeprom_append_table()548 struct amdgpu_device *adev = to_amdgpu_device(control); in amdgpu_ras_eeprom_update_header()628 struct amdgpu_device *adev = to_amdgpu_device(control); in amdgpu_ras_eeprom_append()668 struct amdgpu_device *adev = to_amdgpu_device(control); in __amdgpu_ras_eeprom_read()711 struct amdgpu_device *adev = to_amdgpu_device(control); in amdgpu_ras_eeprom_read()1036 struct amdgpu_device *adev = to_amdgpu_device(control); in __verify_ras_table_checksum()[all …]
48 to_amdgpu_device(struct amdgpu_vram_mgr *mgr) in to_amdgpu_device() function272 struct amdgpu_device *adev = to_amdgpu_device(mgr); in amdgpu_vram_mgr_do_reserve()390 struct amdgpu_device *adev = to_amdgpu_device(mgr); in amdgpu_vram_mgr_new()580 struct amdgpu_device *adev = to_amdgpu_device(mgr); in amdgpu_vram_mgr_del()
60 #define to_amdgpu_device(x) (container_of(x, struct amdgpu_device, pm.smu_i2c)) macro