Searched refs:inp_ports (Results 1 – 2 of 2) sorted by relevance
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xaf-api.c | 261 p_comp->inp_ports = 1; p_comp->out_ports = 1; in xaf_comp_create() 264 p_comp->inp_ports = 4; p_comp->out_ports = 1; in xaf_comp_create() 485 … XF_CHK_API(xf_command(p_handle, (p_comp->inp_ports), XF_FILL_THIS_BUFFER, p_comp->start_buf, 0)); in xaf_comp_process() 517 …XF_CHK_API(xf_command(&p_comp->handle, (p_comp->inp_ports), XF_FILL_THIS_BUFFER, p_data, p_comp->o… in xaf_comp_process() 546 … XF_CHK_API(xf_command(p_handle, (p_comp->inp_ports), XF_FILL_THIS_BUFFER, p_buf, length)); in xaf_comp_process() 569 …src->init_done || p_src->out_routed == p_src->out_ports || p_dest->inp_routed == p_dest->inp_ports) in xaf_connect() 572 …XF_CHK_API(xf_route(&p_src->handle, (p_src->inp_ports + p_src->out_routed), &p_dest->handle, (p_de… in xaf_connect() 588 XF_CHK_API(xf_unroute(&p_comp->handle, (p_comp->inp_ports))); in xaf_disconnect()
|
/device/linaro/hikey/hifi/xaf/host-apf/include/ |
D | xaf-structs.h | 37 u32 inp_ports; member
|