Home
last modified time | relevance | path

Searched refs:user_command (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/acpi/acpica/
H A Ddbinput.c22 static u32 acpi_db_match_command(char *user_command);
659 static u32 acpi_db_match_command(char *user_command) in acpi_db_match_command() argument
663 if (!user_command || user_command[0] == 0) { in acpi_db_match_command()
670 user_command) == acpi_gbl_db_commands[i].name) { in acpi_db_match_command()