• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/resources/

Lines Matching refs:device_handle

71 acpi_rs_validate_parameters(acpi_handle device_handle,
79 * PARAMETERS: device_handle - Handle to a device
90 acpi_rs_validate_parameters(acpi_handle device_handle,
102 if (!device_handle) {
106 node = acpi_ns_map_handle_to_node(device_handle);
135 * PARAMETERS: device_handle - Handle to the Bus device we are querying
150 * the object indicated by the passed device_handle.
155 acpi_get_irq_routing_table(acpi_handle device_handle,
165 status = acpi_rs_validate_parameters(device_handle, ret_buffer, &node);
180 * PARAMETERS: device_handle - Handle to the device object for the
196 * the object indicated by the passed device_handle.
200 acpi_get_current_resources(acpi_handle device_handle,
210 status = acpi_rs_validate_parameters(device_handle, ret_buffer, &node);
225 * PARAMETERS: device_handle - Handle to the device object for the
242 acpi_get_possible_resources(acpi_handle device_handle,
252 status = acpi_rs_validate_parameters(device_handle, ret_buffer, &node);
267 * PARAMETERS: device_handle - Handle to the device object for the
281 acpi_set_current_resources(acpi_handle device_handle,
297 status = acpi_rs_validate_parameters(device_handle, in_buffer, &node);
371 * PARAMETERS: device_handle - Handle for the parent device object
386 acpi_get_vendor_resource(acpi_handle device_handle,
407 acpi_walk_resources(device_handle, name,
483 * PARAMETERS: device_handle - Handle to the device object for the
498 acpi_walk_resources(acpi_handle device_handle,
511 if (!device_handle || !user_function || !name ||
520 status = acpi_rs_get_method_data(device_handle, name, &buffer);