Searched refs:kfifo_get (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/samples/kfifo/ |
H A D | inttype-example.c | 90 while (kfifo_get(&test, &i)) { in testfunc()
|
H A D | bytestream-example.c | 97 while (kfifo_get(&test, &i)) { in testfunc()
|
/openbmc/linux/drivers/tty/hvc/ |
H A D | hvc_dcc.c | 131 while (kfifo_get(&outbuf, &ch)) in dcc_put_work()
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_drv.c | 391 while (kfifo_get(&list.fifo, &endpoint)) { in sun4i_drv_probe()
|
/openbmc/linux/drivers/input/rmi4/ |
H 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()
|
/openbmc/linux/drivers/pci/pcie/ |
H A D | aer.c | 996 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 D | mt76x02_mmio.c | 128 while (kfifo_get(&dev->txstatus_fifo, &stat)) in mt76x02_process_tx_status_fifo()
|
/openbmc/linux/include/linux/ |
H A D | kfifo.h | 442 #define kfifo_get(fifo, val) \ macro
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ad7124.c | 435 ret = kfifo_get(&st->live_cfgs_fifo, &lru_cfg); in ad7124_pop_config()
|
/openbmc/linux/drivers/crypto/hisilicon/sec/ |
H A D | sec_algs.c | 487 ret = kfifo_get(&ctx->queue->softqueue, &nextrequest); in sec_skcipher_alg_callback()
|
/openbmc/linux/drivers/hwtracing/ptt/ |
H A D | hisi_ptt.c | 560 while (kfifo_get(&hisi_ptt->filter_update_kfifo, &info)) { in hisi_ptt_update_filters()
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_midi.c | 433 while (kfifo_get(&midi->in_req_fifo, &req)) in f_midi_disable()
|
/openbmc/linux/mm/ |
H A D | memory-failure.c | 2453 gotten = kfifo_get(&mf_cpu->fifo, &entry); in memory_failure_work_func()
|
/openbmc/linux/drivers/tty/ |
H A D | mxser.c | 1590 if (!kfifo_get(&port->port.xmit_fifo, &c)) in mxser_transmit_chars()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_debugfs.c | 1978 while (kfifo_get(&hdev->mac_tnl_log, &stats)) { in hclge_dbg_dump_mac_tnl_status()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 4416 while (kfifo_get(&htt->txdone_fifo, &tx_done)) in ath10k_htt_txrx_compl_task()
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800lib.c | 1126 while (quota-- > 0 && kfifo_get(&rt2x00dev->txstatus_fifo, ®)) { in rt2800_txdone()
|