Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/bt8xx/
Ddst.c917 struct tuner_types *p_tuner_list = NULL; in dst_card_type() local
929 for (j = 0, p_tuner_list = tuner_list; j < ARRAY_SIZE(tuner_list); j++, p_tuner_list++) { in dst_card_type()
930 if (!strcmp(&state->card_info[0], p_tuner_list->board_name)) { in dst_card_type()
931 state->tuner_type = p_tuner_list->tuner_type; in dst_card_type()
933 p_tuner_list->tuner_name, p_tuner_list->tuner_type); in dst_card_type()
1051 struct tuner_types *p_tuner_list = NULL; in dst_get_device_id() local
1112 for (j = 0, p_tuner_list = tuner_list; j < ARRAY_SIZE(tuner_list); j++, p_tuner_list++) { in dst_get_device_id()
1113 if (!(strncmp(p_dst_type->device_id, p_tuner_list->fw_name, 7)) && in dst_get_device_id()
1114 p_tuner_list->tuner_type == state->tuner_type) { in dst_get_device_id()
1116 p_dst_type->device_id, p_tuner_list->tuner_name); in dst_get_device_id()