Searched refs:p_dst_type (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | dst.c | 1050 struct dst_types *p_dst_type = NULL; in dst_get_device_id() local 1083 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->device_id))) { 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 in dst_get_device_id() [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | dst.c | 1050 struct dst_types *p_dst_type = NULL; in dst_get_device_id() local 1083 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->device_id))) { 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 in dst_get_device_id() [all...] |
Completed in 3 milliseconds