/linux/sound/usb/ |
A D | quirks-table.h | 177 .vendor_name = "Yamaha", \ 450 .vendor_name = "Roland", 506 .vendor_name = "EDIROL", 536 .vendor_name = "Roland", 566 .vendor_name = "Roland", 598 .vendor_name = "EDIROL", 628 .vendor_name = "Roland", 1117 .vendor_name = "BOSS", 1373 .vendor_name = "BOSS", 2360 .vendor_name = "MOTU", [all …]
|
A D | card.c | 345 const char *vendor_name; member 351 { .id = USB_ID(vid, pid), .vendor_name = (vendor), \ 536 if (preset && preset->vendor_name) in usb_audio_make_longname() 537 s = preset->vendor_name; in usb_audio_make_longname() 538 else if (quirk && quirk->vendor_name) in usb_audio_make_longname() 539 s = quirk->vendor_name; in usb_audio_make_longname()
|
A D | usbaudio.h | 110 const char *vendor_name; member
|
/linux/sound/firewire/oxfw/ |
A D | oxfw.c | 41 const char *vendor_name; member 99 v = info->vendor_name; in name_card() 299 .vendor_name = "Griffin", 305 .vendor_name = "LaCie",
|
/linux/drivers/net/ethernet/intel/ixgb/ |
A D | ixgb_hw.c | 163 u16 vendor_name[5]; in ixgb_identify_xpak_vendor() local 172 vendor_name[i] = ixgb_read_phy_reg(hw, in ixgb_identify_xpak_vendor() 179 if (vendor_name[0] == 'I' && in ixgb_identify_xpak_vendor() 180 vendor_name[1] == 'N' && in ixgb_identify_xpak_vendor() 181 vendor_name[2] == 'T' && in ixgb_identify_xpak_vendor() 182 vendor_name[3] == 'E' && vendor_name[4] == 'L') { in ixgb_identify_xpak_vendor()
|
/linux/drivers/usb/storage/ |
A D | karma.c | 66 vendor_name, product_name, use_protocol, use_transport, \ argument 69 .vendorName = vendor_name, \
|
A D | cypress_atacb.c | 48 vendor_name, product_name, use_protocol, use_transport, \ argument 51 .vendorName = vendor_name, \
|
A D | onetouch.c | 70 vendor_name, product_name, use_protocol, use_transport, \ argument 73 .vendorName = vendor_name, \
|
A D | usb.c | 95 vendor_name, product_name, use_protocol, use_transport, \ argument 98 .vendorName = vendor_name, \ 114 vendor_name, product_name, use_protocol, use_transport, \ argument 117 .vendorName = vendor_name, \
|
A D | freecom.c | 134 vendor_name, product_name, use_protocol, use_transport, \ argument 137 .vendorName = vendor_name, \
|
A D | jumpshot.c | 77 vendor_name, product_name, use_protocol, use_transport, \ argument 80 .vendorName = vendor_name, \
|
/linux/sound/hda/ |
A D | hdac_device.c | 133 kfree(codec->vendor_name); in snd_hdac_device_exit() 679 codec->vendor_name = kstrdup(c->name, GFP_KERNEL); in get_codec_vendor_name() 680 return codec->vendor_name ? 0 : -ENOMEM; in get_codec_vendor_name() 684 codec->vendor_name = kasprintf(GFP_KERNEL, "Generic %04x", vendor_id); in get_codec_vendor_name() 685 return codec->vendor_name ? 0 : -ENOMEM; in get_codec_vendor_name()
|
/linux/sound/pci/hda/ |
A D | hda_sysfs.c | 76 CODEC_INFO_STR_SHOW(vendor_name, core.vendor_name); 197 CODEC_INFO_STR_STORE(vendor_name, core.vendor_name); 508 static RECONFIG_DEVICE_ATTR(vendor_name);
|
/linux/sound/usb/usx2y/ |
A D | usX2Yhwdep.c | 128 .vendor_name = "TASCAM", in usx2y_create_usbmidi() 141 .vendor_name = "TASCAM", in usx2y_create_usbmidi()
|
/linux/drivers/thunderbolt/ |
A D | xdomain.c | 956 kfree(xd->vendor_name); in populate_properties() 957 xd->vendor_name = NULL; in populate_properties() 965 xd->vendor_name = kstrdup(p->value.text, GFP_KERNEL); in populate_properties() 1137 if (xd->vendor_name && xd->device_name) in tb_xdomain_get_properties() 1138 dev_info(&xd->dev, "%s %s\n", xd->vendor_name, in tb_xdomain_get_properties() 1229 ret = sprintf(buf, "%s\n", xd->vendor_name ? xd->vendor_name : ""); in vendor_name_show() 1234 static DEVICE_ATTR_RO(vendor_name); 1305 kfree(xd->vendor_name); in tb_xdomain_release()
|
A D | switch.c | 1855 return sprintf(buf, "%s\n", sw->vendor_name ? sw->vendor_name : ""); in vendor_name_show() 1857 static DEVICE_ATTR_RO(vendor_name); 1908 if (!sw->vendor_name) in switch_attr_is_visible() 1968 kfree(sw->vendor_name); in tb_switch_release() 2772 if (sw->vendor_name && sw->device_name) in tb_switch_add() 2773 dev_info(&sw->dev, "%s %s\n", sw->vendor_name, in tb_switch_add()
|
/linux/drivers/usb/gadget/legacy/ |
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()
|
A D | mass_storage.c | 166 fsg_common_set_inquiry_string(opts->common, config.vendor_name, in msg_bind()
|
A D | acm_ms.c | 187 fsg_common_set_inquiry_string(opts->common, config.vendor_name, in acm_ms_bind()
|
/linux/drivers/net/phy/ |
A D | sfp-bus.c | 111 vs = sfp_strlen(id->base.vendor_name, ARRAY_SIZE(id->base.vendor_name)); in sfp_lookup_quirk() 115 if (sfp_match(q->vendor, id->base.vendor_name, vs) && in sfp_lookup_quirk()
|
/linux/sound/usb/caiaq/ |
A D | device.h | 80 char vendor_name[CAIAQ_USB_STR_LEN]; member
|
A D | device.c | 461 cdev->vendor_name, CAIAQ_USB_STR_LEN); in init_card() 489 cdev->vendor_name, cdev->product_name, usbpath); in init_card()
|
/linux/drivers/usb/gadget/function/ |
A D | f_mass_storage.h | 105 const char *vendor_name; /* 8 characters or less */ member
|
/linux/sound/firewire/fireworks/ |
A D | fireworks.h | 128 char vendor_name[HWINFO_NAME_SIZE_BYTES]; member
|
/linux/drivers/isdn/hardware/mISDN/ |
A D | hfc_multi_8xx.h | 101 m->vendor_name, m->card_name, m->clock2 ? "double" : "normal"); in setup_embedded()
|