Searched refs:pid_buff (Results 1 - 1 of 1) sorted by relevance

/drivers/media/usb/dvb-usb-v2/
H A Dlmedm04.c226 static u8 pid_buff[] = LME_ZERO_PID; local
236 pid_buff[2] = pid_no;
237 pid_buff[3] = (u8)pid_out & 0xff;
238 pid_buff[4] = pid_no + 1;
239 pid_buff[5] = (u8)(pid_out >> 8);
243 pid_buff[7] = 0x80 + st->pid_size;
245 ret |= lme2510_usb_talk(d, pid_buff ,
246 sizeof(pid_buff) , rbuf, sizeof(rbuf));

Completed in 80 milliseconds