/linux/tools/usb/usbip/libsrc/ |
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() 100 if (p->vendorid == vendorid && p->productid == productid) in names_product() 191 unsigned int h = hashnum(vendorid); in new_vendor() 195 if (v->vendorid == vendorid) in new_vendor() 201 v->vendorid = vendorid; in new_vendor() 215 if (p->vendorid == vendorid && p->productid == productid) in new_product() [all …]
|
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);
|
/linux/drivers/char/tpm/ |
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()
|
/linux/Documentation/PCI/endpoint/ |
A D | pci-ntb-howto.rst | 67 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
|
A D | pci-test-howto.rst | 63 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
|
A D | pci-endpoint-cfs.rst | 62 ... vendorid 126 | vendorid
|
/linux/sound/pci/hda/ |
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()
|
/linux/Documentation/PCI/endpoint/function/binding/ |
A D | pci-test.rst | 12 vendorid should be 0x104c
|
A D | pci-ntb.rst | 12 vendorid should be 0x104c
|
/linux/drivers/pci/endpoint/ |
A D | pci-ep-cfs.c | 407 PCI_EPF_HEADER_R(vendorid) 408 PCI_EPF_HEADER_W_u16(vendorid) 437 CONFIGFS_ATTR(pci_epf_, vendorid);
|
/linux/include/linux/ |
A D | pci-epf.h | 49 u16 vendorid; member
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
A D | main.h | 322 u16 vendorid; /* PCI vendor id */ member 483 u16 vendorid; member
|
A D | main.c | 4436 wlc_hw->vendorid = pcidev->vendor; in brcms_b_attach() 4439 wlc_hw->vendorid = core->bus->boardinfo.vendor; in brcms_b_attach() 4507 wlc->vendorid = wlc_hw->vendorid; in brcms_b_attach() 4531 sha_params.vid = wlc_hw->vendorid; in brcms_b_attach()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
A D | core.h | 76 u32 vendorid; member
|
A D | common.c | 224 ri->vendorid = le32_to_cpu(revinfo.vendorid); in brcmf_c_preinit_dcmds()
|
A D | fwil_types.h | 725 __le32 vendorid; member
|
A D | core.c | 1145 seq_printf(s, "vendorid: 0x%04x\n", ri->vendorid); in brcmf_revinfo_read()
|
/linux/drivers/usb/early/ |
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()
|
/linux/drivers/infiniband/hw/qib/ |
A D | qib_pcie.c | 155 dd->vendorid = ent->vendor; in qib_pcie_ddinit()
|
A D | qib.h | 881 u16 vendorid; member
|
/linux/drivers/pci/controller/ |
A D | pcie-rcar-ep.c | 167 val = hdr->vendorid; in rcar_pcie_ep_write_header()
|
A D | pcie-rockchip-ep.c | 133 u32 vid_regs = (hdr->vendorid & GENMASK(15, 0)) | in rockchip_pcie_ep_write_header()
|
/linux/drivers/pci/controller/cadence/ |
A D | pcie-cadence-ep.c | 67 u32 id = CDNS_PCIE_LM_ID_VENDOR(hdr->vendorid) | in cdns_pcie_ep_write_header()
|
/linux/drivers/pci/controller/dwc/ |
A D | pcie-designware-ep.c | 139 dw_pcie_writew_dbi(pci, func_offset + PCI_VENDOR_ID, hdr->vendorid); in dw_pcie_ep_write_header()
|
/linux/drivers/pci/endpoint/functions/ |
A D | pci-epf-test.c | 75 .vendorid = PCI_ANY_ID,
|