Searched refs:msg_fifo (Results  1 – 7 of 7) sorted by relevance
| /Linux-v6.6/drivers/media/platform/amphion/ | 
| D | vpu_msgs.c | 236 	if (kfifo_len(&inst->msg_fifo) < bytes)  in vpu_inst_receive_msg()239 	ret = kfifo_out(&inst->msg_fifo, pkt, bytes);  in vpu_inst_receive_msg()
 245 		ret = kfifo_out(&inst->msg_fifo, pkt->data, bytes);  in vpu_inst_receive_msg()
 272 	ret = kfifo_in(&inst->msg_fifo, pkt, bytes);  in vpu_inst_handle_msg()
 334 	while (kfifo_len(&core->msg_fifo) >= SIZE) {  in vpu_core_run_msg_work()
 337 		if (kfifo_out(&core->msg_fifo, &data, SIZE) == SIZE)  in vpu_core_run_msg_work()
 363 	if (kfifo_len(&core->msg_fifo) >= bytes)  in vpu_msg_delayed_work()
 373 		if (inst->workqueue && kfifo_len(&inst->msg_fifo) >= bytes)  in vpu_msg_delayed_work()
 395 	if (kfifo_in(&core->msg_fifo, &irq, sizeof(irq)) != sizeof(irq))  in vpu_isr()
 
 | 
| D | vpu.h | 164 	struct kfifo msg_fifo;  member247 	struct kfifo msg_fifo;  member
 
 | 
| D | vpu_dbg.c | 184 	num = scnprintf(str, sizeof(str), "kfifo len = 0x%x\n", kfifo_len(&inst->msg_fifo));  in vpu_dbg_instance()266 	num = scnprintf(str, sizeof(str), "kfifo len = 0x%x\n", kfifo_len(&core->msg_fifo));  in vpu_dbg_core()
 
 | 
| D | vpu_core.c | 273 	ret = kfifo_init(&core->msg_fifo, core->msg_buffer, core->msg_buffer_size);  in vpu_core_register()
 | 
| D | vpu_v4l2.c | 752 		ret = kfifo_init(&inst->msg_fifo,  in vpu_v4l2_open()
 | 
| /Linux-v6.6/sound/pci/mixart/ | 
| D | mixart.h | 69 	u32 msg_fifo[MSG_FIFO_SIZE];  member
 | 
| D | mixart_core.c | 336 		msg = mgr->msg_fifo[mgr->msg_fifo_readptr];  in snd_mixart_process_msg()540 				mgr->msg_fifo[mgr->msg_fifo_writeptr] = msg;  in snd_mixart_threaded_irq()
 
 |