fw_wait           605 drivers/media/i2c/cx25840/cx25840-core.c 	wake_up(&state->fw_wait);
fw_wait           722 drivers/media/i2c/cx25840/cx25840-core.c 	init_waitqueue_head(&state->fw_wait);
fw_wait           725 drivers/media/i2c/cx25840/cx25840-core.c 		prepare_to_wait(&state->fw_wait, &wait, TASK_UNINTERRUPTIBLE);
fw_wait           728 drivers/media/i2c/cx25840/cx25840-core.c 		finish_wait(&state->fw_wait, &wait);
fw_wait           959 drivers/media/i2c/cx25840/cx25840-core.c 	init_waitqueue_head(&state->fw_wait);
fw_wait           962 drivers/media/i2c/cx25840/cx25840-core.c 		prepare_to_wait(&state->fw_wait, &wait, TASK_UNINTERRUPTIBLE);
fw_wait           965 drivers/media/i2c/cx25840/cx25840-core.c 		finish_wait(&state->fw_wait, &wait);
fw_wait          1084 drivers/media/i2c/cx25840/cx25840-core.c 	init_waitqueue_head(&state->fw_wait);
fw_wait          1087 drivers/media/i2c/cx25840/cx25840-core.c 		prepare_to_wait(&state->fw_wait, &wait, TASK_UNINTERRUPTIBLE);
fw_wait          1090 drivers/media/i2c/cx25840/cx25840-core.c 		finish_wait(&state->fw_wait, &wait);
fw_wait            94 drivers/media/i2c/cx25840/cx25840-core.h 	wait_queue_head_t fw_wait;