Searched refs:read_fifo (Results 1 - 21 of 21) sorted by relevance

/drivers/isdn/hisax/
H A Dsportster.c40 read_fifo(unsigned int adr, u_char *data, int size) function
68 read_fifo(cs->hw.spt.isac, data, size);
95 #define READHSCXFIFO(cs, nr, ptr, cnt) read_fifo(cs->hw.spt.hscx[nr], ptr, cnt)
H A Davm_a1.c42 read_fifo(unsigned int adr, u_char *data, int size) function
70 read_fifo(cs->hw.avm.isacfifo, data, size);
97 #define READHSCXFIFO(cs, nr, ptr, cnt) read_fifo(cs->hw.avm.hscxfifo[nr], ptr, cnt)
H A Ds0box.c55 read_fifo(unsigned int padr, signed int adr, u_char *data, int size) function
110 read_fifo(cs->hw.teles3.cfg_reg, cs->hw.teles3.isacfifo, data, size);
137 #define READHSCXFIFO(cs, nr, ptr, cnt) read_fifo(cs->hw.teles3.cfg_reg, cs->hw.teles3.hscxfifo[nr], ptr, cnt)
H A Dteles3.c42 read_fifo(unsigned int adr, u_char *data, int size) function
70 read_fifo(cs->hw.teles3.isacfifo, data, size);
97 #define READHSCXFIFO(cs, nr, ptr, cnt) read_fifo(cs->hw.teles3.hscxfifo[nr], ptr, cnt)
H A Dgazel.c58 read_fifo(unsigned int adr, u_char *data, int size) function
144 read_fifo(cs->hw.gazel.isacfifo, data, size);
174 read_fifo(cs->hw.gazel.hscxfifo[hscx], data, size);
H A Dhfc_sx.c202 /* read_fifo reads data to an skb from the desired fifo */
207 read_fifo(struct IsdnCardState *cs, u_char fifo, int trans_max) function
461 skb = read_fifo(cs, HFCSX_SEL_D_RX, 0);
488 skb = read_fifo(cs, ((bcs->channel) && (!cs->hw.hfcsx.bswapped)) ?
663 skb = read_fifo(cs, HFCSX_SEL_B2_RX, 0);
/drivers/isdn/hardware/mISDN/
H A Diohelper.h101 dest.read_fifo = &ReadFiFo##name##_##typ; \
H A Dipac.h35 fifo_func *read_fifo; member in struct:isac_hw
78 fifo_func *read_fifo; member in struct:ipac_hw
H A Dhfc_multi_8xx.h128 hc->read_fifo = read_fifo_embsd;
H A Disar.h52 fifo_func *read_fifo; member in struct:isar_hw
H A DmISDNipac.c137 isac->read_fifo(isac->dch.hw, isac->off, ptr, count);
953 hscx->ip->read_fifo(hscx->ip->hw,
956 hscx->ip->read_fifo(hscx->ip->hw,
H A Dhfc_multi.h178 void (*read_fifo)(struct hfc_multi *hc, u_char *data, member in struct:hfc_multi
H A Dhfcmulti.c2261 hc->read_fifo(hc, skb_put(*sp, Zsize), Zsize);
2322 hc->read_fifo(hc, skb_put(*sp, Zsize), Zsize);
4376 hc->read_fifo = read_fifo_pcimem;
4429 hc->read_fifo = read_fifo_pcimem;
4457 hc->read_fifo = read_fifo_regio;
H A DmISDNisar.c110 isar->read_fifo(isar->hw, ISAR_MBOX, msg, isar->clsb);
/drivers/usb/gadget/
H A Domap_udc.c434 static int read_fifo(struct omap_ep *ep, struct omap_req *req) function
836 (is_in ? write_fifo : read_fifo)(ep, req);
1043 if ((is_in ? write_fifo : read_fifo)(ep, req) == 1)
1529 if (!req || (stat = read_fifo(ep0, req)) < 0) {
1933 (void) read_fifo(ep, req);
1974 stat = read_fifo(ep, req);
2065 read_fifo(ep, req);
H A Dat91_udc.c307 static int read_fifo (struct at91_ep *ep, struct at91_request *req) function
685 status = read_fifo(ep, req);
1035 return read_fifo(ep, req);
H A Dgoku_udc.c408 static int read_fifo(struct goku_ep *ep, struct goku_request *req) function
528 (ep->is_in ? write_fifo : read_fifo)(ep, req);
768 status = (ep->is_in ? write_fifo : read_fifo)(ep, req);
H A Dimx_udc.c464 static int read_fifo(struct imx_ep_struct *imx_ep, struct imx_request *req) function
549 completed = read_fifo(imx_ep, req);
572 read_fifo(imx_ep, req);
H A Dpxa25x_udc.c508 * read_fifo - unload packet(s) from the fifo we use for usb OUT
516 read_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) function
721 && read_fifo(ep, req)) {
1706 completed = read_fifo(ep, req);
H A Dnet2280.c547 read_fifo (struct net2280_ep *ep, struct net2280_request *req) function
903 if (read_fifo (ep, req)) {
2127 if (read_fifo (ep, req) && ep->num != 0)
H A Dpxa27x_udc.c939 * read_fifo - Transfer packets from OUT endpoint into usb request
952 static int read_fifo(struct pxa_ep *ep, struct pxa27x_request *req) function
1049 * Special ep0 version of the above read_fifo. Reads as many bytes from control
2160 completed = read_fifo(ep, req);

Completed in 165 milliseconds