Searched refs:pcf_wait (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/i2c/busses/
H A Di2c-elektor.c50 static wait_queue_head_t pcf_wait; variable
105 prepare_to_wait(&pcf_wait, &wait, TASK_INTERRUPTIBLE);
113 finish_wait(&pcf_wait, &wait);
128 wake_up_interruptible(&pcf_wait);
257 init_waitqueue_head(&pcf_wait);

Completed in 235 milliseconds