| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | xgene-hwmon.c | 466 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 D | kfifo.h | 541 #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 D | linuxver.h | 790 #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 D | dhd_linux_wq.c | 275 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 D | dhd_linux_wq.c | 276 bytes_copied = kfifo_in_spinlocked(fifo, &deferred_event, in dhd_deferred_schedule_work()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux_wq.c | 276 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 D | dhd_linux_wq.c | 276 bytes_copied = kfifo_in_spinlocked(fifo, &deferred_event, in dhd_deferred_schedule_work()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | linuxver.h | 860 #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 D | linuxver.h | 862 #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 D | linuxver.h | 862 #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 D | dhd_linux_wq.c | 283 bytes_copied = kfifo_in_spinlocked(fifo, &deferred_event, in dhd_deferred_schedule_work()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_wq.c | 283 bytes_copied = kfifo_in_spinlocked(fifo, &deferred_event, in dhd_deferred_schedule_work()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | linuxver.h | 911 #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 D | linuxver.h | 908 #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 D | stratix10-svc.c | 861 ret = kfifo_in_spinlocked(&chan->ctrl->svc_fifo, p_data, in stratix10_svc_send()
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | uart.c | 435 count = kfifo_in_spinlocked(&gb_tty->write_fifo, buf, count, in gb_tty_write()
|
| /OK3568_Linux_fs/kernel/drivers/pci/pcie/ |
| H A D | aer.c | 1023 if (kfifo_in_spinlocked(&aer_recover_ring, &entry, 1, in aer_recover_queue()
|
| /OK3568_Linux_fs/kernel/drivers/staging/fieldbus/anybuss/ |
| H A D | host.c | 343 ret = kfifo_in_spinlocked(q, &t, sizeof(t), slock); in ab_task_enqueue()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpiolib-cdev.c | 2152 ret = kfifo_in_spinlocked(&cdev->events, &chg, 1, &cdev->wait.lock); in lineinfo_changed_notify()
|