| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | aircable.c | 78 count = kfifo_out_locked(&port->write_fifo, buf + HCI_HEADER_LENGTH, in aircable_prepare_write_buffer()
|
| H A D | omninet.c | 165 count = kfifo_out_locked(&port->write_fifo, buf + OMNINET_HEADERLEN, in omninet_prepare_write_buffer()
|
| H A D | safe_serial.c | 234 count = kfifo_out_locked(&port->write_fifo, buf, size - trailer_len, in safe_prepare_write_buffer()
|
| H A D | kl5kusb105.c | 362 count = kfifo_out_locked(&port->write_fifo, buf + KLSI_HDR_LEN, size, in klsi_105_prepare_write_buffer()
|
| H A D | generic.c | 142 return kfifo_out_locked(&port->write_fifo, dest, size, &port->lock); in usb_serial_generic_prepare_write_buffer()
|
| H A D | oti6858.c | 313 count = kfifo_out_locked(&port->write_fifo, in send_data()
|
| H A D | mxuport.c | 198 count = kfifo_out_locked(&port->write_fifo, buf + HEADER_SIZE, in mxuport_prepare_write_buffer()
|
| H A D | cypress_m8.c | 736 count = kfifo_out_locked(&priv->write_fifo, in cypress_send()
|
| H A D | f81534.c | 495 tx_len = kfifo_out_locked(&port->write_fifo, in f81534_prepare_write_buffer()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/meye/ |
| H A D | meye.c | 790 if (kfifo_out_locked(&meye.grabq, (unsigned char *)&reqnr, in meye_irq() 811 if (kfifo_out_locked(&meye.grabq, (unsigned char *)&reqnr, in meye_irq() 958 if (kfifo_out_locked(&meye.doneq, (unsigned char *)&unused, in meyeioc_sync() 1320 if (!kfifo_out_locked(&meye.doneq, (unsigned char *)&reqnr, in vidioc_dqbuf()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi_tgt/ |
| H A D | libsrp.c | 142 if (kfifo_out_locked(&target->iu_queue.queue, (void *)&iue, in srp_iu_get()
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | sonypi.c | 765 while (kfifo_out_locked(&sonypi_device.input_fifo, (unsigned char *)&kp, in input_keyrelease() 914 (kfifo_out_locked(&sonypi_device.fifo, &c, sizeof(c), in sonypi_misc_read()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kfifo.h | 646 #define kfifo_out_locked(fifo, buf, n, lock) \ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | linuxver.h | 796 #define kfifo_out_spinlocked(a, b, c, d) kfifo_out_locked(a, b, c, d)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | linuxver.h | 866 #define kfifo_out_spinlocked(a, b, c, d) kfifo_out_locked(a, b, c, d)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | linuxver.h | 868 #define kfifo_out_spinlocked(a, b, c, d) kfifo_out_locked(a, b, c, d)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | linuxver.h | 868 #define kfifo_out_spinlocked(a, b, c, d) kfifo_out_locked(a, b, c, d)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | linuxver.h | 917 #define kfifo_out_spinlocked(a, b, c, d) kfifo_out_locked(a, b, c, d)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | linuxver.h | 914 #define kfifo_out_spinlocked(a, b, c, d) kfifo_out_locked(a, b, c, d)
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | fujitsu-laptop.c | 884 ret = kfifo_out_locked(&priv->fifo, (unsigned char *)&scancode, in acpi_fujitsu_laptop_release()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | ifx6x60.c | 451 temp_count = kfifo_out_locked(&ifx_dev->tx_fifo, in ifx_spi_prepare_tx_buffer()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/ |
| H A D | cx23888-ir.c | 647 n = kfifo_out_locked(&state->rx_kfifo, buf, n, &state->rx_kfifo_lock); in cx23888_ir_rx_read()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | sdio_uart.c | 448 len = kfifo_out_locked(xmit, iobuf, 16, &port->write_lock); in sdio_uart_transmit_chars()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/cx25840/ |
| H A D | cx25840-ir.c | 671 n = kfifo_out_locked(&ir_state->rx_kfifo, buf, n, in cx25840_ir_rx_read()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | n_gsm.c | 886 WARN_ON(len != kfifo_out_locked(&dlci->fifo, dp, len, in gsm_dlci_data_output()
|