Home
last modified time | relevance | path

Searched refs:EVTCHNL_STATE_CONNECTED (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front_evtchnl.h28 EVTCHNL_STATE_CONNECTED, enumerator
H A Dxen_drm_front_evtchnl.c31 if (unlikely(evtchnl->state != EVTCHNL_STATE_CONNECTED)) in evtchnl_interrupt_ctrl()
89 if (unlikely(evtchnl->state != EVTCHNL_STATE_CONNECTED)) in evtchnl_interrupt_evt()
H A Dxen_drm_front.c105 if (unlikely(evtchnl->state != EVTCHNL_STATE_CONNECTED)) in be_stream_do_io()
604 xen_drm_front_evtchnl_set_state(front_info, EVTCHNL_STATE_CONNECTED); in displback_connect()
/openbmc/linux/sound/xen/
H A Dxen_snd_front_evtchnl.h23 EVTCHNL_STATE_CONNECTED, enumerator
H A Dxen_snd_front_evtchnl.c28 if (unlikely(channel->state != EVTCHNL_STATE_CONNECTED)) in evtchnl_interrupt_req()
93 if (unlikely(channel->state != EVTCHNL_STATE_CONNECTED)) in evtchnl_interrupt_evt()
443 state = EVTCHNL_STATE_CONNECTED; in xen_snd_front_evtchnl_pair_set_connected()
H A Dxen_snd_front.c41 if (unlikely(evtchnl->state != EVTCHNL_STATE_CONNECTED)) in be_stream_do_io()