Searched refs:ivtv_cards_active (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.c64 int ivtv_cards_active = 0; variable
76 /* Protects ivtv_cards_active */
950 if (ivtv_cards_active == IVTV_MAX_CARDS) {
952 ivtv_cards_active);
962 ivtv_cards[ivtv_cards_active] = itv;
964 itv->num = ivtv_cards_active++;
1062 IVTV_DEBUG_INFO("Active card count: %d.\n", ivtv_cards_active);
1239 kfree(ivtv_cards[ivtv_cards_active]);
1240 ivtv_cards[ivtv_cards_active] = NULL;
1347 for (i = 0; i < ivtv_cards_active;
1360 EXPORT_SYMBOL(ivtv_cards_active); variable
[all...]
H A Divtv-driver.h817 extern int ivtv_cards_active;
H A Divtv-fileops.c820 for (x = 0; itv == NULL && x < ivtv_cards_active; x++) {

Completed in 163 milliseconds