Home
last modified time | relevance | path

Searched refs:kfifo_is_full (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvc_dcc.c140 while (!kfifo_is_full(&inbuf)) { in dcc_put_work_fn()
164 while (!kfifo_is_full(&inbuf)) { in dcc_get_work_fn()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkfifo.h284 #define kfifo_is_full(fifo) \ macro
416 __ret = !kfifo_is_full(__tmp); \
/OK3568_Linux_fs/kernel/drivers/soc/aspeed/
H A Daspeed-lpc-snoop.c125 if (kfifo_is_full(&chan->fifo)) in put_fifo_with_discard()
/OK3568_Linux_fs/kernel/drivers/most/
H A Dmost_cdev.c370 if (kfifo_is_full(&c->fifo)) in comp_rx_completion()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_stats_v1x.c360 if (!kfifo_is_full(&stats_vdev->rd_kfifo)) in rkisp1_stats_isr_v1x()
H A Disp_mipi_luma.c410 if (!kfifo_is_full(&luma_vdev->rd_kfifo)) in rkisp_luma_isr()
H A Disp_stats_v2x.c1412 if (!kfifo_is_full(&stats_vdev->rd_kfifo)) in rkisp_stats_isr_v2x()
H A Drkisp.c949 if (!kfifo_is_full(fifo)) in rkisp_rdbk_trigger_event()
2821 if (kfifo_is_full(&dev->emd_data_fifo[idx].mipi_kfifo)) in rkisp_isp_read_add_fifo_data()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcif-luma.c375 if (!kfifo_is_full(&luma_vdev->rd_kfifo)) in rkcif_luma_isr()
/OK3568_Linux_fs/kernel/drivers/memstick/host/
H A Dr592.c335 if (!kfifo_is_full(&dev->pio_fifo)) in r592_write_fifo_pio()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/
H A Drt2800mmio.c302 while (!kfifo_is_full(&rt2x00dev->txstatus_fifo)) { in rt2800mmio_fetch_txstatus()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/
H A Disp_stats.c563 if (!kfifo_is_full(&stats_vdev->rd_kfifo)) in rkisp1_stats_isr()
H A Drkisp1.c1427 if (kfifo_is_full(&dev->emd_data_fifo[idx].mipi_kfifo))
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.c885 while (!irq || !kfifo_is_full(&dev->txstatus_fifo)) { in mt76x02_mac_poll_tx_status()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-cdev.c520 if (kfifo_is_full(&lr->events)) { in linereq_put_event()