wq_txrdy          229 sound/soc/atmel/mchp-i2s-mcc.c 	struct wait_queue_head			wq_txrdy;
wq_txrdy          278 sound/soc/atmel/mchp-i2s-mcc.c 		wake_up_interruptible(&dev->wq_txrdy);
wq_txrdy          695 sound/soc/atmel/mchp-i2s-mcc.c 		err = wait_event_interruptible_timeout(dev->wq_txrdy,
wq_txrdy          825 sound/soc/atmel/mchp-i2s-mcc.c 	init_waitqueue_head(&dev->wq_txrdy);