Home
last modified time | relevance | path

Searched refs:kfifo_out_locked (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Daircable.c78 count = kfifo_out_locked(&port->write_fifo, buf + HCI_HEADER_LENGTH, in aircable_prepare_write_buffer()
H A Domninet.c165 count = kfifo_out_locked(&port->write_fifo, buf + OMNINET_HEADERLEN, in omninet_prepare_write_buffer()
H A Dsafe_serial.c234 count = kfifo_out_locked(&port->write_fifo, buf, size - trailer_len, in safe_prepare_write_buffer()
H A Dkl5kusb105.c362 count = kfifo_out_locked(&port->write_fifo, buf + KLSI_HDR_LEN, size, in klsi_105_prepare_write_buffer()
H A Dgeneric.c142 return kfifo_out_locked(&port->write_fifo, dest, size, &port->lock); in usb_serial_generic_prepare_write_buffer()
H A Doti6858.c313 count = kfifo_out_locked(&port->write_fifo, in send_data()
H A Dmxuport.c198 count = kfifo_out_locked(&port->write_fifo, buf + HEADER_SIZE, in mxuport_prepare_write_buffer()
H A Dcypress_m8.c736 count = kfifo_out_locked(&priv->write_fifo, in cypress_send()
H A Df81534.c495 tx_len = kfifo_out_locked(&port->write_fifo, in f81534_prepare_write_buffer()
/OK3568_Linux_fs/kernel/drivers/media/pci/meye/
H A Dmeye.c790 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 Dlibsrp.c142 if (kfifo_out_locked(&target->iu_queue.queue, (void *)&iue, in srp_iu_get()
/OK3568_Linux_fs/kernel/drivers/char/
H A Dsonypi.c765 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 Dkfifo.h646 #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 Dlinuxver.h796 #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 Dlinuxver.h866 #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 Dlinuxver.h868 #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 Dlinuxver.h868 #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 Dlinuxver.h917 #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 Dlinuxver.h914 #define kfifo_out_spinlocked(a, b, c, d) kfifo_out_locked(a, b, c, d)
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dfujitsu-laptop.c884 ret = kfifo_out_locked(&priv->fifo, (unsigned char *)&scancode, in acpi_fujitsu_laptop_release()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Difx6x60.c451 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 Dcx23888-ir.c647 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 Dsdio_uart.c448 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 Dcx25840-ir.c671 n = kfifo_out_locked(&ir_state->rx_kfifo, buf, n, in cx25840_ir_rx_read()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_gsm.c886 WARN_ON(len != kfifo_out_locked(&dlci->fifo, dp, len, in gsm_dlci_data_output()

12