Home
last modified time | relevance | path

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

12

/linux-6.12.1/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-6.12.1/drivers/char/tpm/
Dtpm_infineon.c399 int vendorid[2]; in tpm_inf_pnp_probe() local
479 vendorid[1] = tpm_config_in(TPM_INF_DATA); in tpm_inf_pnp_probe()
481 vendorid[0] = tpm_config_in(TPM_INF_DATA); in tpm_inf_pnp_probe()
503 if ((vendorid[0] << 8 | vendorid[1]) == (TPM_INFINEON_DEV_VEN_VALUE)) { in tpm_inf_pnp_probe()
548 vendorid[0], vendorid[1], in tpm_inf_pnp_probe()
/linux-6.12.1/Documentation/PCI/endpoint/
Dpci-vntb-howto.rst63 progif_code secondary subsys_id vendorid
69 vendorid with 0xffff and interrupt_pin with 0x0001::
71 # cat functions/pci_epf_vntb/func1/vendorid
81 to change the vendorid and the deviceid, the following
84 # echo 0x1957 > functions/pci_epf_vntb/func1/vendorid
Dpci-ntb-howto.rst67 progif_code secondary subsys_id vendorid
73 vendorid with 0xffff and interrupt_pin with 0x0001::
75 # cat functions/pci_epf_ntb/func1/vendorid
85 to change the vendorid and the deviceid, the following
88 # echo 0x104c > functions/pci_epf_ntb/func1/vendorid
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.rst62 ... vendorid
126 | vendorid
/linux-6.12.1/sound/pci/hda/
Dhda_sysfs.c538 int vendorid, subid, caddr; in parse_codec_mode() local
542 if (sscanf(buf, "%i %i %i", &vendorid, &subid, &caddr) == 3) { in parse_codec_mode()
544 if ((vendorid <= 0 || codec->core.vendor_id == vendorid) && in parse_codec_mode()
/linux-6.12.1/Documentation/PCI/endpoint/function/binding/
Dpci-test.rst12 vendorid should be 0x104c
Dpci-ntb.rst12 vendorid should be 0x104c
/linux-6.12.1/drivers/pci/endpoint/
Dpci-ep-cfs.c419 PCI_EPF_HEADER_R(vendorid)
420 PCI_EPF_HEADER_W_u16(vendorid)
449 CONFIGFS_ATTR(pci_epf_, vendorid);
/linux-6.12.1/include/linux/
Dpci-epf.h45 u16 vendorid; member
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmain.h322 u16 vendorid; /* PCI vendor id */ member
483 u16 vendorid; member
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcore.h82 u32 vendorid; member
Dcommon.c314 ri->vendorid = le32_to_cpu(revinfo.vendorid); in brcmf_c_preinit_dcmds()
Dfwil_types.h792 __le32 vendorid; member
/linux-6.12.1/drivers/usb/early/
Dehci-dbgp.c693 u32 vendorid; in detect_set_debug_port() local
695 vendorid = read_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in detect_set_debug_port()
698 if ((vendorid & 0xffff) == 0x10de) { in detect_set_debug_port()
/linux-6.12.1/drivers/pci/endpoint/functions/
Dpci-epf-mhi.c93 .vendorid = PCI_VENDOR_ID_QCOM,
110 .vendorid = PCI_VENDOR_ID_QCOM,
127 .vendorid = PCI_VENDOR_ID_QCOM,
Dpci-epf-test.c80 .vendorid = PCI_ANY_ID,
/linux-6.12.1/drivers/infiniband/hw/qib/
Dqib_pcie.c147 dd->vendorid = ent->vendor; in qib_pcie_ddinit()
Dqib.h881 u16 vendorid; member
/linux-6.12.1/drivers/pci/controller/
Dpcie-rcar-ep.c167 val = hdr->vendorid; in rcar_pcie_ep_write_header()
Dpcie-rockchip-ep.c102 hdr->vendorid | hdr->subsys_vendor_id << 16, in rockchip_pcie_ep_write_header()
/linux-6.12.1/drivers/pci/controller/cadence/
Dpcie-cadence-ep.c68 u32 id = CDNS_PCIE_LM_ID_VENDOR(hdr->vendorid) | in cdns_pcie_ep_write_header()
/linux-6.12.1/drivers/pci/controller/dwc/
Dpcie-designware-ep.c112 dw_pcie_ep_writew_dbi(ep, func_no, PCI_VENDOR_ID, hdr->vendorid); in dw_pcie_ep_write_header()

12