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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
460 skb = read_fifo(cs, HFCSX_SEL_D_RX, 0);
487 skb = read_fifo(cs, ((bcs->channel) && (!cs->hw.hfcsx.bswapped)) ?
662 skb = read_fifo(cs, HFCSX_SEL_B2_RX, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c136 isac->read_fifo(isac->dch.hw, isac->off, ptr, count);
952 hscx->ip->read_fifo(hscx->ip->hw,
955 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.c2253 hc->read_fifo(hc, skb_put(*sp, Zsize), Zsize);
2314 hc->read_fifo(hc, skb_put(*sp, Zsize), Zsize);
4368 hc->read_fifo = read_fifo_pcimem;
4421 hc->read_fifo = read_fifo_pcimem;
4449 hc->read_fifo = read_fifo_regio;
H A DmISDNisar.c109 isar->read_fifo(isar->hw, ISAR_MBOX, msg, isar->clsb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Domap_udc.c442 static int read_fifo(struct omap_ep *ep, struct omap_req *req) function
844 (is_in ? write_fifo : read_fifo)(ep, req);
1051 if ((is_in ? write_fifo : read_fifo)(ep, req) == 1)
1531 if (!req || (stat = read_fifo(ep0, req)) < 0) {
1930 (void) read_fifo(ep, req);
1971 stat = read_fifo(ep, req);
2062 read_fifo(ep, req);
H A Dimx_udc.c463 static int read_fifo(struct imx_ep_struct *imx_ep, struct imx_request *req) function
548 completed = read_fifo(imx_ep, req);
571 read_fifo(imx_ep, req);
H A Dat91_udc.c314 static int read_fifo (struct at91_ep *ep, struct at91_request *req) function
691 status = read_fifo(ep, req);
1035 return read_fifo(ep, req);
H A Dgoku_udc.c395 static int read_fifo(struct goku_ep *ep, struct goku_request *req) function
515 (ep->is_in ? write_fifo : read_fifo)(ep, req);
749 status = (ep->is_in ? write_fifo : read_fifo)(ep, req);
H A Dlh7a40x_udc.c549 static int read_fifo(struct lh7a40x_ep *ep, struct lh7a40x_request *req) function
842 read_fifo(ep, req);
1175 if (read_fifo(ep, req) == 1)
H A Dpxa25x_udc.c528 * read_fifo - unload packet(s) from the fifo we use for usb OUT
536 read_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) function
742 && read_fifo(ep, req)) {
1729 completed = read_fifo(ep, req);
H A Dnet2280.c543 read_fifo (struct net2280_ep *ep, struct net2280_request *req) function
891 if (read_fifo (ep, req)) {
2183 if (read_fifo (ep, req) && ep->num != 0)
H A Dpxa27x_udc.c912 * read_fifo - Transfer packets from OUT endpoint into usb request
925 static int read_fifo(struct pxa_ep *ep, struct pxa27x_request *req) function
1022 * Special ep0 version of the above read_fifo. Reads as many bytes from control
2129 completed = read_fifo(ep, req);

Completed in 255 milliseconds