Searched refs:p_tuner_list (Results 1 – 1 of 1) sorted by relevance
948 struct tuner_types *p_tuner_list = NULL; in dst_card_type() local960 for (j = 0, p_tuner_list = tuner_list; j < ARRAY_SIZE(tuner_list); j++, p_tuner_list++) { in dst_card_type()961 if (!strcmp(&state->card_info[0], p_tuner_list->board_name)) { in dst_card_type()962 state->tuner_type = p_tuner_list->tuner_type; in dst_card_type()964 p_tuner_list->tuner_name, p_tuner_list->tuner_type); in dst_card_type()1089 struct tuner_types *p_tuner_list = NULL; in dst_get_device_id() local1149 for (j = 0, p_tuner_list = tuner_list; j < ARRAY_SIZE(tuner_list); j++, p_tuner_list++) { in dst_get_device_id()1150 if (!(strncmp(p_dst_type->device_id, p_tuner_list->fw_name, 7)) && in dst_get_device_id()1151 p_tuner_list->tuner_type == state->tuner_type) { in dst_get_device_id()1153 p_dst_type->device_id, p_tuner_list->tuner_name); in dst_get_device_id()