Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-io.c333 BUG(port->flags & XF_INPUT_FLAG_PURGING, _x("invalid state: %x"), port->flags); in xf_input_port_control_save()
339 port->flags ^= XF_INPUT_FLAG_PURGING; in xf_input_port_control_save()
348 BUG((port->flags & XF_INPUT_FLAG_PURGING) == 0, _x("invalid state: %x"), port->flags); in xf_input_port_purge_done()
354 port->flags ^= XF_INPUT_FLAG_PURGING; in xf_input_port_purge_done()
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-io.h81 #define XF_INPUT_FLAG_PURGING (1 << 4) macro