Lines Matching refs:empty
200 bool empty;
203 empty = musb_is_tx_fifo_empty(hw_ep);
204 if (empty) {
232 bool empty;
272 empty = true;
274 empty = musb_is_tx_fifo_empty(hw_ep);
277 if (!cppi41_channel->is_tx || empty) {
284 * too early that means the TXFIFO is not yet empty but the DMA
286 * receive a FIFO empty interrupt so the only thing we can do is
303 empty = musb_is_tx_fifo_empty(hw_ep);
304 if (empty) {