Home
last modified time | relevance | path

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

/linux/drivers/accel/amdxdna/
H A Daie2_pci.h146 struct amdxdna_dev_hdl { struct
181 int (*set_dpm)(struct amdxdna_dev_hdl *ndev, u32 dpm_level); argument
182 int (*update_counters)(struct amdxdna_dev_hdl *ndev);
227 int aie2_runtime_cfg(struct amdxdna_dev_hdl *ndev,
240 int aie2_pm_init(struct amdxdna_dev_hdl *ndev);
241 int aie2_pm_set_mode(struct amdxdna_dev_hdl *ndev, enum amdxdna_power_mode_type target);
242 int aie2_pm_set_dpm(struct amdxdna_dev_hdl *ndev, u32 dpm_level);
245 int aie2_error_async_events_alloc(struct amdxdna_dev_hdl *ndev);
246 void aie2_error_async_events_free(struct amdxdna_dev_hdl *ndev);
248 int aie2_get_array_async_error(struct amdxdna_dev_hdl *ndev,
[all …]
H A Daie2_message.c30 int aie2_suspend_fw(struct amdxdna_dev_hdl *ndev) in aie2_suspend_fw()
44 int aie2_resume_fw(struct amdxdna_dev_hdl *ndev) in aie2_resume_fw()
51 int aie2_set_runtime_cfg(struct amdxdna_dev_hdl *ndev, u32 type, u64 value) in aie2_set_runtime_cfg()
68 int aie2_get_runtime_cfg(struct amdxdna_dev_hdl *ndev, u32 type, u64 *value) in aie2_get_runtime_cfg()
84 int aie2_assign_mgmt_pasid(struct amdxdna_dev_hdl *ndev, u16 pasid) in aie2_assign_mgmt_pasid()
93 int aie2_query_aie_version(struct amdxdna_dev_hdl *ndev, in aie2_query_aie_version()
113 int aie2_query_aie_metadata(struct amdxdna_dev_hdl *ndev, in aie2_query_aie_metadata()
151 int aie2_query_firmware_version(struct amdxdna_dev_hdl *ndev, in aie2_query_firmware_version()
169 static int aie2_destroy_context_req(struct amdxdna_dev_hdl *ndev, u32 id) in aie2_destroy_context_req()
185 static u32 aie2_get_context_priority(struct amdxdna_dev_hdl *ndev, in aie2_get_context_priority()
[all …]
H A Daie2_pci.c65 static int aie2_get_mgmt_chann_info(struct amdxdna_dev_hdl *ndev) in aie2_get_mgmt_chann_info()
128 int aie2_runtime_cfg(struct amdxdna_dev_hdl *ndev, in aie2_runtime_cfg()
156 static int aie2_xdna_reset(struct amdxdna_dev_hdl *ndev) in aie2_xdna_reset()
175 static int aie2_mgmt_fw_init(struct amdxdna_dev_hdl *ndev) in aie2_mgmt_fw_init()
206 static int aie2_mgmt_fw_query(struct amdxdna_dev_hdl *ndev) in aie2_mgmt_fw_query()
233 static void aie2_mgmt_fw_fini(struct amdxdna_dev_hdl *ndev) in aie2_mgmt_fw_fini()
276 struct amdxdna_dev_hdl *ndev; in aie2_xrs_set_dft_dpm_level()
294 static void aie2_smu_fini(struct amdxdna_dev_hdl *ndev) in aie2_smu_fini()
303 struct amdxdna_dev_hdl *ndev = xdna->dev_handle; in aie2_hw_stop()
326 struct amdxdna_dev_hdl *ndev = xdna->dev_handle; in aie2_hw_start()
[all …]
H A Damdxdna_pci_drv.h117 struct amdxdna_dev_hdl *dev_handle;
H A Daie2_ctx.c51 struct amdxdna_dev_hdl *ndev = xdna->dev_handle; in aie2_tdr_detect()
512 struct amdxdna_dev_hdl *ndev; in aie2_hwctx_col_list()