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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 187 milliseconds