Home
last modified time | relevance | path

Searched refs:kfd_alloc_struct (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_dbgmgr.c71 new_buff = kfd_alloc_struct(new_buff); in kfd_dbgmgr_create()
79 new_buff->dbgdev = kfd_alloc_struct(new_buff->dbgdev); in kfd_dbgmgr_create()
Dkfd_crat.c257 props = kfd_alloc_struct(props); in kfd_parse_subtype_mem()
308 props = kfd_alloc_struct(props); in kfd_parse_subtype_cache()
360 props = kfd_alloc_struct(props); in kfd_parse_subtype_iolink()
Dkfd_iommu.c359 props = kfd_alloc_struct(props); in kfd_iommu_add_perf_counters()
Dkfd_topology.c176 dev = kfd_alloc_struct(dev); in kfd_create_topology_device()
589 dev->kobj_node = kfd_alloc_struct(dev->kobj_node); in kfd_build_sysfs_node_entry()
755 kfd_alloc_struct(sys_props.kobj_topology); in kfd_topology_update_sysfs()
Dkfd_priv.h85 #define kfd_alloc_struct(ptr_to_struct) \ macro