Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/acpica/
Ddbinput.c22 static u32 acpi_db_match_command(char *user_command);
636 static u32 acpi_db_match_command(char *user_command) in acpi_db_match_command() argument
640 if (!user_command || user_command[0] == 0) { in acpi_db_match_command()
647 user_command) == acpi_gbl_db_commands[i].name) { in acpi_db_match_command()