Home
last modified time | relevance | path

Searched refs:tuner_list (Results 1 – 2 of 2) sorted by relevance

/drivers/media/pci/bt8xx/
Ddst.c612 static struct tuner_types tuner_list[] = { variable
958 for (j = 0, p_tuner_list = tuner_list; j < ARRAY_SIZE(tuner_list); j++, p_tuner_list++) { in dst_card_type()
1147 for (j = 0, p_tuner_list = tuner_list; j < ARRAY_SIZE(tuner_list); j++, p_tuner_list++) { in dst_get_device_id()
/drivers/media/v4l2-core/
Dtuner-core.c80 static LIST_HEAD(tuner_list);
555 list_for_each_entry(pos, &tuner_list, list) { in tuner_lookup()
693 list_add_tail(&t->list, &tuner_list); in tuner_probe()