Lines Matching refs:wait
61 wait_queue_head_t wait; member
168 wake_up_interruptible(&cs_char_data.wait); in cs_notify()
854 DEFINE_WAIT(wait); in cs_hsi_data_sync()
865 prepare_to_wait(&hi->datawait, &wait, TASK_INTERRUPTIBLE); in cs_hsi_data_sync()
870 finish_wait(&hi->datawait, &wait); in cs_hsi_data_sync()
1122 static unsigned int cs_char_poll(struct file *file, poll_table *wait) in cs_char_poll() argument
1127 poll_wait(file, &cs_char_data.wait, wait); in cs_char_poll()
1149 DEFINE_WAIT(wait); in cs_char_read()
1171 prepare_to_wait_exclusive(&csdata->wait, &wait, in cs_char_read()
1174 finish_wait(&csdata->wait, &wait); in cs_char_read()
1383 init_waitqueue_head(&cs_char_data.wait); in cs_hsi_client_probe()