Searched refs:p_dst_type (Results 1 – 1 of 1) sorted by relevance
1050 struct dst_types *p_dst_type = NULL; in dst_get_device_id() local1083 for (i = 0, p_dst_type = dst_tlist; i < ARRAY_SIZE(dst_tlist); i++, p_dst_type++) { in dst_get_device_id()1084 …if (!strncmp (&state->rxbuffer[p_dst_type->offset], p_dst_type->device_id, strlen (p_dst_type->dev… in dst_get_device_id()1085 use_type_flags = p_dst_type->type_flags; in dst_get_device_id()1086 use_dst_type = p_dst_type->dst_type; in dst_get_device_id()1089 state->dst_hw_cap = p_dst_type->dst_feature; in dst_get_device_id()1090 pr_err("Recognise [%s]\n", p_dst_type->device_id); in dst_get_device_id()1091 strscpy(state->fw_name, p_dst_type->device_id, in dst_get_device_id()1094 if (p_dst_type->tuner_type & TUNER_TYPE_MULTI) { in dst_get_device_id()1110 state->tuner_type = p_dst_type->tuner_type; in dst_get_device_id()[all …]