Searched refs:kfifo_get (Results 1 – 14 of 14) sorted by relevance
/linux/samples/kfifo/ |
A D | inttype-example.c | 90 while (kfifo_get(&test, &i)) { in testfunc()
|
A D | bytestream-example.c | 97 while (kfifo_get(&test, &i)) { in testfunc()
|
/linux/drivers/gpu/drm/sun4i/ |
A D | sun4i_drv.c | 388 while (kfifo_get(&list.fifo, &endpoint)) { in sun4i_drv_probe()
|
/linux/drivers/input/rmi4/ |
A D | rmi_driver.c | 195 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()
|
/linux/drivers/pci/pcie/ |
A D | aer.c | 984 while (kfifo_get(&aer_recover_ring, &entry)) { in aer_recover_work_func() 1178 while (kfifo_get(&rpc->aer_fifo, &e_src)) in aer_isr()
|
/linux/drivers/net/wireless/mediatek/mt76/ |
A D | mt76x02_mmio.c | 127 while (kfifo_get(&dev->txstatus_fifo, &stat)) in mt76x02_process_tx_status_fifo()
|
/linux/include/linux/ |
A D | kfifo.h | 442 #define kfifo_get(fifo, val) \ macro
|
/linux/drivers/iio/adc/ |
A D | ad7124.c | 429 ret = kfifo_get(&st->live_cfgs_fifo, &lru_cfg); in ad7124_pop_config()
|
/linux/drivers/crypto/hisilicon/sec/ |
A D | sec_algs.c | 487 ret = kfifo_get(&ctx->queue->softqueue, &nextrequest); in sec_skcipher_alg_callback()
|
/linux/drivers/usb/gadget/function/ |
A D | f_midi.c | 433 while (kfifo_get(&midi->in_req_fifo, &req)) in f_midi_disable()
|
/linux/mm/ |
A D | memory-failure.c | 1905 gotten = kfifo_get(&mf_cpu->fifo, &entry); in memory_failure_work_func()
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
A D | hclge_debugfs.c | 1904 while (kfifo_get(&hdev->mac_tnl_log, &stats)) { in hclge_dbg_dump_mac_tnl_status()
|
/linux/drivers/net/wireless/ath/ath10k/ |
A D | htt_rx.c | 4285 while (kfifo_get(&htt->txdone_fifo, &tx_done)) in ath10k_htt_txrx_compl_task()
|
/linux/drivers/net/wireless/ralink/rt2x00/ |
A D | rt2800lib.c | 1106 while (quota-- > 0 && kfifo_get(&rt2x00dev->txstatus_fifo, ®)) { in rt2800_txdone()
|
Completed in 55 milliseconds