Home
last modified time | relevance | path

Searched refs:XF_FREE (Results 1 – 4 of 4) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-opcode.h111 #define XF_FREE __XF_OPCODE(0, 0, 5) macro
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-opcode.h100 #define XF_FREE __XF_OPCODE(0, 0, 5) macro
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-proxy.c228 msg.opcode = XF_FREE; in xf_proxy_buffer_free()
236 XF_CHK_ERR(msg.opcode == XF_FREE, -EBADFD); in xf_proxy_buffer_free()
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-core.c300 [XF_OPCODE_TYPE(XF_FREE)] = xf_proxy_free,