Home
last modified time | relevance | path

Searched refs:transfer_pending (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/musb/
H A Dmusb_host.c1215 bool transfer_pending = false; in musb_host_tx() local
1397 transfer_pending = true; in musb_host_tx()
1417 } else if ((usb_pipeisoc(pipe) || transfer_pending) && dma) { in musb_host_tx()
/kernel/linux/linux-6.6/drivers/usb/musb/
H A Dmusb_host.c1209 bool transfer_pending = false; in musb_host_tx() local
1391 transfer_pending = true; in musb_host_tx()
1411 } else if ((usb_pipeisoc(pipe) || transfer_pending) && dma) { in musb_host_tx()

Completed in 6 milliseconds