handoff_fifo       73 drivers/dma/qcom/hidma.h 	DECLARE_KFIFO_PTR(handoff_fifo,
handoff_fifo      181 drivers/dma/qcom/hidma_ll.c 	while (kfifo_out(&lldev->handoff_fifo, &tre, 1)) {
handoff_fifo      225 drivers/dma/qcom/hidma_ll.c 	kfifo_put(&lldev->handoff_fifo, tre);
handoff_fifo      786 drivers/dma/qcom/hidma_ll.c 	rc = kfifo_alloc(&lldev->handoff_fifo, sz, GFP_KERNEL);