Searched refs:XF_INPUT_FLAG_PURGING (Results 1 – 2 of 2) sorted by relevance
333 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()
81 #define XF_INPUT_FLAG_PURGING (1 << 4) macro