Home
last modified time | relevance | path

Searched defs:device_list (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_crat.c964 struct list_head *device_list) in kfd_parse_subtype_cu()
1003 struct list_head *device_list) in kfd_parse_subtype_mem()
1072 struct list_head *device_list) in kfd_parse_subtype_cache()
1141 struct list_head *device_list) in kfd_parse_subtype_iolink()
1218 struct list_head *device_list) in kfd_parse_subtype()
1273 int kfd_parse_crat_table(void *crat_image, struct list_head *device_list, in kfd_parse_crat_table()
H A Dkfd_topology.c177 void kfd_release_topology_device_list(struct list_head *device_list) in kfd_release_topology_device_list() argument
195 struct list_head *device_list) in kfd_create_topology_device() argument
/openbsd-src/sys/dev/pci/drm/include/drm/ttm/
H A Dttm_device.h53 struct list_head device_list; member
220 struct list_head device_list; member
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_xgmi.h32 struct list_head device_list; member
H A Damdgpu_device.c5317 struct list_head device_list, *device_list_handle = NULL; amdgpu_device_gpu_recover() local
5884 struct list_head device_list; amdgpu_pci_slot_reset() local
[all...]
H A Damdgpu_drv.c2321 struct list_head device_list; in amdgpu_drv_delayed_reset_work_handler() local
H A Damdgpu_ras.c2049 struct list_head device_list, *device_list_handle = NULL; amdgpu_ras_do_recovery() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp142 Status AdbClient::GetDevices(DeviceIDList &device_list) { in GetDevices()