Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c126 int muxpack_ptr, muxpack_len; member
629 ttusb->muxpack_ptr = 0; in ttusb_process_frame()
639 ttusb->muxpack_ptr)) in ttusb_process_frame()
642 ttusb->muxpack_ptr; in ttusb_process_frame()
643 memcpy(ttusb->muxpack + ttusb->muxpack_ptr, in ttusb_process_frame()
645 ttusb->muxpack_ptr += avail; in ttusb_process_frame()
646 BUG_ON(ttusb->muxpack_ptr > 264); in ttusb_process_frame()
650 if (ttusb->muxpack_ptr == 2) { in ttusb_process_frame()
685 if ((ttusb->muxpack_ptr >= 2) && in ttusb_process_frame()
686 (ttusb->muxpack_ptr == in ttusb_process_frame()
[all …]