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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-driver.c400 itv->card = ivtv_get_card(IVTV_CARD_PVR_250);
404 itv->card = ivtv_get_card(IVTV_CARD_PVR_350);
409 itv->card = ivtv_get_card(IVTV_CARD_PVR_150);
416 itv->card = ivtv_get_card(IVTV_CARD_PVR_150);
424 itv->card = ivtv_get_card(IVTV_CARD_PVR_350_V1);
648 if ((itv->card = ivtv_get_card(itv->options.cardtype - 1))) {
658 itv->card = ivtv_get_card(itv->has_cx23415 ? IVTV_CARD_PVR_350 : IVTV_CARD_PVR_150);
664 for (i = 0; (itv->card = ivtv_get_card(i)); i++) {
686 itv->card = ivtv_get_card(IVTV_CARD_PVR_150);
925 itv->card = ivtv_get_card(IVTV_CARD_CX23416GYC_NOGRYC
[all...]
H A Divtv-cards.h305 const struct ivtv_card *ivtv_get_card(u16 index);
H A Divtv-cards.c1297 const struct ivtv_card *ivtv_get_card(u16 index) function

Completed in 25 milliseconds