Searched refs:pid_buff (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dlmedm04.c183 static u8 pid_buff[] = LME_ZERO_PID; local
193 pid_buff[2] = pid_no;
194 pid_buff[3] = (u8)pid_out & 0xff;
195 pid_buff[4] = pid_no + 1;
196 pid_buff[5] = (u8)(pid_out >> 8);
200 pid_buff[7] = 0x80 + st->pid_size;
202 ret |= lme2510_usb_talk(d, pid_buff ,
203 sizeof(pid_buff) , rbuf, sizeof(rbuf));

Completed in 146 milliseconds