Symbol: write_fifo
drivers/isdn/hardware/mISDN/hfc_multi.h
181
void (*write_fifo)(struct hfc_multi *hc, u_char *data,
drivers/isdn/hardware/mISDN/hfc_multi_8xx.h
129
hc->write_fifo = write_fifo_embsd;
drivers/isdn/hardware/mISDN/hfcmulti.c
2054
hc->write_fifo(hc, hc->silence_data, poll >> 1);
drivers/isdn/hardware/mISDN/hfcmulti.c
2108
hc->write_fifo(hc, d, ii - i);
drivers/isdn/hardware/mISDN/hfcmulti.c
4366
hc->write_fifo = write_fifo_pcimem;
drivers/isdn/hardware/mISDN/hfcmulti.c
4419
hc->write_fifo = write_fifo_pcimem;
drivers/isdn/hardware/mISDN/hfcmulti.c
4447
hc->write_fifo = write_fifo_regio;
drivers/isdn/hardware/mISDN/iohelper.h
89
dest.write_fifo = &WriteFiFo##name##_##typ; \
drivers/isdn/hardware/mISDN/ipac.h
23
fifo_func *write_fifo;
drivers/isdn/hardware/mISDN/ipac.h
66
fifo_func *write_fifo;
drivers/isdn/hardware/mISDN/isar.h
40
fifo_func *write_fifo;
drivers/isdn/hardware/mISDN/mISDNipac.c
157
isac->write_fifo(isac->dch.hw, isac->off, ptr, count);
drivers/isdn/hardware/mISDN/mISDNipac.c
991
hscx->ip->write_fifo(hscx->ip->hw,
drivers/isdn/hardware/mISDN/mISDNipac.c
995
hscx->ip->write_fifo(hscx->ip->hw,
drivers/isdn/hardware/mISDN/mISDNisar.c
68
isar->write_fifo(isar->hw, ISAR_MBOX, msg, len);
drivers/net/can/m_can/m_can.c
365
return cdev->ops->write_fifo(cdev, addr_offset, val, val_count);
drivers/net/can/m_can/m_can.c
371
return cdev->ops->write_fifo(cdev, fpi, &val, 1);
drivers/net/can/m_can/m_can.h
68
int (*write_fifo)(struct m_can_classdev *cdev, int addr_offset,
drivers/net/can/m_can/m_can_pci.c
83
.write_fifo = iomap_write_fifo,
drivers/net/can/m_can/m_can_platform.c
74
.write_fifo = iomap_write_fifo,
drivers/net/can/m_can/tcan4x5x-core.c
405
.write_fifo = tcan4x5x_write_fifo,
drivers/spi/spi-synquacer.c
422
status = write_fifo(sspi);
drivers/spi/spi-synquacer.c
593
write_fifo(sspi);
drivers/staging/greybus/uart.c
245
send_size = kfifo_out_peek(&gb_tty->write_fifo,
drivers/staging/greybus/uart.c
273
ret = kfifo_out(&gb_tty->write_fifo, &request->data[0],
drivers/staging/greybus/uart.c
434
count = kfifo_in_spinlocked(&gb_tty->write_fifo, buf, count,
drivers/staging/greybus/uart.c
449
room = kfifo_avail(&gb_tty->write_fifo);
drivers/staging/greybus/uart.c
466
chars = kfifo_len(&gb_tty->write_fifo);
drivers/staging/greybus/uart.c
63
struct kfifo write_fifo;
drivers/staging/greybus/uart.c
745
kfifo_reset_out(&gb_tty->write_fifo);
drivers/staging/greybus/uart.c
771
kfifo_free(&gb_tty->write_fifo);
drivers/staging/greybus/uart.c
847
retval = kfifo_alloc(&gb_tty->write_fifo, GB_UART_WRITE_FIFO_SIZE,
drivers/usb/gadget/udc/at91_udc.c
1025
return write_fifo(ep, req);
drivers/usb/gadget/udc/at91_udc.c
685
status = write_fifo(ep, req);
drivers/usb/gadget/udc/goku_udc.c
528
(ep->is_in ? write_fifo : read_fifo)(ep, req);
drivers/usb/gadget/udc/goku_udc.c
768
status = (ep->is_in ? write_fifo : read_fifo)(ep, req);
drivers/usb/gadget/udc/net2280.c
1050
write_fifo(ep, _req);
drivers/usb/gadget/udc/net2280.c
2571
write_fifo(ep, NULL);
drivers/usb/gadget/udc/net2280.c
2752
write_fifo(ep, &req->req);
drivers/usb/gadget/udc/omap_udc.c
1437
stat = write_fifo(ep0, req);
drivers/usb/gadget/udc/omap_udc.c
1954
(void) write_fifo(ep, req);
drivers/usb/gadget/udc/omap_udc.c
1997
write_fifo(ep, req);
drivers/usb/gadget/udc/omap_udc.c
795
(is_in ? write_fifo : read_fifo)(ep, req);
drivers/usb/gadget/udc/omap_udc.c
985
if ((is_in ? write_fifo : read_fifo)(ep, req) == 1)
drivers/usb/gadget/udc/pxa25x_udc.c
1840
completed = write_fifo(ep, req);
drivers/usb/gadget/udc/pxa25x_udc.c
922
&& write_fifo(ep, req))
drivers/usb/gadget/udc/pxa27x_udc.c
2051
completed = write_fifo(ep, req);
drivers/usb/musb/musb_core.c
2433
if (musb->ops->write_fifo)
drivers/usb/musb/musb_core.c
2434
musb->io.write_fifo = musb->ops->write_fifo;
drivers/usb/musb/musb_core.c
2436
musb->io.write_fifo = musb_default_write_fifo;
drivers/usb/musb/musb_core.c
454
return hw_ep->musb->io.write_fifo(hw_ep, len, src);
drivers/usb/musb/musb_core.h
176
void (*write_fifo)(struct musb_hw_ep *hw_ep, u16 len, const u8 *buf);
drivers/usb/musb/musb_io.h
33
void (*write_fifo)(struct musb_hw_ep *hw_ep, u16 len, const u8 *buf);
drivers/usb/musb/tusb6010.c
1201
.write_fifo = tusb_write_fifo,
drivers/usb/serial/aircable.c
78
count = kfifo_out_locked(&port->write_fifo, buf + HCI_HEADER_LENGTH,
drivers/usb/serial/cypress_m8.c
454
if (kfifo_alloc(&priv->write_fifo, CYPRESS_BUF_SIZE, GFP_KERNEL)) {
drivers/usb/serial/cypress_m8.c
571
kfifo_free(&priv->write_fifo);
drivers/usb/serial/cypress_m8.c
641
kfifo_reset_out(&priv->write_fifo);
drivers/usb/serial/cypress_m8.c
672
count = kfifo_in_locked(&priv->write_fifo, buf, count, &priv->lock);
drivers/usb/serial/cypress_m8.c
732
count = kfifo_out_locked(&priv->write_fifo,
drivers/usb/serial/cypress_m8.c
798
room = kfifo_avail(&priv->write_fifo);
drivers/usb/serial/cypress_m8.c
965
chars = kfifo_len(&priv->write_fifo);
drivers/usb/serial/cypress_m8.c
98
struct kfifo write_fifo; /* write fifo */
drivers/usb/serial/f81534.c
1118
kfifo_reset_out(&port->write_fifo);
drivers/usb/serial/f81534.c
1477
bytes_out = kfifo_in_locked(&port->write_fifo, buf, count,
drivers/usb/serial/f81534.c
493
tx_len = kfifo_out_locked(&port->write_fifo,
drivers/usb/serial/f81534.c
510
if (kfifo_is_empty(&port->write_fifo)) {
drivers/usb/serial/ftdi_sio.c
2384
c = kfifo_out(&port->write_fifo, &buffer[i + 1], len);
drivers/usb/serial/ftdi_sio.c
2393
count = kfifo_out_locked(&port->write_fifo, dest, size,
drivers/usb/serial/generic.c
128
kfifo_reset_out(&port->write_fifo);
drivers/usb/serial/generic.c
141
return kfifo_out_locked(&port->write_fifo, dest, size, &port->lock);
drivers/usb/serial/generic.c
165
if (!port->write_urbs_free || !kfifo_len(&port->write_fifo)) {
drivers/usb/serial/generic.c
223
count = kfifo_in_locked(&port->write_fifo, buf, count, &port->lock);
drivers/usb/serial/generic.c
242
room = kfifo_avail(&port->write_fifo);
drivers/usb/serial/generic.c
259
chars = kfifo_len(&port->write_fifo) + port->tx_bytes;
drivers/usb/serial/io_ti.c
1983
kfifo_reset_out(&port->write_fifo);
drivers/usb/serial/io_ti.c
2015
count = kfifo_in_locked(&port->write_fifo, data, count,
drivers/usb/serial/io_ti.c
2035
count = kfifo_out(&port->write_fifo,
drivers/usb/serial/io_ti.c
2085
room = kfifo_avail(&port->write_fifo);
drivers/usb/serial/io_ti.c
2102
chars = kfifo_len(&port->write_fifo);
drivers/usb/serial/keyspan_pda.c
481
count = kfifo_len(&port->write_fifo);
drivers/usb/serial/keyspan_pda.c
495
count = kfifo_out(&port->write_fifo, urb->transfer_buffer, count);
drivers/usb/serial/keyspan_pda.c
549
count = kfifo_in_locked(&port->write_fifo, buf, count, &port->lock);
drivers/usb/serial/keyspan_pda.c
607
kfifo_reset(&port->write_fifo);
drivers/usb/serial/kl5kusb105.c
333
count = kfifo_out_locked(&port->write_fifo, buf + KLSI_HDR_LEN, size,
drivers/usb/serial/mxuport.c
198
count = kfifo_out_locked(&port->write_fifo, buf + HEADER_SIZE,
drivers/usb/serial/omninet.c
162
count = kfifo_out_locked(&port->write_fifo, buf + OMNINET_HEADERLEN,
drivers/usb/serial/oti6858.c
280
count = kfifo_len(&port->write_fifo);
drivers/usb/serial/oti6858.c
313
count = kfifo_out_locked(&port->write_fifo,
drivers/usb/serial/oti6858.c
361
count = kfifo_in_locked(&port->write_fifo, buf, count, &port->lock);
drivers/usb/serial/oti6858.c
373
room = kfifo_avail(&port->write_fifo);
drivers/usb/serial/oti6858.c
386
chars = kfifo_len(&port->write_fifo);
drivers/usb/serial/oti6858.c
562
kfifo_reset_out(&port->write_fifo);
drivers/usb/serial/oti6858.c
739
count = kfifo_len(&port->write_fifo);
drivers/usb/serial/safe_serial.c
234
count = kfifo_out_locked(&port->write_fifo, buf, size - trailer_len,
drivers/usb/serial/ti_usb_3410_5052.c
1295
count = kfifo_out(&port->write_fifo,
drivers/usb/serial/ti_usb_3410_5052.c
771
kfifo_reset_out(&port->write_fifo);
drivers/usb/serial/ti_usb_3410_5052.c
802
count = kfifo_in_locked(&port->write_fifo, data, count,
drivers/usb/serial/ti_usb_3410_5052.c
818
room = kfifo_avail(&port->write_fifo);
drivers/usb/serial/ti_usb_3410_5052.c
834
chars = kfifo_len(&port->write_fifo);
drivers/usb/serial/usb-serial.c
678
kfifo_free(&port->write_fifo);
drivers/usb/serial/usb-serial.c
881
if (kfifo_alloc(&port->write_fifo, PAGE_SIZE, GFP_KERNEL))
include/linux/usb/serial.h
94
struct kfifo write_fifo;