Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddbinput.c22 static u32 acpi_db_match_command(char *user_command);
648 * PARAMETERS: user_command - User command line
656 static u32 acpi_db_match_command(char *user_command) in acpi_db_match_command() argument
660 if (!user_command || user_command[0] == 0) { in acpi_db_match_command()
667 user_command) == acpi_gbl_db_commands[i].name) { in acpi_db_match_command()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Ddbinput.c22 static u32 acpi_db_match_command(char *user_command);
651 * PARAMETERS: user_command - User command line
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()

Completed in 3 milliseconds