Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/xen/events/
Devents_internal.h72 void (*handle_events)(unsigned cpu); member
139 return evtchn_ops->handle_events(cpu); in xen_evtchn_handle_events()
Devents_2l.c368 .handle_events = evtchn_2l_handle_events,
Devents_fifo.c394 .handle_events = evtchn_fifo_handle_events,
/Linux-v4.19/drivers/acpi/
Dec.c1417 static int ec_install_handlers(struct acpi_ec *ec, bool handle_events) in ec_install_handlers() argument
1447 if (!handle_events) in ec_install_handlers()
1510 static int acpi_ec_setup(struct acpi_ec *ec, bool handle_events) in acpi_ec_setup() argument
1514 ret = ec_install_handlers(ec, handle_events); in acpi_ec_setup()
1531 bool handle_events, bool is_ecdt) in acpi_config_boot_ec() argument
1556 ret = acpi_ec_setup(ec, handle_events); in acpi_config_boot_ec()
1569 handle_events ? " and events" : ""); in acpi_config_boot_ec()