Home
last modified time | relevance | path

Searched refs:inuse (Results 1 – 5 of 5) sorted by relevance

/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.h51 bool inuse; member
62 bool inuse; member
A Dusb_hc_ehci.c38 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()
/components/drivers/usb/cherryusb/port/rp2040/
A Dusb_hc_rp2040.c30 bool inuse; member
57 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()
/components/drivers/usb/cherryusb/port/musb/
A Dusb_hc_musb.c160 bool inuse; member
499 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()
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_hc_dwc2.c22 bool inuse; member
489 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