Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/xen/events/
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()
Devents_fifo.c420 .handle_events = evtchn_fifo_handle_events,
Devents_2l.c375 .handle_events = evtchn_2l_handle_events,
/linux-6.12.1/tools/testing/selftests/connector/
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-6.12.1/drivers/input/
Dinput.c122 count = handle->handle_events(handle, vals, count); in input_pass_values()
126 count = handle->handle_events(handle, vals, in input_pass_values()
2689 handle->handle_events = input_handle_events_filter; in input_handle_setup_event_handler()
2691 handle->handle_events = input_handle_events_default; in input_handle_setup_event_handler()
2693 handle->handle_events = handler->events; in input_handle_setup_event_handler()
2695 handle->handle_events = input_handle_events_null; in input_handle_setup_event_handler()
/linux-6.12.1/include/linux/
Dinput.h360 unsigned int (*handle_events)(struct input_handle *handle, member