Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c120 int muxpack_ptr, muxpack_len; member
662 ttusb->muxpack_ptr = 0; in ttusb_process_frame()
672 ttusb->muxpack_ptr)) in ttusb_process_frame()
675 ttusb->muxpack_ptr; in ttusb_process_frame()
676 memcpy(ttusb->muxpack + ttusb->muxpack_ptr, in ttusb_process_frame()
678 ttusb->muxpack_ptr += avail; in ttusb_process_frame()
679 BUG_ON(ttusb->muxpack_ptr > 264); in ttusb_process_frame()
683 if (ttusb->muxpack_ptr == 2) { in ttusb_process_frame()
720 if ((ttusb->muxpack_ptr >= 2) && in ttusb_process_frame()
721 (ttusb->muxpack_ptr == in ttusb_process_frame()
[all …]