Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-core.c63 static inline xf_component_t * xf_client_lookup(xf_core_data_t *cd, u32 client) in xf_client_lookup() function
180 if ((component = xf_client_lookup(XF_CORE_DATA(core), XF_PORT_CLIENT(src))) == NULL)
222 if ((component = xf_client_lookup(XF_CORE_DATA(core), XF_PORT_CLIENT(src))) == NULL)
508 if ((component = xf_client_lookup(cd, client)) != NULL) in xf_core_dispatch()
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-proxy.c125 static inline xf_handle_t * xf_client_lookup(xf_proxy_t *proxy, u32 client) in xf_client_lookup() function
283 else if ((client = xf_client_lookup(proxy, XF_AP_CLIENT(m.id))) != NULL) in xf_proxy_thread()