Home | History | Annotate | Download | only in src

Lines Matching refs:Manufacturer

2868   printf("   Manufacturer: %s\n", params->deviceinfo.Manufacturer);
3245 * This retrieves the manufacturer name of an MTP device.
3246 * @param device a pointer to the device to get the manufacturer name for.
3247 * @return a newly allocated UTF-8 string representing the manufacturer name.
3256 if (params->deviceinfo.Manufacturer != NULL) {
3257 retmanuf = strdup(params->deviceinfo.Manufacturer);