Searched refs:desc_string (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/greybus/
H A Dmanifest.c187 struct greybus_descriptor_string *desc_string; local
200 desc_string = descriptor->data;
201 if (desc_string->id == string_id) {
210 string = kmemdup(&desc_string->string, desc_string->length + 1,
214 string[desc_string->length] = '\0';

Completed in 95 milliseconds