Searched refs:fw_wait (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/i2c/cx25840/ |
| H A D | cx25840-core.c | 605 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 D | cx25840-core.h | 94 wait_queue_head_t fw_wait; member
|
| /linux/sound/soc/codecs/ |
| H A D | tas2783-sdw.c | 100 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()
|