Lines Matching full:convert
34 * DESCRIPTION: Convert an ACPI Object to an integer.
74 * Convert the buffer/string to an integer. Note that both buffers and in acpi_ex_convert_to_integer()
75 * strings are treated as raw data - we don't convert ascii to hex for in acpi_ex_convert_to_integer()
89 * Convert string to an integer - for most cases, the string must be in acpi_ex_convert_to_integer()
123 * Convert buffer to an integer - we simply grab enough raw data in acpi_ex_convert_to_integer()
170 * DESCRIPTION: Convert an ACPI Object to a Buffer
257 * DESCRIPTION: Convert an ACPI Integer to a hex or decimal string
379 * DESCRIPTION: Convert an ACPI Object to a string. Supports both implicit
458 /* Convert integer to string */ in acpi_ex_convert_to_string()
560 * Convert buffer bytes to hex or decimal values in acpi_ex_convert_to_string()
671 * These types require an Integer operand. We can convert in acpi_ex_convert_to_target_type()
681 * The operand must be a String. We can convert an in acpi_ex_convert_to_target_type()
691 * The operand must be a Buffer. We can convert an in acpi_ex_convert_to_target_type()