Home
last modified time | relevance | path

Searched refs:xaf_adev_t (Results 1 – 2 of 2) sorted by relevance

/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxaf-api.c69 static XAF_ERR_CODE xaf_comp_post_init_config(xaf_adev_t *p_adev, xaf_comp_t *p_comp, void *p_msg) in xaf_comp_post_init_config()
116 xaf_adev_t *p_adev; in xaf_adev_open()
127 size = (sizeof(xaf_adev_t) +(XAF_4BYTE_ALIGN-1)); in xaf_adev_open()
132 p_adev = (xaf_adev_t *) (((unsigned long)pTmp + (XAF_4BYTE_ALIGN-1))& ~(XAF_4BYTE_ALIGN-1)); in xaf_adev_open()
165 xaf_adev_t *p_adev; in xaf_adev_close()
169 p_adev = (xaf_adev_t *)adev_ptr; in xaf_adev_close()
199 xaf_adev_t *p_adev; in xaf_comp_create()
200 p_adev = (xaf_adev_t *)adev_ptr; in xaf_comp_create()
273 xaf_adev_t *p_adev; in xaf_comp_delete()
281 p_adev = (xaf_adev_t *)(p_comp->p_adev); in xaf_comp_delete()
[all …]
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxaf-structs.h81 } xaf_adev_t; typedef