Lines Matching defs:handler
302 return proc->handler || proc->handler_arg;
309 if (proc->handler)
310 return proc->handler(hdr, end);
323 * and associated handler with it
327 * For each proc_num find a subtable with proc->id and run proc->handler
328 * on it. Assumption is that there's only single handler for particular
436 acpi_tbl_entry_handler handler, acpi_tbl_entry_handler_arg handler_arg,
441 .handler = handler,
462 acpi_tbl_entry_handler handler,
465 return __acpi_table_parse_entries(id, table_size, entry_id, handler,
470 acpi_tbl_entry_handler handler, unsigned int max_entries)
474 handler, max_entries);
478 * acpi_table_parse - find table with @id, run @handler on it
480 * @handler: handler to run
483 * run @handler on it.
487 int __init acpi_table_parse(char *id, acpi_tbl_table_handler handler)
494 if (!id || !handler)
503 handler(table);