/linux-4.19.296/drivers/pci/controller/ |
D | pcie-cadence-host.c | 37 u16 vendor_id; member 125 if (rc->vendor_id != 0xffff) { in cdns_pcie_host_init_root_port() 126 id = CDNS_PCIE_LM_ID_VENDOR(rc->vendor_id) | in cdns_pcie_host_init_root_port() 127 CDNS_PCIE_LM_ID_SUBSYS(rc->vendor_id); in cdns_pcie_host_init_root_port() 270 rc->vendor_id = 0xffff; in cdns_pcie_host_probe() 271 of_property_read_u16(np, "vendor-id", &rc->vendor_id); in cdns_pcie_host_probe()
|
/linux-4.19.296/drivers/thunderbolt/ |
D | tb_regs.h | 146 u16 vendor_id; member 186 u16 vendor_id; member
|
D | eeprom.c | 189 u16 vendor_id; member 573 sw->vendor = header->vendor_id; in tb_drom_read()
|
D | switch.c | 460 port->port_number, port->vendor_id, port->device_id, in tb_dump_port() 629 sw->vendor_id, sw->device_id, sw->revision, in tb_dump_switch() 1284 if (sw->config.vendor_id != PCI_VENDOR_ID_INTEL) in tb_switch_configure() 1286 sw->config.vendor_id); in tb_switch_configure()
|
/linux-4.19.296/include/uapi/scsi/ |
D | scsi_netlink_fc.h | 62 uint64_t vendor_id; member
|
D | scsi_netlink.h | 93 uint64_t vendor_id; member
|
D | scsi_bsg_fc.h | 222 uint64_t vendor_id; member
|
/linux-4.19.296/include/scsi/ |
D | scsi_bsg_iscsi.h | 66 uint64_t vendor_id; member
|
D | scsi_transport_sas.h | 130 char vendor_id[SAS_EXPANDER_VENDOR_ID_LEN+1]; member
|
/linux-4.19.296/drivers/pci/hotplug/ |
D | cpqphp_core.c | 796 u16 vendor_id; in cpqhpc_probe() local 822 vendor_id = pdev->vendor; in cpqhpc_probe() 823 if ((vendor_id != PCI_VENDOR_ID_COMPAQ) && in cpqhpc_probe() 824 (vendor_id != PCI_VENDOR_ID_INTEL)) { in cpqhpc_probe() 829 dbg("Vendor ID: %x\n", vendor_id); in cpqhpc_probe() 832 if ((vendor_id == PCI_VENDOR_ID_COMPAQ) && (!pdev->revision)) { in cpqhpc_probe() 843 if ((pdev->revision <= 2) && (vendor_id != PCI_VENDOR_ID_INTEL)) { in cpqhpc_probe() 873 ctrl->vendor_id = vendor_id; in cpqhpc_probe()
|
D | ibmphp_pci.c | 69 u16 vendor_id; in ibmphp_configure_card() local 101 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_VENDOR_ID, &vendor_id); in ibmphp_configure_card() 103 debug("vendor_id is %x\n", vendor_id); in ibmphp_configure_card() 104 if (vendor_id != PCI_VENDOR_ID_NOTVALID) { in ibmphp_configure_card() 106 debug("found valid device, vendor_id = %x\n", vendor_id); in ibmphp_configure_card() 132 …debug("single device case.... vendor id = %x, hdr_type = %x, class = %x\n", vendor_id, hdr_type, c… in ibmphp_configure_card() 1050 u16 vendor_id; in scan_behind_bridge() local 1081 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_VENDOR_ID, &vendor_id); in scan_behind_bridge() 1083 if (vendor_id != PCI_VENDOR_ID_NOTVALID) { in scan_behind_bridge() 1418 u16 vendor_id; in unconfigure_boot_card() local [all …]
|
/linux-4.19.296/drivers/misc/mei/ |
D | bus-fixup.c | 294 u8 vendor_id; member 361 ver->fw_ivn, ver->vendor_id, ver->radio_type); in mei_nfc_if_version() 378 if (ver->vendor_id == MEI_NFC_VENDOR_INSIDE) { in mei_nfc_radio_name() 383 if (ver->vendor_id == MEI_NFC_VENDOR_NXP) { in mei_nfc_radio_name()
|
/linux-4.19.296/include/sound/ac97/ |
D | codec.h | 49 unsigned int vendor_id; member
|
/linux-4.19.296/include/linux/ |
D | sdb.h | 29 uint64_t vendor_id; /* 0x18..0x1f */ member
|
D | switchtec.h | 123 char vendor_id[8]; member 292 u16 vendor_id; member
|
D | mod_devicetable.h | 34 __u32 vendor_id; member 225 __u32 vendor_id; member
|
D | hid-sensor-hub.h | 82 u32 vendor_id; member
|
D | scmi_protocol.h | 33 char vendor_id[SCMI_MAX_STR_SIZE]; member
|
/linux-4.19.296/include/uapi/linux/ |
D | cec-funcs.h | 1092 static inline void cec_msg_device_vendor_id(struct cec_msg *msg, __u32 vendor_id) in cec_msg_device_vendor_id() argument 1097 msg->msg[2] = vendor_id >> 16; in cec_msg_device_vendor_id() 1098 msg->msg[3] = (vendor_id >> 8) & 0xff; in cec_msg_device_vendor_id() 1099 msg->msg[4] = vendor_id & 0xff; in cec_msg_device_vendor_id() 1103 __u32 *vendor_id) in cec_ops_device_vendor_id() argument 1105 *vendor_id = (msg->msg[2] << 16) | (msg->msg[3] << 8) | msg->msg[4]; in cec_ops_device_vendor_id() 1138 __u32 vendor_id, __u8 size, in cec_msg_vendor_command_with_id() argument 1145 msg->msg[2] = vendor_id >> 16; in cec_msg_vendor_command_with_id() 1146 msg->msg[3] = (vendor_id >> 8) & 0xff; in cec_msg_vendor_command_with_id() 1147 msg->msg[4] = vendor_id & 0xff; in cec_msg_vendor_command_with_id() [all …]
|
/linux-4.19.296/drivers/misc/cxl/ |
D | of.c | 149 u16 device_id, vendor_id; in cxl_of_read_afu_properties() local 230 &vendor_id); in cxl_of_read_afu_properties() 233 i, vendor_id); in cxl_of_read_afu_properties()
|
/linux-4.19.296/drivers/extcon/ |
D | extcon-sm5502.c | 520 unsigned int reg_data, vendor_id, version_id; in sm5502_init_dev_type() local 531 vendor_id = ((reg_data & SM5502_REG_DEVICE_ID_VENDOR_MASK) >> in sm5502_init_dev_type() 537 version_id, vendor_id); in sm5502_init_dev_type()
|
D | extcon-rt8973a.c | 507 unsigned int data, vendor_id, version_id; in rt8973a_init_dev_type() local 518 vendor_id = ((data & RT8973A_REG_DEVICE_ID_VENDOR_MASK) >> in rt8973a_init_dev_type() 524 version_id, vendor_id); in rt8973a_init_dev_type()
|
/linux-4.19.296/include/rdma/ |
D | opa_smi.h | 116 u8 vendor_id[3]; /* network byte order */ member
|
D | ib_smi.h | 134 u8 vendor_id[3]; member
|
/linux-4.19.296/include/sound/ |
D | hdaudio_ext.h | 19 { .vendor_id = (_vid), .rev_id = (_rev), .name = (_name), \
|