Lines Matching full:descriptors
31 * We scan the manifest once to identify where all the descriptors
127 /* String descriptors are padded to 4 byte boundaries */ in identify_descriptor()
223 * Find cport descriptors in the manifest associated with the given
239 /* Set up all cport descriptors associated with this bundle */ in gb_manifest_parse_cports()
299 * Free all cports for this bundle to avoid 'excess descriptors' in gb_manifest_parse_cports()
308 * Find bundle descriptors in the manifest and set up their data
414 dev_err(&intf->dev, "manifest bundle descriptors not valid\n"); in gb_manifest_parse_interface()
439 * the descriptors it contains, keeping track for each its type
442 * Next we scan the descriptors, looking for an interface descriptor;
445 * string descriptors it refers to) from further consideration.
492 /* OK, find all the descriptors */ in gb_manifest_parse()
493 desc = manifest->descriptors; in gb_manifest_parse()
524 * We really should have no remaining descriptors, but we in gb_manifest_parse()
528 dev_info(&intf->dev, "excess descriptors in interface manifest\n"); in gb_manifest_parse()