Home
last modified time | relevance | path

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

/linux/drivers/xen/events/
H A Devents_internal.h27 void (*handle_events)(unsigned cpu, struct evtchn_loop_ctrl *ctrl); member
98 return evtchn_ops->handle_events(cpu, ctrl); in xen_evtchn_handle_events()
H A Devents_fifo.c420 .handle_events = evtchn_fifo_handle_events,
H A Devents_2l.c375 .handle_events = evtchn_2l_handle_events,
/linux/tools/testing/selftests/connector/
H A Dproc_filter.c213 int handle_events(int epoll_fd, struct proc_event *pev) in handle_events() function
283 err = handle_events(epoll_fd, &proc_ev); in main()
/linux/drivers/input/
H A Dinput.c122 count = handle->handle_events(handle, vals, count); in input_pass_values()
128 count = handle->handle_events(handle, vals, in input_pass_values()
2662 handle->handle_events = input_handle_events_filter; in input_handle_setup_event_handler()
2664 handle->handle_events = input_handle_events_default; in input_handle_setup_event_handler()
2666 handle->handle_events = handler->events; in input_handle_setup_event_handler()
2668 handle->handle_events = input_handle_events_null; in input_handle_setup_event_handler()
/linux/include/linux/
H A Dinput.h371 unsigned int (*handle_events)(struct input_handle *handle, member