Searched refs:p_dst_type (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/bt8xx/
H A Ddst.c1092 struct dst_types *p_dst_type = NULL; local
1125 for (i = 0, p_dst_type = dst_tlist; i < ARRAY_SIZE(dst_tlist); i++, p_dst_type++) {
1126 if (!strncmp (&state->rxbuffer[p_dst_type->offset], p_dst_type->device_id, strlen (p_dst_type->device_id))) {
1127 use_type_flags = p_dst_type->type_flags;
1128 use_dst_type = p_dst_type->dst_type;
1131 state->dst_hw_cap = p_dst_type->dst_feature;
1132 dprintk(verbose, DST_ERROR, 1, "Recognise [%s]", p_dst_type
[all...]

Completed in 31 milliseconds