Searched refs:handle_events (Results 1 – 4 of 4) sorted by relevance
70 void (*handle_events)(unsigned cpu); member137 return evtchn_ops->handle_events(cpu); in xen_evtchn_handle_events()
394 .handle_events = evtchn_fifo_handle_events,
368 .handle_events = evtchn_2l_handle_events,
1416 static int ec_install_handlers(struct acpi_ec *ec, bool handle_events) in ec_install_handlers() argument1446 if (!handle_events) in ec_install_handlers()1509 static int acpi_ec_setup(struct acpi_ec *ec, bool handle_events) in acpi_ec_setup() argument1513 ret = ec_install_handlers(ec, handle_events); in acpi_ec_setup()