Home
last modified time | relevance | path

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

/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c170 struct allegro_mbox *mbox_command; member
1070 allegro_mbox_send(dev->mbox_command, &msg); in allegro_mcu_send_init()
1387 allegro_mbox_send(dev->mbox_command, &msg); in allegro_mcu_send_create_channel()
1404 allegro_mbox_send(dev->mbox_command, &msg); in allegro_mcu_send_destroy_channel()
1430 allegro_mbox_send(dev->mbox_command, &msg); in allegro_mcu_send_put_stream_buffer()
1460 allegro_mbox_send(dev->mbox_command, &msg); in allegro_mcu_send_encode_frame()
1524 err = allegro_mbox_send(dev->mbox_command, msg); in allegro_mcu_push_buffer_internal()
3717 dev->mbox_command = allegro_mbox_init(dev, info->mailbox_cmd, in allegro_mcu_hw_init()
3721 if (IS_ERR(dev->mbox_command) || IS_ERR(dev->mbox_status)) { in allegro_mcu_hw_init()