Searched refs:vendorid (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/tools/usb/usbip/libsrc/ |
D | names.c | 45 u_int16_t vendorid; member 51 u_int16_t vendorid, productid; member 101 const char *names_vendor(u_int16_t vendorid) in names_vendor() argument 105 v = vendors[hashnum(vendorid)]; in names_vendor() 107 if (v->vendorid == vendorid) in names_vendor() 112 const char *names_product(u_int16_t vendorid, u_int16_t productid) in names_product() argument 116 p = products[hashnum((vendorid << 16) | productid)]; in names_product() 118 if (p->vendorid == vendorid && p->productid == productid) in names_product() 206 static int new_vendor(const char *name, u_int16_t vendorid) in new_vendor() argument 209 unsigned int h = hashnum(vendorid); in new_vendor() [all …]
|
D | names.h | 32 extern const char *names_vendor(u_int16_t vendorid); 33 extern const char *names_product(u_int16_t vendorid, u_int16_t productid);
|
/linux-4.1.27/drivers/char/tpm/ |
D | tpm_infineon.c | 397 int vendorid[2]; in tpm_inf_pnp_probe() local 477 vendorid[1] = tpm_config_in(TPM_INF_DATA); in tpm_inf_pnp_probe() 479 vendorid[0] = tpm_config_in(TPM_INF_DATA); in tpm_inf_pnp_probe() 501 if ((vendorid[0] << 8 | vendorid[1]) == (TPM_INFINEON_DEV_VEN_VALUE)) { in tpm_inf_pnp_probe() 546 vendorid[0], vendorid[1], in tpm_inf_pnp_probe()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | common.c | 64 ri->vendorid = le32_to_cpu(revinfo.vendorid); in brcmf_c_preinit_dcmds()
|
D | core.h | 84 u32 vendorid; member
|
D | fwil_types.h | 564 __le32 vendorid; member
|
D | core.c | 954 seq_printf(s, "vendorid: 0x%04x\n", ri->vendorid); in brcmf_revinfo_read()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_sysfs.c | 542 int vendorid, subid, caddr; in parse_codec_mode() local 546 if (sscanf(buf, "%i %i %i", &vendorid, &subid, &caddr) == 3) { in parse_codec_mode() 548 if ((vendorid <= 0 || codec->core.vendor_id == vendorid) && in parse_codec_mode()
|
D | hda_auto_parser.c | 995 unsigned int vendorid = in snd_hda_pick_fixup() local 998 if ((codec->core.subsystem_id & mask) == (vendorid & mask)) { in snd_hda_pick_fixup()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | main.h | 322 u16 vendorid; /* PCI vendor id */ member 483 u16 vendorid; member
|
D | main.c | 4456 wlc_hw->vendorid = pcidev->vendor; in brcms_b_attach() 4459 wlc_hw->vendorid = core->bus->boardinfo.vendor; in brcms_b_attach() 4527 wlc->vendorid = wlc_hw->vendorid; in brcms_b_attach() 4551 sha_params.vid = wlc_hw->vendorid; in brcms_b_attach()
|
/linux-4.1.27/drivers/usb/early/ |
D | ehci-dbgp.c | 699 u32 vendorid; in detect_set_debug_port() local 701 vendorid = read_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in detect_set_debug_port() 704 if ((vendorid & 0xffff) == 0x10de) { in detect_set_debug_port()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_pcie.c | 167 dd->vendorid = ent->vendor; in qib_pcie_ddinit()
|
D | qib.h | 902 u16 vendorid; member
|
D | qib_mad.c | 304 vendor = dd->vendorid; in subn_get_nodeinfo()
|