Lines Matching refs:wait
1077 wait_queue_head_t wait; member
1092 init_waitqueue_head(&pp->wait); in smu_open()
1109 wake_up_all(&pp->wait); in smu_user_cmd_done()
1174 DECLARE_WAITQUEUE(wait, current); in smu_read_command()
1187 add_wait_queue(&pp->wait, &wait); in smu_read_command()
1201 remove_wait_queue(&pp->wait, &wait); in smu_read_command()
1247 static unsigned int smu_fpoll(struct file *file, poll_table *wait) in smu_fpoll() argument
1257 poll_wait(file, &pp->wait, wait); in smu_fpoll()
1287 DECLARE_WAITQUEUE(wait, current); in smu_release()
1289 add_wait_queue(&pp->wait, &wait); in smu_release()
1299 remove_wait_queue(&pp->wait, &wait); in smu_release()