| /linux/sound/usb/ |
| H A D | quirks-table.h | 119 /* .vendor_name = "STARR LABS", */ 198 .vendor_name = "Standard Microsystems Corp.", 232 .vendor_name = "Yamaha", \ 240 .vendor_name = "Yamaha", \ 330 /* .vendor_name = "Yamaha", */ 343 /* .vendor_name = "Yamaha", */ 356 /* .vendor_name = "Yamaha", */ 370 /* .vendor_name = "Yamaha", */ 383 /* .vendor_name = "Yamaha", */ 396 /* .vendor_name [all...] |
| H A D | card.c | 455 const char *vendor_name; member 461 { .id = USB_ID(vid, pid), .vendor_name = (vendor), \ 666 if (preset && preset->vendor_name) in usb_audio_make_longname() 667 s = preset->vendor_name; in usb_audio_make_longname() 668 else if (quirk && quirk->vendor_name) in usb_audio_make_longname() 669 s = quirk->vendor_name; in usb_audio_make_longname()
|
| H A D | usbaudio.h | 128 const char *vendor_name; member
|
| /linux/drivers/usb/storage/ |
| H A D | karma.c | 66 vendor_name, product_name, use_protocol, use_transport, \ argument 69 .vendorName = vendor_name, \
|
| H A D | cypress_atacb.c | 48 vendor_name, product_name, use_protocol, use_transport, \ argument 51 .vendorName = vendor_name, \
|
| H A D | onetouch.c | 70 vendor_name, product_name, use_protocol, use_transport, \ argument 73 .vendorName = vendor_name, \
|
| H A D | freecom.c | 134 vendor_name, product_name, use_protocol, use_transport, \ argument 137 .vendorName = vendor_name, \
|
| H A D | jumpshot.c | 77 vendor_name, product_name, use_protocol, use_transport, \ argument 80 .vendorName = vendor_name, \
|
| H A D | datafab.c | 95 vendor_name, product_name, use_protocol, use_transport, \ argument 98 .vendorName = vendor_name, \
|
| H A D | sddr55.c | 55 vendor_name, product_name, use_protocol, use_transport, \ argument 58 .vendorName = vendor_name, \
|
| /linux/sound/usb/usx2y/ |
| H A D | usX2Yhwdep.c | 122 .vendor_name = "TASCAM", in usx2y_create_usbmidi() 135 .vendor_name = "TASCAM", in usx2y_create_usbmidi()
|
| H A D | us122l.c | 50 .vendor_name = "US122L", in us122l_create_usbmidi() 72 .vendor_name = "US144", in us144_create_usbmidi()
|
| /linux/drivers/usb/gadget/legacy/ |
| H A D | nokia.c | 320 fsg_config.vendor_name = "Nokia"; in nokia_bind() 340 fsg_common_set_inquiry_string(fsg_opts->common, fsg_config.vendor_name, in nokia_bind()
|
| H A D | mass_storage.c | 166 fsg_common_set_inquiry_string(opts->common, config.vendor_name, in msg_bind()
|
| H A D | acm_ms.c | 187 fsg_common_set_inquiry_string(opts->common, config.vendor_name, in acm_ms_bind()
|
| /linux/tools/perf/pmu-events/ |
| H A D | Build | 51 vendor_name = $(shell echo $(1)|sed -e 's@.\+/\(.*\)/[^/]*/extra-metric.*\.json@\1@') 79 …$(Q)$(call echo-cmd,gen)$(PYTHON) $< $(call vendor_name,$@) $(call model_name,$@) pmu-events/arch … 83 …$(Q)$(call echo-cmd,gen)$(PYTHON) $< -metricgroups $(call vendor_name,$@) $(call model_name,$@) pm…
|
| /linux/sound/usb/caiaq/ |
| H A D | device.h | 80 char vendor_name[CAIAQ_USB_STR_LEN]; member
|
| H A D | device.c | 485 cdev->vendor_name, CAIAQ_USB_STR_LEN); in init_card() 513 cdev->vendor_name, cdev->product_name, usbpath); in init_card()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_mass_storage.h | 105 const char *vendor_name; /* 8 characters or less */ member
|
| /linux/drivers/thunderbolt/ |
| H A D | xdomain.c | 1153 kfree(xd->vendor_name); in populate_properties() 1154 xd->vendor_name = NULL; in populate_properties() 1162 xd->vendor_name = kstrdup(p->value.text, GFP_KERNEL); in populate_properties() 1480 if (xd->vendor_name && xd->device_name) in tb_xdomain_get_properties() 1481 dev_info(&xd->dev, "%s %s\n", xd->vendor_name, in tb_xdomain_get_properties() 1763 ret = sysfs_emit(buf, "%s\n", xd->vendor_name ?: ""); in vendor_name_show() 1768 static DEVICE_ATTR_RO(vendor_name); 1880 kfree(xd->vendor_name); in tb_xdomain_release()
|
| H A D | eeprom.c | 335 sw->vendor_name = kstrndup(entry->data, in tb_drom_parse_entry_generic() 337 if (!sw->vendor_name) in tb_drom_parse_entry_generic()
|
| /linux/sound/firewire/fireworks/ |
| H A D | fireworks.h | 128 char vendor_name[HWINFO_NAME_SIZE_BYTES]; member
|
| H A D | fireworks_proc.c | 45 snd_iprintf(buffer, "vendor_name: %s\n", hwinfo->vendor_name); in proc_read_hwinfo()
|
| /linux/drivers/net/phy/ |
| H A D | sfp.c | 331 !memcmp(id->base.vendor_name, "UBNT ", 16) && in sfp_module_supported() 624 vs = sfp_strlen(id->base.vendor_name, ARRAY_SIZE(id->base.vendor_name)); in sfp_lookup_quirk() 628 if (sfp_match(q->vendor, id->base.vendor_name, vs) && in sfp_lookup_quirk() 2374 cotsworks = !memcmp(id.base.vendor_name, "COTSWORKS ", 16); in sfp_sm_mod_probe() 2436 (int)sizeof(id.base.vendor_name), id.base.vendor_name, in sfp_sm_mod_probe()
|
| /linux/sound/hda/common/ |
| H A D | bind.c | 79 codec->core.vendor_name, codec->core.chip_name); in snd_hda_codec_set_name()
|