Home
last modified time | relevance | path

Searched refs:tuner_std (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-driver.c1103 cx->tuner_std = cx->std; in cx18_probe()
1238 std = (cx->tuner_std == V4L2_STD_ALL) ? V4L2_STD_NTSC_M : cx->tuner_std; in cx18_init_on_first_open()
Dcx18-cards.c611 cx->tuner_std : V4L2_STD_ALL; in cx18_get_input()
Dcx18-driver.h667 v4l2_std_id tuner_std; /* The norm of the tuner (fixed) */ member
Dcx18-streams.c371 s->video_dev.tvnorms = cx->tuner_std; in cx18_prep_dev()
Dcx18-ioctl.c528 std = cx->tuner_std; in cx18_s_input()
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-driver.c1211 itv->tuner_std = itv->std; in ivtv_probe()
1372 ivtv_s_std_enc(itv, itv->tuner_std); in ivtv_init_on_first_open()
1382 ivtv_s_std_dec(itv, itv->tuner_std); in ivtv_init_on_first_open()
Divtv-driver.h624 v4l2_std_id tuner_std; /* the norm of the card's tuner (fixed) */ member
Divtv-cards.c1326 itv->tuner_std : V4L2_STD_ALL; in ivtv_get_input()
Divtv-ioctl.c1025 std = itv->tuner_std; in ivtv_s_input()