Home
last modified time | relevance | path

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

/u-boot/drivers/xen/
A Devents.c43 static struct _ev_action ev_actions[NR_EVS]; variable
81 action = &ev_actions[port]; in do_event()
94 if (ev_actions[port].handler != default_handler) in bind_evtchn()
98 ev_actions[port].data = data; in bind_evtchn()
100 ev_actions[port].handler = handler; in bind_evtchn()
114 if (ev_actions[port].handler == default_handler) in unbind_evtchn()
119 ev_actions[port].handler = default_handler; in unbind_evtchn()
121 ev_actions[port].data = NULL; in unbind_evtchn()
187 ev_actions[i].handler = default_handler; in init_events()

Completed in 5 milliseconds