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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_elect.c849 REP_VTALLY *tally, *vtp; local
853 vtp = &tally[0];
865 if (vtp->eid == eid) {
868 i, vtp->eid, (u_long)vtp->egen,
870 if (vtp->egen >= egen)
873 vtp->egen = egen;
878 vtp = &tally[i];
888 vtp->eid = eid;
889 vtp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-i2c-core.c614 struct v4l2_tuner *vtp = &hdw->tuner_signal_info; local
615 memset(vtp,0,sizeof(*vtp));
626 vtp->type,
627 vtp->signal,vtp->rxsubchans,vtp->capability,
628 vtp->rangelow,vtp->rangehigh);
H A Dpvrusb2-hdw.c2573 int pvr2_hdw_get_tuner_status(struct pvr2_hdw *hdw,struct v4l2_tuner *vtp) argument
2579 memcpy(vtp,&hdw->tuner_signal_info,sizeof(struct v4l2_tuner));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dimsttfb.c465 __u32 MHz, hes, heb, veb, htp, vtp; local
469 hes = 0x0008; heb = 0x0012; veb = 0x002a; htp = 10; vtp = 2;
473 hes = 0x0005; heb = 0x0020; veb = 0x0028; htp = 8; vtp = 3;
477 hes = 0x000a; heb = 0x001c; veb = 0x0020; htp = 8; vtp = 3;
481 hes = 0x0012; heb = 0x0022; veb = 0x0031; htp = 4; vtp = 3;
485 hes = 0x0012; heb = 0x002f; veb = 0x0029; htp = 4; vtp = 1;
489 hes = 0x0018; heb = 0x0040; veb = 0x002a; htp = 4; vtp = 3;
505 init->vt = init->vsb + vtp;

Completed in 44 milliseconds