Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/cx25840/
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()
H A Dcx25840-core.h94 wait_queue_head_t fw_wait; member
/linux/sound/soc/codecs/
H A Dtas2783-sdw.c100 wait_queue_head_t fw_wait; member
800 wake_up(&tas_dev->fw_wait); in tas2783_fw_ready()
1168 ret = wait_event_timeout(tas_dev->fw_wait, tas_dev->fw_dl_task_done, in tas_io_init()
1329 init_waitqueue_head(&tas_dev->fw_wait); in tas_sdw_probe()