Searched refs:fw_wait (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/cx25840/ |
H A D | cx25840-core.h | 64 * @fw_wait: wait queue to wake an initialization function up when 94 wait_queue_head_t fw_wait; member
|
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, in cx231xx_initialize() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/cx25840/ |
H A D | cx25840-core.h | 64 * @fw_wait: wait queue to wake an initialization function up when 94 wait_queue_head_t fw_wait; member
|
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, in cx231xx_initialize() [all...] |
Completed in 5 milliseconds