Searched refs:p_tuner_list (Results 1 – 1 of 1) sorted by relevance
946 struct tuner_types *p_tuner_list = NULL; in dst_card_type() local958 for (j = 0, p_tuner_list = tuner_list; j < ARRAY_SIZE(tuner_list); j++, p_tuner_list++) { in dst_card_type()959 if (!strcmp(&state->card_info[0], p_tuner_list->board_name)) { in dst_card_type()960 state->tuner_type = p_tuner_list->tuner_type; in dst_card_type()962 p_tuner_list->tuner_name, p_tuner_list->tuner_type); in dst_card_type()1087 struct tuner_types *p_tuner_list = NULL; in dst_get_device_id() local1147 for (j = 0, p_tuner_list = tuner_list; j < ARRAY_SIZE(tuner_list); j++, p_tuner_list++) { in dst_get_device_id()1148 if (!(strncmp(p_dst_type->device_id, p_tuner_list->fw_name, 7)) && in dst_get_device_id()1149 p_tuner_list->tuner_type == state->tuner_type) { in dst_get_device_id()1151 p_dst_type->device_id, p_tuner_list->tuner_name); in dst_get_device_id()