Searched refs:muxpack_ptr (Results 1 – 1 of 1) sorted by relevance
115 int muxpack_ptr, muxpack_len; member657 ttusb->muxpack_ptr = 0; in ttusb_process_frame()667 ttusb->muxpack_ptr)) in ttusb_process_frame()670 ttusb->muxpack_ptr; in ttusb_process_frame()671 memcpy(ttusb->muxpack + ttusb->muxpack_ptr, in ttusb_process_frame()673 ttusb->muxpack_ptr += avail; in ttusb_process_frame()674 BUG_ON(ttusb->muxpack_ptr > 264); in ttusb_process_frame()678 if (ttusb->muxpack_ptr == 2) { in ttusb_process_frame()715 if ((ttusb->muxpack_ptr >= 2) && in ttusb_process_frame()716 (ttusb->muxpack_ptr == in ttusb_process_frame()[all …]