Home
last modified time | relevance | path

Searched refs:kfifo_in_spinlocked (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dxgene-hwmon.c466 kfifo_in_spinlocked(&ctx->async_msg_fifo, msg, in xgene_hwmon_rx_ready()
519 kfifo_in_spinlocked(&ctx->async_msg_fifo, msg, in xgene_hwmon_rx_cb()
588 kfifo_in_spinlocked(&ctx->async_msg_fifo, &amsg, in xgene_hwmon_pcc_rx_cb()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkfifo.h541 #define kfifo_in_spinlocked(fifo, buf, n, lock) \ macro
573 kfifo_in_spinlocked(fifo, buf, n, lock)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dlinuxver.h790 #define kfifo_in_spinlocked(a, b, c, d) kfifo_put(a, (u8 *)b, c) macro
795 #define kfifo_in_spinlocked(a, b, c, d) kfifo_in_locked(a, b, c, d) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux_wq.c275 bytes_copied = kfifo_in_spinlocked(fifo, &deferred_event, in dhd_deferred_schedule_work()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_wq.c276 bytes_copied = kfifo_in_spinlocked(fifo, &deferred_event, in dhd_deferred_schedule_work()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_wq.c276 bytes_copied = kfifo_in_spinlocked(fifo, &deferred_event, in dhd_deferred_schedule_work()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_wq.c276 bytes_copied = kfifo_in_spinlocked(fifo, &deferred_event, in dhd_deferred_schedule_work()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dlinuxver.h860 #define kfifo_in_spinlocked(a, b, c, d) kfifo_put(a, (u8 *)b, c) macro
865 #define kfifo_in_spinlocked(a, b, c, d) kfifo_in_locked(a, b, c, d) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dlinuxver.h862 #define kfifo_in_spinlocked(a, b, c, d) kfifo_put(a, (u8 *)b, c) macro
867 #define kfifo_in_spinlocked(a, b, c, d) kfifo_in_locked(a, b, c, d) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dlinuxver.h862 #define kfifo_in_spinlocked(a, b, c, d) kfifo_put(a, (u8 *)b, c) macro
867 #define kfifo_in_spinlocked(a, b, c, d) kfifo_in_locked(a, b, c, d) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_wq.c283 bytes_copied = kfifo_in_spinlocked(fifo, &deferred_event, in dhd_deferred_schedule_work()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_wq.c283 bytes_copied = kfifo_in_spinlocked(fifo, &deferred_event, in dhd_deferred_schedule_work()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dlinuxver.h911 #define kfifo_in_spinlocked(a, b, c, d) kfifo_put(a, (u8 *)b, c) macro
916 #define kfifo_in_spinlocked(a, b, c, d) kfifo_in_locked(a, b, c, d) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dlinuxver.h908 #define kfifo_in_spinlocked(a, b, c, d) kfifo_put(a, (u8 *)b, c) macro
913 #define kfifo_in_spinlocked(a, b, c, d) kfifo_in_locked(a, b, c, d) macro
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Dstratix10-svc.c861 ret = kfifo_in_spinlocked(&chan->ctrl->svc_fifo, p_data, in stratix10_svc_send()
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Duart.c435 count = kfifo_in_spinlocked(&gb_tty->write_fifo, buf, count, in gb_tty_write()
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Daer.c1023 if (kfifo_in_spinlocked(&aer_recover_ring, &entry, 1, in aer_recover_queue()
/OK3568_Linux_fs/kernel/drivers/staging/fieldbus/anybuss/
H A Dhost.c343 ret = kfifo_in_spinlocked(q, &t, sizeof(t), slock); in ab_task_enqueue()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-cdev.c2152 ret = kfifo_in_spinlocked(&cdev->events, &chg, 1, &cdev->wait.lock); in lineinfo_changed_notify()