Lines Matching defs:action
21 acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action);
356 * action - What to do (REF_INCREMENT or REF_DECREMENT)
365 acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action)
385 /* Perform the reference count action (increment, decrement) */
387 switch (action) {
444 ACPI_ERROR((AE_INFO, "Unknown Reference Count action (0x%X)",
445 action));
466 * action - Either REF_INCREMENT or REF_DECREMENT
482 acpi_ut_update_object_reference(union acpi_operand_object *object, u16 action)
523 action);
554 action);
564 (next_object, action, &state_list);
587 action,
601 action,
632 acpi_ut_update_ref_count(object, action);