Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/bt8xx/
H A Ddst.c583 static struct tuner_types tuner_list[] = { variable
929 for (j = 0, p_tuner_list = tuner_list; j < ARRAY_SIZE(tuner_list); j++, p_tuner_list++) { in dst_card_type()
1112 for (j = 0, p_tuner_list = tuner_list; j < ARRAY_SIZE(tuner_list); j++, p_tuner_list++) { in dst_get_device_id()
/openbmc/linux/drivers/media/v4l2-core/
H A Dtuner-core.c79 static LIST_HEAD(tuner_list);
594 list_for_each_entry(pos, &tuner_list, list) { in tuner_lookup()
765 list_add_tail(&t->list, &tuner_list); in tuner_probe()