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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-video.c1646 static struct video_device cx8800_vbi_template; variable in typeref:struct:video_device
1788 memcpy( &cx8800_vbi_template, &cx8800_video_template,
1789 sizeof(cx8800_vbi_template) );
1790 strcpy(cx8800_vbi_template.name,"cx8800-vbi");
1791 cx8800_vbi_template.type = VID_TYPE_TELETEXT|VID_TYPE_TUNER;
1845 dev->vbi_dev = cx88_vdev_init(core,dev->pci,&cx8800_vbi_template,"vbi");

Completed in 77 milliseconds