Home
last modified time | relevance | path

Searched refs:kfifo_get (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/samples/kfifo/
H A Dinttype-example.c90 while (kfifo_get(&test, &i)) { in testfunc()
H A Dbytestream-example.c97 while (kfifo_get(&test, &i)) { in testfunc()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Drk_fiq_debugger.c347 while (!console_thread_stop && kfifo_get(&fifo, &c)) { in console_thread()
353 while (!console_thread_stop && kfifo_get(&tty_fifo, &c)) { in console_thread()
397 while (fifo_count-- && kfifo_get(&fifo, &c)) in console_write()
/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvc_dcc.c136 while (kfifo_get(&outbuf, &ch)) in dcc_put_work_fn()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun4i_drv.c389 while (kfifo_get(&list.fifo, &endpoint)) { in sun4i_drv_probe()
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_driver.c195 count = kfifo_get(&drvdata->attn_fifo, &attn_data); in rmi_irq_fn()
936 count = kfifo_get(&data->attn_fifo, &attn_data); in rmi_disable_irq()
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Daer.c984 while (kfifo_get(&aer_recover_ring, &entry)) { in aer_recover_work_func()
1177 while (kfifo_get(&rpc->aer_fifo, &e_src)) in aer_isr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mmio.c148 while (kfifo_get(&dev->txstatus_fifo, &stat)) in mt76x02_process_tx_status_fifo()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkfifo.h442 #define kfifo_get(fifo, val) \ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dlinuxver.h791 #define kfifo_out_spinlocked(a, b, c, d) kfifo_get(a, (u8 *)b, c)
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dlinuxver.h861 #define kfifo_out_spinlocked(a, b, c, d) kfifo_get(a, (u8 *)b, c)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dlinuxver.h863 #define kfifo_out_spinlocked(a, b, c, d) kfifo_get(a, (u8 *)b, c)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dlinuxver.h863 #define kfifo_out_spinlocked(a, b, c, d) kfifo_get(a, (u8 *)b, c)
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dlinuxver.h912 #define kfifo_out_spinlocked(a, b, c, d) kfifo_get(a, (u8 *)b, c)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dlinuxver.h909 #define kfifo_out_spinlocked(a, b, c, d) kfifo_get(a, (u8 *)b, c)
/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c487 ret = kfifo_get(&ctx->queue->softqueue, &nextrequest); in sec_skcipher_alg_callback()
/OK3568_Linux_fs/kernel/mm/
H A Dmemory-failure.c1553 gotten = kfifo_get(&mf_cpu->fifo, &entry); in memory_failure_work_func()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_midi.c433 while (kfifo_get(&midi->in_req_fifo, &req)) in f_midi_disable()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c1368 while (kfifo_get(&hdev->mac_tnl_log, &stats)) { in hclge_dbg_dump_mac_tnl_status()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c4288 while (kfifo_get(&htt->txdone_fifo, &tx_done)) in ath10k_htt_txrx_compl_task()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c1106 while (quota-- > 0 && kfifo_get(&rt2x00dev->txstatus_fifo, &reg)) { in rt2800_txdone()