Searched refs:msg_fifo (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/platform/amphion/ |
| H A D | vpu_msgs.c | 257 if (kfifo_len(&inst->msg_fifo) < bytes) in vpu_inst_receive_msg() 260 ret = kfifo_out(&inst->msg_fifo, pkt, bytes); in vpu_inst_receive_msg() 266 ret = kfifo_out(&inst->msg_fifo, pkt->data, bytes); in vpu_inst_receive_msg() 293 ret = kfifo_in(&inst->msg_fifo, pkt, bytes); in vpu_inst_handle_msg() 355 while (kfifo_len(&core->msg_fifo) >= SIZE) { in vpu_core_run_msg_work() 358 if (kfifo_out(&core->msg_fifo, &data, SIZE) == SIZE) in vpu_core_run_msg_work() 384 if (kfifo_len(&core->msg_fifo) >= bytes) in vpu_msg_delayed_work() 394 if (inst->workqueue && kfifo_len(&inst->msg_fifo) >= bytes) in vpu_msg_delayed_work() 416 if (kfifo_in(&core->msg_fifo, &irq, sizeof(irq)) != sizeof(irq)) in vpu_isr()
|
| H A D | vpu.h | 163 struct kfifo msg_fifo; member 247 struct kfifo msg_fifo; member
|
| H A D | vpu_dbg.c | 211 num = scnprintf(str, sizeof(str), "kfifo len = 0x%x\n", kfifo_len(&inst->msg_fifo)); in vpu_dbg_instance() 293 num = scnprintf(str, sizeof(str), "kfifo len = 0x%x\n", kfifo_len(&core->msg_fifo)); in vpu_dbg_core()
|
| /linux/sound/pci/mixart/ |
| H A D | mixart.h | 69 u32 msg_fifo[MSG_FIFO_SIZE]; member
|
| H A D | mixart_core.c | 333 msg = mgr->msg_fifo[mgr->msg_fifo_readptr]; in snd_mixart_process_msg() 537 mgr->msg_fifo[mgr->msg_fifo_writeptr] = msg; in snd_mixart_threaded_irq()
|