Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/allegro-dvt/
Dallegro-core.c816 size_t body_no_wrap; in allegro_mbox_read() local
842 body_no_wrap = min((size_t)header->length, in allegro_mbox_read()
846 body_no_wrap / stride); in allegro_mbox_read()
848 dst + (sizeof(*header) + body_no_wrap) / sizeof(*dst), in allegro_mbox_read()
849 (header->length - body_no_wrap) / stride); in allegro_mbox_read()