Searched refs:acpi_getopt (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | acapps.h | 100 int acpi_getopt(int argc, char **argv, char *opts);
|
/kernel/linux/linux-5.10/tools/power/acpi/common/ |
H A D | getopt.c | 45 * two-character options after the original call to acpi_getopt. 48 * (After call to acpi_getopt, we need to backup to the previous 77 * FUNCTION: acpi_getopt 88 int acpi_getopt(int argc, char **argv, char *opts) in acpi_getopt() function
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | acapps.h | 100 int acpi_getopt(int argc, char **argv, char *opts);
|
/kernel/linux/linux-6.6/tools/power/acpi/common/ |
H A D | getopt.c | 45 * two-character options after the original call to acpi_getopt. 48 * (After call to acpi_getopt, we need to backup to the previous 77 * FUNCTION: acpi_getopt 88 int acpi_getopt(int argc, char **argv, char *opts) in acpi_getopt() function
|
/kernel/linux/linux-5.10/tools/power/acpi/tools/acpidump/ |
H A D | apmain.c | 138 acpi_getopt(argc, argv, AP_SUPPORTED_OPTIONS)) != ACPI_OPT_END) in ap_do_options()
|
/kernel/linux/linux-6.6/tools/power/acpi/tools/acpidump/ |
H A D | apmain.c | 138 acpi_getopt(argc, argv, AP_SUPPORTED_OPTIONS)) != ACPI_OPT_END) in ap_do_options()
|
Completed in 4 milliseconds