Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/platform/allegro-dvt/
Dallegro-core.c170 struct allegro_mbox *mbox_command; member
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()
3651 dev->mbox_command = allegro_mbox_init(dev, info->mailbox_cmd, in allegro_mcu_hw_init()
3655 if (IS_ERR(dev->mbox_command) || IS_ERR(dev->mbox_status)) { in allegro_mcu_hw_init()