Lines Matching refs:ivtv_card
76 static const struct ivtv_card ivtv_card_pvr250 = {
129 static const struct ivtv_card ivtv_card_pvr350 = {
162 static const struct ivtv_card ivtv_card_pvr350_v1 = {
194 static const struct ivtv_card ivtv_card_pvr150 = {
238 static const struct ivtv_card ivtv_card_m179 = {
281 static const struct ivtv_card ivtv_card_mpg600 = {
323 static const struct ivtv_card ivtv_card_mpg160 = {
364 static const struct ivtv_card ivtv_card_pg600 = {
399 static const struct ivtv_card ivtv_card_avc2410 = {
443 static const struct ivtv_card ivtv_card_avc2010 = {
471 static const struct ivtv_card ivtv_card_tg5000tv = {
514 static const struct ivtv_card ivtv_card_va2000 = {
547 static const struct ivtv_card ivtv_card_cx23416gyc = {
581 static const struct ivtv_card ivtv_card_cx23416gyc_nogr = {
612 static const struct ivtv_card ivtv_card_cx23416gyc_nogrycs = {
653 static const struct ivtv_card ivtv_card_gv_mvprx = {
691 static const struct ivtv_card ivtv_card_gv_mvprx2e = {
728 static const struct ivtv_card ivtv_card_gotview_pci_dvd = {
763 static const struct ivtv_card ivtv_card_gotview_pci_dvd2 = {
802 static const struct ivtv_card ivtv_card_yuan_mpc622 = {
838 static const struct ivtv_card ivtv_card_dctmvtvp1 = {
881 static const struct ivtv_card ivtv_card_pg600v2 = {
919 static const struct ivtv_card ivtv_card_club3d = {
955 static const struct ivtv_card ivtv_card_avertv_mce116 = {
994 static const struct ivtv_card ivtv_card_aver_pvr150 = {
1039 static const struct ivtv_card ivtv_card_aver_ultra1500mce = {
1084 static const struct ivtv_card ivtv_card_aver_ezmaker = {
1115 static const struct ivtv_card ivtv_card_asus_falcon2 = {
1152 static const struct ivtv_card ivtv_card_aver_m104 = {
1188 static const struct ivtv_card ivtv_card_buffalo = {
1222 static const struct ivtv_card ivtv_card_kikyou = {
1261 static const struct ivtv_card *ivtv_card_list[] = {
1298 const struct ivtv_card *ivtv_get_card(u16 index) in ivtv_get_card()