/openbmc/linux/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 && 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 …]
|
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);
|
/openbmc/linux/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()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | bios_interrupts.c | 106 unsigned short devid, vendorid, devfn; in int1a_handler() local 133 vendorid = M.x86.R_EDX; in int1a_handler() 136 ret = dm_pci_find_device(vendorid, devid, devindex, &dev); in int1a_handler()
|
/openbmc/linux/Documentation/PCI/endpoint/ |
H 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
|
H A D | pci-vntb-howto.rst | 63 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
|
H 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
|
H A D | pci-endpoint-cfs.rst | 62 ... vendorid 126 | vendorid
|
/openbmc/qemu/tests/qtest/ |
H A D | riscv-iommu-test.c | 44 uint16_t vendorid, deviceid, classid; in test_pci_config() local 46 vendorid = qpci_config_readw(dev, PCI_VENDOR_ID); in test_pci_config() 50 g_assert_cmpuint(vendorid, ==, RISCV_IOMMU_PCI_VENDOR_ID); in test_pci_config()
|
/openbmc/linux/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()
|
/openbmc/linux/Documentation/PCI/endpoint/function/binding/ |
H A D | pci-test.rst | 12 vendorid should be 0x104c
|
H A D | pci-ntb.rst | 12 vendorid should be 0x104c
|
/openbmc/linux/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);
|
/openbmc/linux/include/linux/ |
H A D | pci-epf.h | 44 u16 vendorid; member
|
/openbmc/qemu/docs/system/devices/ |
H A D | usb.rst | 163 ``usb-host,vendorid=vendor,productid=product`` 308 device_add usb-host,vendorid=0x1234,productid=0x5678 321 The example above uses the ``vendorid`` and ``productid`` to 332 ``vendorid=<hexnr>`` 340 - ``vendorid`` and ``productid`` -- match for a specific device, pass it to
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | main.h | 322 u16 vendorid; /* PCI vendor id */ member 483 u16 vendorid; member
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/ipmitool/include/ipmitool/ |
H A D | ipmi_delloem.h | 274 uint32_t vendorid; member
|
/openbmc/qemu/hw/usb/ |
H A D | dev-network.c | 635 uint32_t vendorid; member 715 stl_le_p(outbuf, s->vendorid); in ndis_query() 1374 s->vendorid = 0x1234; in usb_net_realize()
|
/openbmc/linux/drivers/pci/endpoint/functions/ |
H A D | pci-epf-mhi.c | 84 .vendorid = PCI_VENDOR_ID_QCOM, 101 .vendorid = PCI_VENDOR_ID_QCOM,
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_pcie.c | 147 dd->vendorid = ent->vendor; in qib_pcie_ddinit()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-rcar-ep.c | 167 val = hdr->vendorid; in rcar_pcie_ep_write_header()
|
H A D | pcie-rockchip-ep.c | 112 hdr->vendorid | hdr->subsys_vendor_id << 16, in rockchip_pcie_ep_write_header()
|