Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/pwc/
Dpwc-if.c336 if (flen < pdev->vlast_packet_size) { in pwc_isoc_handler()
347 pdev->vlast_packet_size = flen; in pwc_isoc_handler()
367 pdev->vlast_packet_size = 0; in pwc_isoc_init()
Dpwc.h249 int vlast_packet_size; /* for frame synchronisation */ member