Home
last modified time | relevance | path

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

/openbmc/linux/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); in pcf_isa_waitforpin()
113 finish_wait(&pcf_wait, &wait); in pcf_isa_waitforpin()
128 wake_up_interruptible(&pcf_wait); in pcf_isa_handler()
257 init_waitqueue_head(&pcf_wait); in elektor_probe()