Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/usb/au0828/
Dau0828-video.c501 unsigned int vbi_field_size; in au0828_isoc_copy() local
603 vbi_field_size = dev->vbi_width * dev->vbi_height * 2; in au0828_isoc_copy()
604 if (dev->vbi_read < vbi_field_size) { in au0828_isoc_copy()
605 remain = vbi_field_size - dev->vbi_read; in au0828_isoc_copy()
620 if (dev->vbi_read >= vbi_field_size && buf != NULL) in au0828_isoc_copy()