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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-driver.c74 struct ivtv *ivtv_cards[IVTV_MAX_CARDS]; variable in typeref:struct:ivtv
962 ivtv_cards[ivtv_cards_active] = itv;
1239 kfree(ivtv_cards[ivtv_cards_active]);
1240 ivtv_cards[ivtv_cards_active] = NULL;
1319 memset(ivtv_cards, 0, sizeof(ivtv_cards));
1348 if (ivtv_cards[i] == NULL)
1351 kfree(ivtv_cards[i]->vbi.sliced_mpeg_data[j]);
1353 kfree(ivtv_cards[i]);
1361 EXPORT_SYMBOL(ivtv_cards); variable
[all...]
H A Divtv-fileops.c823 s = &ivtv_cards[x]->streams[y];
825 itv = ivtv_cards[x];
H A Divtv-driver.h816 extern struct ivtv *ivtv_cards[];

Completed in 124 milliseconds