Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
H A Dallegro-core.c677 size_t body_no_wrap; in allegro_mbox_read() local
703 body_no_wrap = min((size_t)header->length, in allegro_mbox_read()
707 body_no_wrap / stride); in allegro_mbox_read()
709 dst + (sizeof(*header) + body_no_wrap) / sizeof(*dst), in allegro_mbox_read()
710 (header->length - body_no_wrap) / stride); in allegro_mbox_read()
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c841 size_t body_no_wrap; in allegro_mbox_read() local
867 body_no_wrap = min((size_t)header->length, in allegro_mbox_read()
871 body_no_wrap / stride); in allegro_mbox_read()
873 dst + (sizeof(*header) + body_no_wrap) / sizeof(*dst), in allegro_mbox_read()
874 (header->length - body_no_wrap) / stride); in allegro_mbox_read()

Completed in 12 milliseconds