Lines Matching defs:device
36 * PARAMETERS: device - The device for which notifies will be handled
51 * may have one device notify handler, and multiple system notify
57 acpi_install_notify_handler(acpi_handle device,
62 ACPI_CAST_PTR(struct acpi_namespace_node, device);
72 if ((!device) || (!handler) || (!handler_type) ||
89 if (device == ACPI_ROOT_OBJECT) {
134 status = acpi_ns_attach_object(device, obj_desc, node->type);
198 * PARAMETERS: device - The device for which the handler is installed
207 * DESCRIPTION: Remove a handler for notifies on an ACPI device
211 acpi_remove_notify_handler(acpi_handle device,
215 ACPI_CAST_PTR(struct acpi_namespace_node, device);
226 if ((!device) || (!handler) || (!handler_type) ||
233 if (device == ACPI_ROOT_OBJECT) {