Searched refs:xaf_comp_t (Results 1 – 2 of 2) sorted by relevance
58 static XAF_ERR_CODE xaf_comp_add(xaf_comp_t **pp_comp_chain, xaf_comp_t *p_comp) in xaf_comp_add()69 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()201 xaf_comp_t *p_comp; in xaf_comp_create()213 size = (sizeof(xaf_comp_t) + (XAF_4BYTE_ALIGN-1)); in xaf_comp_create()217 p_comp = (xaf_comp_t *) (((unsigned long)pTmp + (XAF_4BYTE_ALIGN-1))& ~(XAF_4BYTE_ALIGN-1)); in xaf_comp_create()222 memset(p_comp, 0, sizeof(xaf_comp_t)); in xaf_comp_create()275 xaf_comp_t *p_comp; in xaf_comp_delete()276 p_comp = (xaf_comp_t *)comp_ptr; in xaf_comp_delete()300 xaf_comp_t *p_comp; in xaf_comp_set_config()306 p_comp = (xaf_comp_t *)comp_ptr; in xaf_comp_set_config()[all …]
30 typedef struct xaf_comp xaf_comp_t; typedef57 xaf_comp_t *next;67 xaf_comp_t *comp_chain;