Lines Matching refs:wait
1070 wait_queue_head_t wait; member
1085 init_waitqueue_head(&pp->wait); in smu_open()
1102 wake_up_all(&pp->wait); in smu_user_cmd_done()
1167 DECLARE_WAITQUEUE(wait, current); in smu_read_command()
1182 add_wait_queue(&pp->wait, &wait); in smu_read_command()
1196 remove_wait_queue(&pp->wait, &wait); in smu_read_command()
1242 static unsigned int smu_fpoll(struct file *file, poll_table *wait) in smu_fpoll() argument
1252 poll_wait(file, &pp->wait, wait); in smu_fpoll()
1283 DECLARE_WAITQUEUE(wait, current); in smu_release()
1285 add_wait_queue(&pp->wait, &wait); in smu_release()
1295 remove_wait_queue(&pp->wait, &wait); in smu_release()