Home
last modified time | relevance | path

Searched refs:is_shared_fifo (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/musb/
H A Dmusb_core.h213 bool is_shared_fifo; member
472 hw_ep->is_shared_fifo = true; in musb_read_fifosize()
476 hw_ep->is_shared_fifo = false; in musb_read_fifosize()
486 musb->endpoints[0].is_shared_fifo = true; in musb_configure_ep0()
H A Dmusb_gadget.c531 if (hw_ep->is_shared_fifo) in rxstate()
802 if (hw_ep->is_shared_fifo) in musb_g_rx()
973 if (hw_ep->is_shared_fifo) in musb_gadget_enable()
1012 if (hw_ep->is_shared_fifo) in musb_gadget_enable()
1035 if (hw_ep->is_shared_fifo) { in musb_gadget_enable()
1706 (!epnum || hw_ep->is_shared_fifo) ? "" : ( in init_peripheral_ep()
1727 if (!epnum || hw_ep->is_shared_fifo) { in init_peripheral_ep()
1751 if (hw_ep->is_shared_fifo /* || !epnum */) { in musb_g_init_endpoints()
H A Dmusb_host.c179 if (is_in != 0 || ep->is_shared_fifo) in musb_ep_set_qh()
181 if (is_in == 0 || ep->is_shared_fifo) in musb_ep_set_qh()
526 if (ep->is_shared_fifo) { in musb_rx_reinit()