Searched refs:inuse (Results 1 – 5 of 5) sorted by relevance
51 bool inuse; member62 bool inuse; member
38 if (!qtd->inuse) { in ehci_qtd_alloc()39 qtd->inuse = true; in ehci_qtd_alloc()64 qtd->inuse = false; in ehci_qtd_free()77 if (!qh->inuse) { in ehci_qh_alloc()78 qh->inuse = true; in ehci_qh_alloc()113 qh->inuse = false; in ehci_qh_free()
30 bool inuse; member57 if (!g_rp2040_hcd[bus->hcd.hcd_id].pipe_pool[chidx].inuse) { in rp2040_pipe_alloc()58 g_rp2040_hcd[bus->hcd.hcd_id].pipe_pool[chidx].inuse = true; in rp2040_pipe_alloc()76 pipe->inuse = false; in rp2040_pipe_free()
160 bool inuse; member499 if (!g_musb_hcd[bus->hcd.hcd_id].pipe_pool[chidx].inuse) {500 g_musb_hcd[bus->hcd.hcd_id].pipe_pool[chidx].inuse = true;516 pipe->inuse = false; in musb_pipe_free()
22 bool inuse; member489 if (!g_dwc2_hcd[bus->hcd.hcd_id].chan_pool[chidx].inuse) { in dwc2_chan_alloc()490 g_dwc2_hcd[bus->hcd.hcd_id].chan_pool[chidx].inuse = true; in dwc2_chan_alloc()511 chan->inuse = false; in dwc2_chan_free()
Completed in 25 milliseconds