Home
last modified time | relevance | path

Searched refs:read_fifo (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v4.19/drivers/gnss/
Dcore.c78 kfifo_reset(&gdev->read_fifo); in gnss_release()
96 while (kfifo_is_empty(&gdev->read_fifo)) { in gnss_read()
107 !kfifo_is_empty(&gdev->read_fifo)); in gnss_read()
114 ret = kfifo_to_user(&gdev->read_fifo, buf, count, &copied); in gnss_read()
194 if (!kfifo_is_empty(&gdev->read_fifo)) in gnss_poll()
219 kfifo_free(&gdev->read_fifo); in gnss_device_release()
257 ret = kfifo_alloc(&gdev->read_fifo, GNSS_READ_FIFO_SIZE, GFP_KERNEL); in gnss_allocate_device()
325 ret = kfifo_in(&gdev->read_fifo, buf, count); in gnss_insert_raw()
/Linux-v4.19/drivers/isdn/hisax/
Dsportster.c40 read_fifo(unsigned int adr, u_char *data, int size) in read_fifo() function
68 read_fifo(cs->hw.spt.isac, data, size); in ReadISACfifo()
95 #define READHSCXFIFO(cs, nr, ptr, cnt) read_fifo(cs->hw.spt.hscx[nr], ptr, cnt)
Ds0box.c55 read_fifo(unsigned int padr, signed int adr, u_char *data, int size) in read_fifo() function
110 read_fifo(cs->hw.teles3.cfg_reg, cs->hw.teles3.isacfifo, data, size); in ReadISACfifo()
137 #define READHSCXFIFO(cs, nr, ptr, cnt) read_fifo(cs->hw.teles3.cfg_reg, cs->hw.teles3.hscxfifo[nr],…
Davm_a1.c42 read_fifo(unsigned int adr, u_char *data, int size) in read_fifo() function
70 read_fifo(cs->hw.avm.isacfifo, data, size); in ReadISACfifo()
97 #define READHSCXFIFO(cs, nr, ptr, cnt) read_fifo(cs->hw.avm.hscxfifo[nr], ptr, cnt)
Dteles3.c42 read_fifo(unsigned int adr, u_char *data, int size) in read_fifo() function
70 read_fifo(cs->hw.teles3.isacfifo, data, size); in ReadISACfifo()
97 #define READHSCXFIFO(cs, nr, ptr, cnt) read_fifo(cs->hw.teles3.hscxfifo[nr], ptr, cnt)
Dgazel.c58 read_fifo(unsigned int adr, u_char *data, int size) in read_fifo() function
146 read_fifo(cs->hw.gazel.isacfifo, data, size); in ReadISACfifo()
176 read_fifo(cs->hw.gazel.hscxfifo[hscx], data, size); in ReadHSCXfifo()
Dhfc_sx.c207 read_fifo(struct IsdnCardState *cs, u_char fifo, int trans_max) in read_fifo() function
462 skb = read_fifo(cs, HFCSX_SEL_D_RX, 0); in receive_dmsg()
489 skb = read_fifo(cs, ((bcs->channel) && (!cs->hw.hfcsx.bswapped)) ? in main_rec_hfcsx()
664 skb = read_fifo(cs, HFCSX_SEL_B2_RX, 0); in receive_emsg()
/Linux-v4.19/drivers/isdn/hardware/mISDN/
Dipac.h35 fifo_func *read_fifo; member
78 fifo_func *read_fifo; member
Disar.h52 fifo_func *read_fifo; member
Diohelper.h101 dest.read_fifo = &ReadFiFo##name##_##typ; \
Dhfc_multi_8xx.h129 hc->read_fifo = read_fifo_embsd; in setup_embedded()
Dhfc_multi.h179 void (*read_fifo)(struct hfc_multi *hc, u_char *data, member
DmISDNipac.c138 isac->read_fifo(isac->dch.hw, isac->off, ptr, count); in isac_empty_fifo()
962 hscx->ip->read_fifo(hscx->ip->hw, in hscx_empty_fifo()
965 hscx->ip->read_fifo(hscx->ip->hw, in hscx_empty_fifo()
/Linux-v4.19/drivers/usb/musb/
Dmusb_io.h30 void (*read_fifo)(struct musb_hw_ep *hw_ep, u16 len, u8 *buf); member
Dmusb_core.c409 return hw_ep->musb->io.read_fifo(hw_ep, len, dst); in musb_read_fifo()
2270 if (musb->ops->read_fifo) in musb_init_controller()
2271 musb->io.read_fifo = musb->ops->read_fifo; in musb_init_controller()
2273 musb->io.read_fifo = musb_default_read_fifo; in musb_init_controller()
Dmusb_core.h168 void (*read_fifo)(struct musb_hw_ep *hw_ep, u16 len, u8 *buf); member
Dam35x.c423 .read_fifo = am35x_read_fifo,
Dmusb_dsps.c871 dsps_ops.read_fifo = dsps_read_fifo32; in dsps_probe()
/Linux-v4.19/include/linux/
Dgnss.h50 struct kfifo read_fifo; member
/Linux-v4.19/drivers/usb/gadget/udc/
Domap_udc.c416 static int read_fifo(struct omap_ep *ep, struct omap_req *req) in read_fifo() function
793 (is_in ? write_fifo : read_fifo)(ep, req); in dma_channel_claim()
983 if ((is_in ? write_fifo : read_fifo)(ep, req) == 1) in omap_ep_queue()
1470 stat = read_fifo(ep0, req); in ep0_irq()
1875 (void) read_fifo(ep, req); in pio_out_timer()
1916 stat = read_fifo(ep, req); in omap_udc_pio_irq()
2007 read_fifo(ep, req); in omap_udc_iso_irq()
Dgoku_udc.c405 static int read_fifo(struct goku_ep *ep, struct goku_request *req) in read_fifo() function
525 (ep->is_in ? write_fifo : read_fifo)(ep, req); in pio_advance()
765 status = (ep->is_in ? write_fifo : read_fifo)(ep, req); in goku_queue()
Dat91_udc.c310 static int read_fifo (struct at91_ep *ep, struct at91_request *req) in read_fifo() function
686 status = read_fifo(ep, req); in at91_ep_queue()
1036 return read_fifo(ep, req); in handle_ep()
Dpxa25x_udc.c724 read_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in read_fifo() function
929 && read_fifo(ep, req)) { in pxa25x_ep_queue()
1891 completed = read_fifo(ep, req); in handle_ep()
Dpxa27x_udc.c872 static int read_fifo(struct pxa_ep *ep, struct pxa27x_request *req) in read_fifo() function
2057 completed = read_fifo(ep, req); in handle_ep()
Dnet2280.c709 static int read_fifo(struct net2280_ep *ep, struct net2280_request *req) in read_fifo() function
1075 if (read_fifo(ep, req) && in net2280_queue()
1081 } else if (read_fifo(ep, req) && in net2280_queue()
2690 if (read_fifo(ep, req) && ep->num != 0) in handle_ep_small()

12