Lines Matching defs:function
424 * must call this function when evaluating _OST for hotplug operations.
425 * When the platform does not support _OST, this function has no effect.
477 * This function is called through acpi_handle_<level> macros and prints
478 * a message with ACPI prefix and object path. This function acquires
508 * This function is called through acpi_handle_debug macro and debug
509 * prints a message with ACPI prefix and object path. This function
608 * @function: Parameter to pass to _REG one of ACPI_REG_CONNECT or
613 acpi_status acpi_evaluate_reg(acpi_handle handle, u8 space_id, u32 function)
621 params[1].integer.value = function;
633 * @rev: revision number of requested function
634 * @func: requested function number
635 * @argv4: the function specific parameter
638 * function number. Caller needs to free the returned object.
716 * function 0 for the specified GUID and revision.
757 * For this function to work, acpi_bus_scan() must have been executed
819 * Note that unlike acpi_dev_found() this function checks the status
821 * which are disabled (their _STA callback returns 0) this function
824 * For this function to work, acpi_bus_scan() must have been executed