Lines Matching defs:handler
303 * handler - Handler to be associated with the data
314 acpi_object_handler handler, void *data)
320 /* We only allow one attachment per handler */
326 (obj_desc->data.handler == handler)) {
341 data_desc->data.handler = handler;
360 * handler - Handler associated with the data
371 acpi_object_handler handler)
380 (obj_desc->data.handler == handler)) {
404 * handler - Handler associated with the data
416 acpi_object_handler handler, void **data)
423 (obj_desc->data.handler == handler)) {