Home
last modified time | relevance | path

Searched refs:vendorid (Results 1 - 25 of 46) sorted by relevance

12

/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/
H A 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 in names_product()
188 new_vendor(const char *name, u_int16_t vendorid) new_vendor() argument
207 new_product(const char *name, u_int16_t vendorid, u_int16_t productid) new_product() argument
[all...]
H A 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);
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/
H A 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 in names_product()
188 new_vendor(const char *name, u_int16_t vendorid) new_vendor() argument
207 new_product(const char *name, u_int16_t vendorid, u_int16_t productid) new_product() argument
[all...]
H A 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);
/kernel/linux/linux-5.10/drivers/char/tpm/
H A 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()
/kernel/linux/linux-6.6/drivers/char/tpm/
H A 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()
/kernel/linux/linux-5.10/sound/pci/hda/
H A 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()
H A Dhda_auto_parser.c1026 unsigned int vendorid = in snd_hda_pick_fixup() local
1029 if ((codec->core.subsystem_id & mask) == (vendorid & mask)) { in snd_hda_pick_fixup()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_sysfs.c540 int vendorid, subid, caddr; in parse_codec_mode() local
544 if (sscanf(buf, "%i %i %i", &vendorid, &subid, &caddr) == 3) { in parse_codec_mode()
546 if ((vendorid <= 0 || codec->core.vendor_id == vendorid) && in parse_codec_mode()
/kernel/linux/linux-5.10/drivers/pci/endpoint/
H A Dpci-ep-cfs.c295 PCI_EPF_HEADER_R(vendorid)
296 PCI_EPF_HEADER_W_u16(vendorid)
325 CONFIGFS_ATTR(pci_epf_, vendorid);
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.h76 u32 vendorid; member
H A Dcommon.c224 ri->vendorid = le32_to_cpu(revinfo.vendorid); in brcmf_c_preinit_dcmds()
H A Dfwil_types.h706 * @vendorid: PCI vendor id.
725 __le32 vendorid; member
/kernel/linux/linux-5.10/include/linux/
H A Dpci-epf.h35 * @vendorid: identifies device manufacturer
47 u16 vendorid; member
/kernel/linux/linux-6.6/include/linux/
H A Dpci-epf.h32 * @vendorid: identifies device manufacturer
44 u16 vendorid; member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.h82 u32 vendorid; member
H A Dcommon.c314 ri->vendorid = le32_to_cpu(revinfo.vendorid); in brcmf_c_preinit_dcmds()
/kernel/linux/linux-6.6/drivers/pci/endpoint/
H A Dpci-ep-cfs.c411 PCI_EPF_HEADER_R(vendorid)
412 PCI_EPF_HEADER_W_u16(vendorid)
441 CONFIGFS_ATTR(pci_epf_, vendorid);
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.h322 u16 vendorid; /* PCI vendor id */ member
401 * vendorid: PCI vendor id.
483 u16 vendorid; member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.h322 u16 vendorid; /* PCI vendor id */ member
401 * vendorid: PCI vendor id.
483 u16 vendorid; member
/kernel/linux/linux-5.10/drivers/usb/early/
H A 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()
/kernel/linux/linux-6.6/drivers/usb/early/
H A 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()
/kernel/linux/linux-6.6/drivers/pci/endpoint/functions/
H A Dpci-epf-mhi.c84 .vendorid = PCI_VENDOR_ID_QCOM,
101 .vendorid = PCI_VENDOR_ID_QCOM,
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_pcie.c162 dd->vendorid = ent->vendor; in qib_pcie_ddinit()
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpcie-rcar-ep.c170 val = hdr->vendorid; in rcar_pcie_ep_write_header()

Completed in 25 milliseconds

12