Lines Matching refs:wait
48 wait_queue_head_t wait; member
246 wake_up_interruptible(&acpi_aml_io.wait); in acpi_aml_unlock_fifo()
313 ret = wait_event_interruptible(acpi_aml_io.wait, in acpi_aml_write_log()
357 ret = wait_event_interruptible(acpi_aml_io.wait, in acpi_aml_read_cmd()
403 wake_up(&acpi_aml_io.wait); in acpi_aml_thread()
543 wake_up_interruptible(&acpi_aml_io.wait); in acpi_aml_release()
550 wait_event(acpi_aml_io.wait, !acpi_aml_busy()); in acpi_aml_release()
558 wait_event(acpi_aml_io.wait, !acpi_aml_used()); in acpi_aml_release()
617 ret = wait_event_interruptible(acpi_aml_io.wait, in acpi_aml_read()
687 ret = wait_event_interruptible(acpi_aml_io.wait, in acpi_aml_write()
711 static __poll_t acpi_aml_poll(struct file *file, poll_table *wait) in acpi_aml_poll() argument
715 poll_wait(file, &acpi_aml_io.wait, wait); in acpi_aml_poll()
750 init_waitqueue_head(&acpi_aml_io.wait); in acpi_aml_init()