Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/cx25840/
Dcx25840-core.h98 wait_queue_head_t fw_wait; member
Dcx25840-core.c389 wake_up(&state->fw_wait); in cx25840_work_handler()
417 init_waitqueue_head(&state->fw_wait); in cx25840_initialize()
420 prepare_to_wait(&state->fw_wait, &wait, TASK_UNINTERRUPTIBLE); in cx25840_initialize()
423 finish_wait(&state->fw_wait, &wait); in cx25840_initialize()
649 init_waitqueue_head(&state->fw_wait); in cx23885_initialize()
652 prepare_to_wait(&state->fw_wait, &wait, TASK_UNINTERRUPTIBLE); in cx23885_initialize()
655 finish_wait(&state->fw_wait, &wait); in cx23885_initialize()
769 init_waitqueue_head(&state->fw_wait); in cx231xx_initialize()
772 prepare_to_wait(&state->fw_wait, &wait, TASK_UNINTERRUPTIBLE); in cx231xx_initialize()
775 finish_wait(&state->fw_wait, &wait); in cx231xx_initialize()