Home
last modified time | relevance | path

Searched refs:vendor_name (Results 1 – 25 of 48) sorted by relevance

12

/linux/sound/usb/
H A Dquirks-table.h119 /* .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 Dcard.c455 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 Dusbaudio.h128 const char *vendor_name; member
/linux/drivers/usb/storage/
H A Dkarma.c66 vendor_name, product_name, use_protocol, use_transport, \ argument
69 .vendorName = vendor_name, \
H A Dcypress_atacb.c48 vendor_name, product_name, use_protocol, use_transport, \ argument
51 .vendorName = vendor_name, \
H A Donetouch.c70 vendor_name, product_name, use_protocol, use_transport, \ argument
73 .vendorName = vendor_name, \
H A Dfreecom.c134 vendor_name, product_name, use_protocol, use_transport, \ argument
137 .vendorName = vendor_name, \
H A Djumpshot.c77 vendor_name, product_name, use_protocol, use_transport, \ argument
80 .vendorName = vendor_name, \
H A Ddatafab.c95 vendor_name, product_name, use_protocol, use_transport, \ argument
98 .vendorName = vendor_name, \
H A Dsddr55.c55 vendor_name, product_name, use_protocol, use_transport, \ argument
58 .vendorName = vendor_name, \
/linux/sound/usb/usx2y/
H A DusX2Yhwdep.c122 .vendor_name = "TASCAM", in usx2y_create_usbmidi()
135 .vendor_name = "TASCAM", in usx2y_create_usbmidi()
H A Dus122l.c50 .vendor_name = "US122L", in us122l_create_usbmidi()
72 .vendor_name = "US144", in us144_create_usbmidi()
/linux/drivers/usb/gadget/legacy/
H A Dnokia.c320 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 Dmass_storage.c166 fsg_common_set_inquiry_string(opts->common, config.vendor_name, in msg_bind()
H A Dacm_ms.c187 fsg_common_set_inquiry_string(opts->common, config.vendor_name, in acm_ms_bind()
/linux/tools/perf/pmu-events/
H A DBuild51 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 Ddevice.h80 char vendor_name[CAIAQ_USB_STR_LEN]; member
H A Ddevice.c485 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 Df_mass_storage.h105 const char *vendor_name; /* 8 characters or less */ member
/linux/drivers/thunderbolt/
H A Dxdomain.c1153 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 Deeprom.c335 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 Dfireworks.h128 char vendor_name[HWINFO_NAME_SIZE_BYTES]; member
H A Dfireworks_proc.c45 snd_iprintf(buffer, "vendor_name: %s\n", hwinfo->vendor_name); in proc_read_hwinfo()
/linux/drivers/net/phy/
H A Dsfp.c331 !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 Dbind.c79 codec->core.vendor_name, codec->core.chip_name); in snd_hda_codec_set_name()

12