Lines Matching refs:device_handle

38 acpi_rs_validate_parameters(acpi_handle device_handle,
46 * PARAMETERS: device_handle - Handle to a device
57 acpi_rs_validate_parameters(acpi_handle device_handle,
69 if (!device_handle) {
73 node = acpi_ns_validate_handle(device_handle);
102 * PARAMETERS: device_handle - Handle to the Bus device we are querying
117 * the object indicated by the passed device_handle.
122 acpi_get_irq_routing_table(acpi_handle device_handle,
132 status = acpi_rs_validate_parameters(device_handle, ret_buffer, &node);
147 * PARAMETERS: device_handle - Handle to the device object for the
163 * the object indicated by the passed device_handle.
167 acpi_get_current_resources(acpi_handle device_handle,
177 status = acpi_rs_validate_parameters(device_handle, ret_buffer, &node);
192 * PARAMETERS: device_handle - Handle to the device object for the
209 acpi_get_possible_resources(acpi_handle device_handle,
219 status = acpi_rs_validate_parameters(device_handle, ret_buffer, &node);
234 * PARAMETERS: device_handle - Handle to the device object for the
248 acpi_set_current_resources(acpi_handle device_handle,
264 status = acpi_rs_validate_parameters(device_handle, in_buffer, &node);
279 * PARAMETERS: device_handle - Handle to the device object for the
294 acpi_get_event_resources(acpi_handle device_handle,
304 status = acpi_rs_validate_parameters(device_handle, ret_buffer, &node);
383 * PARAMETERS: device_handle - Handle for the parent device object
398 acpi_get_vendor_resource(acpi_handle device_handle,
419 acpi_walk_resources(device_handle, name,
578 * PARAMETERS: device_handle - Handle to the device object for the
594 acpi_walk_resources(acpi_handle device_handle,
605 if (!device_handle || !user_function || !name ||
616 status = acpi_rs_get_method_data(device_handle, name, &buffer);