Home
last modified time | relevance | path

Searched refs:vendorid (Results 1 – 24 of 24) sorted by relevance

/Linux-v5.4/tools/usb/usbip/libsrc/
Dnames.c27 u_int16_t vendorid; member
33 u_int16_t vendorid, productid; member
83 const char *names_vendor(u_int16_t vendorid) in names_vendor() argument
87 v = vendors[hashnum(vendorid)]; in names_vendor()
89 if (v->vendorid == vendorid) in names_vendor()
94 const char *names_product(u_int16_t vendorid, u_int16_t productid) in names_product() argument
98 p = products[hashnum((vendorid << 16) | productid)]; in names_product()
100 if (p->vendorid == vendorid && p->productid == productid) in names_product()
188 static int new_vendor(const char *name, u_int16_t vendorid) in new_vendor() argument
191 unsigned int h = hashnum(vendorid); in new_vendor()
[all …]
Dnames.h17 extern const char *names_vendor(u_int16_t vendorid);
18 extern const char *names_product(u_int16_t vendorid, u_int16_t productid);
/Linux-v5.4/drivers/char/tpm/
Dtpm_infineon.c393 int vendorid[2]; in tpm_inf_pnp_probe() local
473 vendorid[1] = tpm_config_in(TPM_INF_DATA); in tpm_inf_pnp_probe()
475 vendorid[0] = tpm_config_in(TPM_INF_DATA); in tpm_inf_pnp_probe()
497 if ((vendorid[0] << 8 | vendorid[1]) == (TPM_INFINEON_DEV_VEN_VALUE)) { in tpm_inf_pnp_probe()
542 vendorid[0], vendorid[1], in tpm_inf_pnp_probe()
/Linux-v5.4/Documentation/PCI/endpoint/
Dpci-test-howto.rst63 deviceid msix_interrupts subclass_code vendorid
67 vendorid with 0xffff and interrupt_pin with 0x0001::
69 # cat functions/pci_epf_test/func1/vendorid
79 to change the vendorid and the number of MSI interrupts used by the function
82 # echo 0x104c > functions/pci_epf_test/func1/vendorid
Dpci-endpoint-cfs.rst61 ... vendorid
106 | vendorid
/Linux-v5.4/Documentation/PCI/endpoint/function/binding/
Dpci-test.txt6 vendorid : should be 0x104c
/Linux-v5.4/drivers/pci/endpoint/
Dpci-ep-cfs.c311 PCI_EPF_HEADER_R(vendorid)
312 PCI_EPF_HEADER_W_u16(vendorid)
341 CONFIGFS_ATTR(pci_epf_, vendorid);
/Linux-v5.4/sound/pci/hda/
Dhda_sysfs.c543 int vendorid, subid, caddr; in parse_codec_mode() local
547 if (sscanf(buf, "%i %i %i", &vendorid, &subid, &caddr) == 3) { in parse_codec_mode()
549 if ((vendorid <= 0 || codec->core.vendor_id == vendorid) && in parse_codec_mode()
Dhda_auto_parser.c1019 unsigned int vendorid = in snd_hda_pick_fixup() local
1022 if ((codec->core.subsystem_id & mask) == (vendorid & mask)) { in snd_hda_pick_fixup()
/Linux-v5.4/include/linux/
Dpci-epf.h41 u16 vendorid; member
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcore.h76 u32 vendorid; member
Dcommon.c224 ri->vendorid = le32_to_cpu(revinfo.vendorid); in brcmf_c_preinit_dcmds()
Dfwil_types.h712 __le32 vendorid; member
Dcore.c1059 seq_printf(s, "vendorid: 0x%04x\n", ri->vendorid); in brcmf_revinfo_read()
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmain.h322 u16 vendorid; /* PCI vendor id */ member
483 u16 vendorid; member
Dmain.c4457 wlc_hw->vendorid = pcidev->vendor; in brcms_b_attach()
4460 wlc_hw->vendorid = core->bus->boardinfo.vendor; in brcms_b_attach()
4528 wlc->vendorid = wlc_hw->vendorid; in brcms_b_attach()
4552 sha_params.vid = wlc_hw->vendorid; in brcms_b_attach()
/Linux-v5.4/drivers/usb/early/
Dehci-dbgp.c698 u32 vendorid; in detect_set_debug_port() local
700 vendorid = read_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in detect_set_debug_port()
703 if ((vendorid & 0xffff) == 0x10de) { in detect_set_debug_port()
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_pcie.c162 dd->vendorid = ent->vendor; in qib_pcie_ddinit()
Dqib.h885 u16 vendorid; member
/Linux-v5.4/drivers/pci/controller/
Dpcie-cadence-ep.c71 u32 id = CDNS_PCIE_LM_ID_VENDOR(hdr->vendorid) | in cdns_pcie_ep_write_header()
Dpcie-rockchip-ep.c132 u32 vid_regs = (hdr->vendorid & GENMASK(15, 0)) | in rockchip_pcie_ep_write_header()
/Linux-v5.4/drivers/pci/controller/dwc/
Dpcie-designware-ep.c50 dw_pcie_writew_dbi(pci, PCI_VENDOR_ID, hdr->vendorid); in dw_pcie_ep_write_header()
/Linux-v5.4/drivers/pci/endpoint/functions/
Dpci-epf-test.c67 .vendorid = PCI_ANY_ID,
/Linux-v5.4/drivers/gpu/drm/amd/include/
Datomfirmware.h3160 uint16_t vendorid; //0x58 member