Searched refs:allegro_mbox_send (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/ |
H A D | allegro-core.c | 718 * allegro_mbox_send() - Send a message via the mailbox 722 static int allegro_mbox_send(struct allegro_mbox *mbox, void *msg) in allegro_mbox_send() function 803 allegro_mbox_send(dev->mbox_command, &msg); in allegro_mcu_send_init() 1037 allegro_mbox_send(dev->mbox_command, &msg); in allegro_mcu_send_create_channel() 1054 allegro_mbox_send(dev->mbox_command, &msg); in allegro_mcu_send_destroy_channel() 1080 allegro_mbox_send(dev->mbox_command, &msg); in allegro_mcu_send_put_stream_buffer() 1109 allegro_mbox_send(dev->mbox_command, &msg); in allegro_mcu_send_encode_frame() 1173 err = allegro_mbox_send(dev->mbox_command, msg); in allegro_mcu_push_buffer_internal()
|
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/ |
H A D | allegro-core.c | 882 * allegro_mbox_send() - Send a message via the mailbox 886 static int allegro_mbox_send(struct allegro_mbox *mbox, void *msg) in allegro_mbox_send() function 1020 allegro_mbox_send(dev->mbox_command, &msg); in allegro_mcu_send_init() 1337 allegro_mbox_send(dev->mbox_command, &msg); in allegro_mcu_send_create_channel() 1354 allegro_mbox_send(dev->mbox_command, &msg); in allegro_mcu_send_destroy_channel() 1380 allegro_mbox_send(dev->mbox_command, &msg); in allegro_mcu_send_put_stream_buffer() 1410 allegro_mbox_send(dev->mbox_command, &msg); in allegro_mcu_send_encode_frame() 1474 err = allegro_mbox_send(dev->mbox_command, msg); in allegro_mcu_push_buffer_internal()
|
Completed in 9 milliseconds