Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/bt8xx/
Ddst.c929 struct tuner_types *p_tuner_list = NULL; in dst_card_type() local
941 for (j = 0, p_tuner_list = tuner_list; j < ARRAY_SIZE(tuner_list); j++, p_tuner_list++) { in dst_card_type()
942 if (!strcmp(&state->card_info[0], p_tuner_list->board_name)) { in dst_card_type()
943 state->tuner_type = p_tuner_list->tuner_type; in dst_card_type()
945 p_tuner_list->tuner_name, p_tuner_list->tuner_type); in dst_card_type()
1063 struct tuner_types *p_tuner_list = NULL; in dst_get_device_id() local
1123 for (j = 0, p_tuner_list = tuner_list; j < ARRAY_SIZE(tuner_list); j++, p_tuner_list++) { in dst_get_device_id()
1124 if (!(strncmp(p_dst_type->device_id, p_tuner_list->fw_name, 7)) && in dst_get_device_id()
1125 p_tuner_list->tuner_type == state->tuner_type) { in dst_get_device_id()
1127 p_dst_type->device_id, p_tuner_list->tuner_name); in dst_get_device_id()