Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-io.c73 port->flags = XF_INPUT_FLAG_ENABLED | XF_INPUT_FLAG_CREATED; in xf_input_port_init()
87 if ((port->flags & XF_INPUT_FLAG_ENABLED) == 0) in xf_input_port_put()
104 port->flags ^= XF_INPUT_FLAG_ENABLED | XF_INPUT_FLAG_EOS; in xf_input_port_put()
324 …port->flags = (port->flags & ~__XF_INPUT_FLAGS(~0)) | XF_INPUT_FLAG_ENABLED | XF_INPUT_FLAG_CREATE… in xf_input_port_purge()
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-io.h72 #define XF_INPUT_FLAG_ENABLED (1 << 1) macro