Searched refs:acpi_os_get_line (Results 1 – 4 of 4) sorted by relevance
349 acpi_status acpi_os_get_line(char *buffer, u32 buffer_length, u32 *bytes_read);
75 * editing that we need in acpi_os_get_line.426 * FUNCTION: acpi_os_get_line440 acpi_status acpi_os_get_line(char *buffer, u32 buffer_length, u32 *bytes_read) in acpi_os_get_line() function 445 /* Standard acpi_os_get_line for all utilities except acpi_exec */ in acpi_os_get_line()
1336 acpi_status acpi_os_get_line(char *buffer, u32 buffer_length, u32 *bytes_read) in acpi_os_get_line() function 1360 EXPORT_SYMBOL(acpi_os_get_line);
336 * This function should be used to implement acpi_os_get_line() to capture373 * acpi_os_get_line() requires a zero terminated command in acpi_aml_read_cmd() 451 status = acpi_os_get_line(buffer, length, NULL); in acpi_aml_wait_command_ready()