Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/acpi/tools/acpidbg/
Dacpidbg.c118 static int acpi_aml_set_fd(int fd, int maxfd, fd_set *set) in acpi_aml_set_fd() function
293 maxfd = acpi_aml_set_fd(STDIN_FILENO, maxfd, &rfds); in acpi_aml_loop()
301 maxfd = acpi_aml_set_fd(fd, maxfd, &wfds); in acpi_aml_loop()
305 maxfd = acpi_aml_set_fd(fd, maxfd, &rfds); in acpi_aml_loop()
307 maxfd = acpi_aml_set_fd(STDOUT_FILENO, maxfd, &wfds); in acpi_aml_loop()
349 maxfd = acpi_aml_set_fd(fd, maxfd, &rfds); in acpi_aml_readable()