Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_host.c172 ep->in_qh = qh; in musb_ep_set_qh()
179 return is_in ? ep->in_qh : ep->out_qh; in musb_ep_get_qh()
460 struct musb_qh *qh = hw_ep->in_qh; in musb_host_packet_rx()
895 struct musb_qh *qh = hw_ep->in_qh; in musb_h_ep0_continue()
973 struct musb_qh *qh = hw_ep->in_qh; in musb_h_ep0_irq()
1437 struct musb_qh *qh = hw_ep->in_qh; in musb_host_rx()
H A Dmusb_core.h266 struct musb_qh *in_qh; member
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_host.c179 ep->in_qh = qh; in musb_ep_set_qh()
186 return is_in ? ep->in_qh : ep->out_qh; in musb_ep_get_qh()
417 struct musb_qh *qh = hw_ep->in_qh; in musb_host_packet_rx()
984 struct musb_qh *qh = hw_ep->in_qh; in musb_h_ep0_continue()
1062 struct musb_qh *qh = hw_ep->in_qh; in musb_h_ep0_irq()
1735 struct musb_qh *qh = hw_ep->in_qh; in musb_host_rx()
H A Dmusb_core.h230 struct musb_qh *in_qh; member
H A Dmusb_cppi41.c538 hb_mult = cppi41_channel->hw_ep->in_qh->hb_mult; in cppi41_dma_channel_program()