/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/ |
H A D | names.c | 27 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 D | names.h | 17 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 D | names.c | 27 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 D | names.h | 17 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 D | tpm_infineon.c | 393 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 D | tpm_infineon.c | 393 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 D | hda_sysfs.c | 543 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 D | hda_auto_parser.c | 1026 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 D | hda_sysfs.c | 540 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 D | pci-ep-cfs.c | 295 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 D | core.h | 76 u32 vendorid; member
|
H A D | common.c | 224 ri->vendorid = le32_to_cpu(revinfo.vendorid); in brcmf_c_preinit_dcmds()
|
H A D | fwil_types.h | 706 * @vendorid: PCI vendor id. 725 __le32 vendorid; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pci-epf.h | 35 * @vendorid: identifies device manufacturer 47 u16 vendorid; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pci-epf.h | 32 * @vendorid: identifies device manufacturer 44 u16 vendorid; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | core.h | 82 u32 vendorid; member
|
H A D | common.c | 314 ri->vendorid = le32_to_cpu(revinfo.vendorid); in brcmf_c_preinit_dcmds()
|
/kernel/linux/linux-6.6/drivers/pci/endpoint/ |
H A D | pci-ep-cfs.c | 411 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 D | main.h | 322 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 D | main.h | 322 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 D | ehci-dbgp.c | 693 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 D | ehci-dbgp.c | 693 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 D | pci-epf-mhi.c | 84 .vendorid = PCI_VENDOR_ID_QCOM, 101 .vendorid = PCI_VENDOR_ID_QCOM,
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_pcie.c | 162 dd->vendorid = ent->vendor; in qib_pcie_ddinit()
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pcie-rcar-ep.c | 170 val = hdr->vendorid; in rcar_pcie_ep_write_header()
|