Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-core.c72 static inline u32 xf_client_alloc(xf_core_data_t *cd) in xf_client_alloc() function
102 XF_CHK_ERR((client = xf_client_alloc(cd)) != XF_CFG_MAX_CLIENTS, -EBUSY); in xf_proxy_register()
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-proxy.c96 static inline u32 xf_client_alloc(xf_proxy_t *proxy, xf_handle_t *handle) in xf_client_alloc() function
382 if (xf_client_alloc(proxy, handle) == 0) in xf_open()