Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vboxvideo/
Dvbva_base.c91 !record || !(record->len_and_flags & VBVA_F_RECORD_PARTIAL)) in vbva_write()
206 record->len_and_flags = VBVA_F_RECORD_PARTIAL; in vbva_buffer_begin_update()
219 !(record->len_and_flags & VBVA_F_RECORD_PARTIAL)); in vbva_buffer_end_update()
222 record->len_and_flags &= ~VBVA_F_RECORD_PARTIAL; in vbva_buffer_end_update()
Dvboxvideo.h123 #define VBVA_F_RECORD_PARTIAL 0x80000000u macro