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

/drivers/usb/gadget/
H A Daudio.c101 /* .iManufacturer = DYNAMIC */
174 device_desc.iManufacturer = status;
H A Dncm.c79 /* .iManufacturer = DYNAMIC */
190 device_desc.iManufacturer = status;
H A Dwebcam.c82 .iManufacturer = 0, /* dynamic */
343 webcam_device_descriptor.iManufacturer = ret;
H A Dcomposite.c54 static char *iManufacturer; variable
55 module_param(iManufacturer, charp, 0);
56 MODULE_PARM_DESC(iManufacturer, "USB Manufacturer string");
925 str = iManufacturer ?: composite->iManufacturer ?:
1472 if (iManufacturer || !cdev->desc.iManufacturer) {
1473 if (!iManufacturer && !composite->iManufacturer &&
1483 override_id(cdev, &cdev->desc.iManufacturer);
[all...]
H A Dacm_ms.c70 /* .iManufacturer = DYNAMIC */
202 device_desc.iManufacturer = status;
H A Dcdc2.c72 /* .iManufacturer = DYNAMIC */
203 device_desc.iManufacturer = status;
H A Dether.c177 /* .iManufacturer = DYNAMIC */
355 device_desc.iManufacturer = status;
H A Dgmidi.c99 /* .iManufacturer = DYNAMIC */
150 device_desc.iManufacturer = status;
H A Dhid.c72 /* .iManufacturer = DYNAMIC */
185 device_desc.iManufacturer = status;
H A Dnokia.c93 /* .iManufacturer = DYNAMIC */
175 device_desc.iManufacturer = status;
H A Dserial.c98 /* .iManufacturer = DYNAMIC */
186 device_desc.iManufacturer = status;
H A Dprinter.c135 static char *iManufacturer; variable
136 module_param(iManufacturer, charp, S_IRUGO);
137 MODULE_PARM_DESC(iManufacturer, "USB Manufacturer string");
224 .iManufacturer = STRING_MANUFACTURER,
1413 if (iManufacturer)
1414 strlcpy(manufacturer, iManufacturer, sizeof manufacturer);
H A Dzero.c271 device_desc.iManufacturer = id;
H A Dandroid.c1313 DESCRIPTOR_STRING_ATTR(iManufacturer, manufacturer_string)
1383 device_desc.iManufacturer = id;
H A Dfile_storage.c559 .iManufacturer = FSG_STRING_MANUFACTURER,
/drivers/media/dvb/dvb-usb/
H A Da800.c32 /* assure to put cold to 0 for iManufacturer == 1 */
36 *cold = udev->descriptor.iManufacturer != 1;
H A Ddigitv.c93 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0;
H A Dttusb2.c458 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0;
H A Daf9015.c794 /* try to load remote based USB iManufacturer string */
802 usb_string(udev, udev->descriptor.iManufacturer,
805 /* iManufacturer 1 MSI
/drivers/staging/media/lirc/
H A Dlirc_igorplugusb.c480 if (dev->descriptor.iManufacturer
481 && usb_string(dev, dev->descriptor.iManufacturer,
/drivers/media/rc/
H A Dstreamzap.c416 if (usbdev->descriptor.iManufacturer
417 && usb_string(usbdev, usbdev->descriptor.iManufacturer,
H A Dmceusb.c1338 if (dev->descriptor.iManufacturer
1339 && usb_string(dev, dev->descriptor.iManufacturer,
/drivers/usb/core/
H A Dhub.c1734 udev->descriptor.iManufacturer,
1858 udev->descriptor.iManufacturer);
/drivers/mmc/host/
H A Dvub300.c2110 usb_string(udev, udev->descriptor.iManufacturer, manufacturer,
/drivers/usb/serial/
H A Dio_edgeport.c2948 i = usb_string(dev, dev->descriptor.iManufacturer,

Completed in 879 milliseconds