Searched refs:tuner_list (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | dst.c | 583 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()
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | dst.c | 583 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()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | tuner-core.c | 79 static LIST_HEAD(tuner_list); 594 list_for_each_entry(pos, &tuner_list, list) { in tuner_lookup() 767 list_add_tail(&t->list, &tuner_list); in tuner_probe()
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | tuner-core.c | 79 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()
|
Completed in 8 milliseconds