Lines Matching defs:function
82 * function - Read or Write operation
104 u32 function,
285 status = handler(function, address, bit_width, value, context,
538 * function - Passed to _REG: On (1) or Off (0)
547 acpi_ev_execute_reg_method(union acpi_operand_object *region_obj, u32 function)
572 * The method should always be updated as this function may be
593 if ((function == ACPI_REG_CONNECT &&
595 (function == ACPI_REG_DISCONNECT &&
629 args[1] = acpi_ut_create_integer_object((u64)function);
649 if (function == ACPI_REG_CONNECT) {
669 * function - Passed to _REG: On (1) or Off (0)
680 acpi_adr_space_type space_id, u32 function)
700 info.function = function;
787 status = acpi_ev_execute_reg_method(obj_desc, info->function);