Lines Matching defs:method
535 * acpi_has_method: Check whether @handle has a method named @name
537 * @name: name of object or method
539 * Check whether @handle has a method named @name.
549 acpi_status acpi_execute_simple_method(acpi_handle handle, char *method,
557 return acpi_evaluate_object(handle, method, &arg_list, NULL);
562 * acpi_evaluate_ej0: Evaluate _EJ0 method for hotplug operations
565 * Evaluate device's _EJ0 method for hotplug operations.
581 * acpi_evaluate_lck: Evaluate _LCK method to lock/unlock device
585 * Evaluate device's _LCK method if present to lock/unlock device
605 * acpi_evaluate_reg: Evaluate _REG method to register OpRegion presence
611 * Evaluate device's _REG method to register OpRegion presence.
630 * acpi_evaluate_dsm - evaluate device's _DSM method
637 * Evaluate device's _DSM method with specified GUID, revision id and
683 * acpi_check_dsm - check if _DSM method supports requested functions.
689 * Evaluate device's _DSM method to check whether it supports requested