Home
last modified time | relevance | path

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

/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c120 int muxpack_ptr, muxpack_len; member
661 ttusb->muxpack_ptr = 0; in ttusb_process_frame()
671 ttusb->muxpack_ptr)) in ttusb_process_frame()
674 ttusb->muxpack_ptr; in ttusb_process_frame()
675 memcpy(ttusb->muxpack + ttusb->muxpack_ptr, in ttusb_process_frame()
677 ttusb->muxpack_ptr += avail; in ttusb_process_frame()
678 BUG_ON(ttusb->muxpack_ptr > 264); in ttusb_process_frame()
682 if (ttusb->muxpack_ptr == 2) { in ttusb_process_frame()
719 if ((ttusb->muxpack_ptr >= 2) && in ttusb_process_frame()
720 (ttusb->muxpack_ptr == in ttusb_process_frame()
[all …]