Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_dcc.c131 while (kfifo_get(&outbuf, &ch)) in dcc_put_work()
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_drv.c391 while (kfifo_get(&list.fifo, &endpoint)) { in sun4i_drv_probe()
/openbmc/linux/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()
/openbmc/linux/drivers/pci/pcie/
H A Daer.c996 while (kfifo_get(&aer_recover_ring, &entry)) { in aer_recover_work_func()
1199 while (kfifo_get(&rpc->aer_fifo, &e_src)) in aer_isr()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mmio.c128 while (kfifo_get(&dev->txstatus_fifo, &stat)) in mt76x02_process_tx_status_fifo()
/openbmc/linux/include/linux/
H A Dkfifo.h442 #define kfifo_get(fifo, val) \ macro
/openbmc/linux/drivers/iio/adc/
H A Dad7124.c435 ret = kfifo_get(&st->live_cfgs_fifo, &lru_cfg); in ad7124_pop_config()
/openbmc/linux/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c487 ret = kfifo_get(&ctx->queue->softqueue, &nextrequest); in sec_skcipher_alg_callback()
/openbmc/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.c560 while (kfifo_get(&hisi_ptt->filter_update_kfifo, &info)) { in hisi_ptt_update_filters()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_midi.c433 while (kfifo_get(&midi->in_req_fifo, &req)) in f_midi_disable()
/openbmc/linux/mm/
H A Dmemory-failure.c2453 gotten = kfifo_get(&mf_cpu->fifo, &entry); in memory_failure_work_func()
/openbmc/linux/drivers/tty/
H A Dmxser.c1590 if (!kfifo_get(&port->port.xmit_fifo, &c)) in mxser_transmit_chars()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c1978 while (kfifo_get(&hdev->mac_tnl_log, &stats)) { in hclge_dbg_dump_mac_tnl_status()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c4416 while (kfifo_get(&htt->txdone_fifo, &tx_done)) in ath10k_htt_txrx_compl_task()
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c1126 while (quota-- > 0 && kfifo_get(&rt2x00dev->txstatus_fifo, &reg)) { in rt2800_txdone()