Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/i2c/cx25840/
Dcx25840-core.h72 wait_queue_head_t fw_wait; /* wake up when the fw load is finished */ member
Dcx25840-core.c393 wake_up(&state->fw_wait); in cx25840_work_handler()
421 init_waitqueue_head(&state->fw_wait); in cx25840_initialize()
423 prepare_to_wait(&state->fw_wait, &wait, TASK_UNINTERRUPTIBLE); in cx25840_initialize()
426 finish_wait(&state->fw_wait, &wait); in cx25840_initialize()
632 init_waitqueue_head(&state->fw_wait); in cx23885_initialize()
634 prepare_to_wait(&state->fw_wait, &wait, TASK_UNINTERRUPTIBLE); in cx23885_initialize()
637 finish_wait(&state->fw_wait, &wait); in cx23885_initialize()
747 init_waitqueue_head(&state->fw_wait); in cx231xx_initialize()
749 prepare_to_wait(&state->fw_wait, &wait, TASK_UNINTERRUPTIBLE); in cx231xx_initialize()
752 finish_wait(&state->fw_wait, &wait); in cx231xx_initialize()