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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Dmusb_core.h273 bool is_shared_fifo; member in struct:musb_hw_ep
526 hw_ep->is_shared_fifo = false;
535 musb->endpoints[0].is_shared_fifo = true;
560 hw_ep->is_shared_fifo = true;
564 hw_ep->is_shared_fifo = false;
574 musb->endpoints[0].is_shared_fifo = true;
H A Dmusb_gadget.c525 if (hw_ep->is_shared_fifo)
704 if (hw_ep->is_shared_fifo)
848 if (hw_ep->is_shared_fifo)
885 if (hw_ep->is_shared_fifo)
907 if (hw_ep->is_shared_fifo) {
1535 (!epnum || hw_ep->is_shared_fifo) ? "" : (
1569 if (hw_ep->is_shared_fifo /* || !epnum */) {
1755 if (hw_ep->is_shared_fifo /* || !epnum */) {
H A Dmusb_core.c1195 hw_ep->is_shared_fifo = true;
1459 hw_ep->is_shared_fifo ? "shared" : "tx",
1464 if (hw_ep->max_packet_sz_rx && !hw_ep->is_shared_fifo) {
H A Dmusb_host.c186 if (is_in != 0 || ep->is_shared_fifo)
188 if (is_in == 0 || ep->is_shared_fifo)
559 if (ep->is_shared_fifo) {

Completed in 55 milliseconds