Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_host.c171 ep->in_qh = qh; in musb_ep_set_qh()
178 return is_in ? ep->in_qh : ep->out_qh; in musb_ep_get_qh()
459 struct musb_qh *qh = hw_ep->in_qh; in musb_host_packet_rx()
894 struct musb_qh *qh = hw_ep->in_qh; in musb_h_ep0_continue()
972 struct musb_qh *qh = hw_ep->in_qh; in musb_h_ep0_irq()
1436 struct musb_qh *qh = hw_ep->in_qh; in musb_host_rx()
H A Dmusb_core.h269 struct musb_qh *in_qh; member
/openbmc/linux/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()
423 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()