Lines Matching refs:ivtv_card

64 static const struct ivtv_card ivtv_card_pvr250 = {
117 static const struct ivtv_card ivtv_card_pvr350 = {
150 static const struct ivtv_card ivtv_card_pvr350_v1 = {
182 static const struct ivtv_card ivtv_card_pvr150 = {
226 static const struct ivtv_card ivtv_card_m179 = {
269 static const struct ivtv_card ivtv_card_mpg600 = {
311 static const struct ivtv_card ivtv_card_mpg160 = {
352 static const struct ivtv_card ivtv_card_pg600 = {
387 static const struct ivtv_card ivtv_card_avc2410 = {
431 static const struct ivtv_card ivtv_card_avc2010 = {
459 static const struct ivtv_card ivtv_card_tg5000tv = {
502 static const struct ivtv_card ivtv_card_va2000 = {
535 static const struct ivtv_card ivtv_card_cx23416gyc = {
569 static const struct ivtv_card ivtv_card_cx23416gyc_nogr = {
600 static const struct ivtv_card ivtv_card_cx23416gyc_nogrycs = {
641 static const struct ivtv_card ivtv_card_gv_mvprx = {
679 static const struct ivtv_card ivtv_card_gv_mvprx2e = {
716 static const struct ivtv_card ivtv_card_gotview_pci_dvd = {
751 static const struct ivtv_card ivtv_card_gotview_pci_dvd2 = {
790 static const struct ivtv_card ivtv_card_yuan_mpc622 = {
826 static const struct ivtv_card ivtv_card_dctmvtvp1 = {
869 static const struct ivtv_card ivtv_card_pg600v2 = {
907 static const struct ivtv_card ivtv_card_club3d = {
943 static const struct ivtv_card ivtv_card_avertv_mce116 = {
982 static const struct ivtv_card ivtv_card_aver_pvr150 = {
1027 static const struct ivtv_card ivtv_card_aver_ultra1500mce = {
1072 static const struct ivtv_card ivtv_card_aver_ezmaker = {
1103 static const struct ivtv_card ivtv_card_asus_falcon2 = {
1140 static const struct ivtv_card ivtv_card_aver_m104 = {
1176 static const struct ivtv_card ivtv_card_buffalo = {
1210 static const struct ivtv_card ivtv_card_kikyou = {
1249 static const struct ivtv_card *ivtv_card_list[] = {
1286 const struct ivtv_card *ivtv_get_card(u16 index) in ivtv_get_card()