Home
last modified time | relevance | path

Searched refs:video_type (Results 1 – 8 of 8) sorted by relevance

/drivers/media/video/cx18/
Dcx18-video.c37 type = cx->card->video_inputs[inp].video_type; in cx18_video_set_io()
Dcx18-cards.c427 strlcpy(input->name, input_strs[card_input->video_type - 1], in cx18_get_input()
429 input->type = (card_input->video_type == CX18_CARD_INPUT_VID_TUNER ? in cx18_get_input()
Dcx18-cards.h56 u8 video_type; /* video input type */ member
Dcx18-driver.c653 if (cx->card->video_inputs[i].video_type == 0) in cx18_init_struct2()
663 if (cx->card->video_inputs[i].video_type == in cx18_init_struct2()
/drivers/media/video/ivtv/
Divtv-routing.c71 type = itv->card->video_inputs[inp].video_type; in ivtv_video_set_io()
Divtv-cards.h161 u8 video_type; /* video input type */ member
Divtv-cards.c1214 strlcpy(input->name, input_strs[card_input->video_type - 1], in ivtv_get_input()
1216 input->type = (card_input->video_type == IVTV_CARD_INPUT_VID_TUNER ? in ivtv_get_input()
Divtv-driver.c743 if (itv->card->video_inputs[i].video_type == 0) in ivtv_init_struct2()
759 if (itv->card->video_inputs[i].video_type == in ivtv_init_struct2()