Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/musb/
Dmusb_core.h204 bool is_shared_fifo; member
463 hw_ep->is_shared_fifo = true; in musb_read_fifosize()
467 hw_ep->is_shared_fifo = false; in musb_read_fifosize()
477 musb->endpoints[0].is_shared_fifo = true; in musb_configure_ep0()
Dmusb_gadget.c541 if (hw_ep->is_shared_fifo) in rxstate()
809 if (hw_ep->is_shared_fifo) in musb_g_rx()
980 if (hw_ep->is_shared_fifo) in musb_gadget_enable()
1019 if (hw_ep->is_shared_fifo) in musb_gadget_enable()
1042 if (hw_ep->is_shared_fifo) { in musb_gadget_enable()
1716 (!epnum || hw_ep->is_shared_fifo) ? "" : ( in init_peripheral_ep()
1737 if (!epnum || hw_ep->is_shared_fifo) { in init_peripheral_ep()
1762 if (hw_ep->is_shared_fifo /* || !epnum */) { in musb_g_init_endpoints()
Dmusb_host.c178 if (is_in != 0 || ep->is_shared_fifo) in musb_ep_set_qh()
180 if (is_in == 0 || ep->is_shared_fifo) in musb_ep_set_qh()
537 if (ep->is_shared_fifo) { in musb_rx_reinit()
Dmusb_core.c1303 hw_ep->is_shared_fifo = true; in fifo_setup()
1557 hw_ep->is_shared_fifo ? "shared" : "tx", in musb_core_init()
1562 if (hw_ep->max_packet_sz_rx && !hw_ep->is_shared_fifo) { in musb_core_init()