Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/cx25840/
H A Dcx25840-core.h94 wait_queue_head_t fw_wait; member
H A Dcx25840-core.c605 wake_up(&state->fw_wait); in cx25840_work_handler()
722 init_waitqueue_head(&state->fw_wait); in cx25840_initialize()
725 prepare_to_wait(&state->fw_wait, &wait, TASK_UNINTERRUPTIBLE); in cx25840_initialize()
728 finish_wait(&state->fw_wait, &wait); in cx25840_initialize()
959 init_waitqueue_head(&state->fw_wait); in cx23885_initialize()
962 prepare_to_wait(&state->fw_wait, &wait, TASK_UNINTERRUPTIBLE); in cx23885_initialize()
965 finish_wait(&state->fw_wait, &wait); in cx23885_initialize()
1084 init_waitqueue_head(&state->fw_wait); in cx231xx_initialize()
1087 prepare_to_wait(&state->fw_wait, &wait, TASK_UNINTERRUPTIBLE); in cx231xx_initialize()
1090 finish_wait(&state->fw_wait, &wait); in cx231xx_initialize()