Searched refs:comp_ptr (Results 1 – 2 of 2) sorted by relevance
219 p_comp->comp_ptr = pTmp; in xaf_comp_create()271 XAF_ERR_CODE xaf_comp_delete(void *comp_ptr) in xaf_comp_delete() argument276 p_comp = (xaf_comp_t *)comp_ptr; in xaf_comp_delete()292 p_adev->pxf_mem_free_fxn(p_comp->comp_ptr, XAF_MEM_ID_COMP); in xaf_comp_delete()293 p_comp->comp_ptr = NULL; in xaf_comp_delete()298 XAF_ERR_CODE xaf_comp_set_config(void *comp_ptr, s32 num_param, s32 *p_param) in xaf_comp_set_config() argument306 p_comp = (xaf_comp_t *)comp_ptr; in xaf_comp_set_config()338 XAF_ERR_CODE xaf_comp_get_config(void *comp_ptr, s32 num_param, s32 *p_param) in xaf_comp_get_config() argument346 p_comp = (xaf_comp_t *)comp_ptr; in xaf_comp_get_config()383 XAF_ERR_CODE xaf_comp_get_status(void *adev_ptr, void *comp_ptr, xaf_comp_status *p_status, xaf_inf… in xaf_comp_get_status()[all …]
62 void *comp_ptr; member