Lines Matching refs:lnb_buf
32 u8 lnb_buf[8]; member
266 st->lnb_buf[2] = 0x02; in vp702x_fe_set_tone()
268 st->lnb_buf[2] = 0x00; in vp702x_fe_set_tone()
270 st->lnb_buf[7] = vp702x_chksum(st->lnb_buf, 0, 7); in vp702x_fe_set_tone()
275 memcpy(buf, st->lnb_buf, 8); in vp702x_fe_set_tone()
299 st->lnb_buf[4] = 0x01; in vp702x_fe_set_voltage()
301 st->lnb_buf[4] = 0x00; in vp702x_fe_set_voltage()
303 st->lnb_buf[7] = vp702x_chksum(st->lnb_buf, 0, 7); in vp702x_fe_set_voltage()
308 memcpy(buf, st->lnb_buf, 8); in vp702x_fe_set_voltage()
339 s->lnb_buf[1] = SET_LNB_POWER; in vp702x_fe_attach()
340 s->lnb_buf[3] = 0xff; /* 0=tone burst, 2=data burst, ff=off */ in vp702x_fe_attach()