Home
last modified time | relevance | path

Searched refs:subsystem_device (Results 1 – 25 of 219) sorted by relevance

123456789

/linux/drivers/gpu/drm/i915/display/
H A Dintel_quirks.c86 int subsystem_device; member
93 int subsystem_device; member
241 .subsystem_device = 0x0cc7,
259 (d->subsystem_device == q->subsystem_device || in intel_init_quirks()
260 q->subsystem_device == PCI_ANY_ID)) in intel_init_quirks()
282 (d->subsystem_device == q->subsystem_device || in intel_init_dpcd_quirks()
283 q->subsystem_device == PCI_ANY_ID) && in intel_init_dpcd_quirks()
/linux/drivers/scsi/fnic/
H A Dfnic_pci_subsys_devid.c115 ((char *) &pdev->subsystem_device, in fnic_get_desc_by_devid()
116 (char *) &t->subsystem_device, sizeof(short)) == 0) in fnic_get_desc_by_devid()
/linux/Documentation/translations/zh_CN/PCI/
H A Dsysfs-pci.rst36 | |-- subsystem_device
60 subsystem_device PCI子系统设备 (ascii, ro)
/linux/lib/pldmfw/
H A Dpldmfw.c619 int subsystem_device; member
643 .subsystem_device = PCI_ANY_ID, in pldmfw_op_pci_match_record()
662 ptr = &id.subsystem_device; in pldmfw_op_pci_match_record()
684 (id.subsystem_device == PCI_ANY_ID || id.subsystem_device == pdev->subsystem_device)) in pldmfw_op_pci_match_record()
/linux/drivers/xen/xen-pciback/
H A Dconf_space_quirks.c26 id->subdevice == dev->subsystem_device) && in match_one_device()
109 quirk->devid.subdevice = dev->subsystem_device; in xen_pcibk_config_quirks_init()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_irq_kms.c268 (rdev->pdev->subsystem_device == 0x30c2)) in radeon_msi_ok()
274 (rdev->pdev->subsystem_device == 0x01fc)) in radeon_msi_ok()
280 (rdev->pdev->subsystem_device == 0x01fd)) in radeon_msi_ok()
286 (rdev->pdev->subsystem_device == 0x0185)) in radeon_msi_ok()
H A Dradeon_combios.c884 (rdev->pdev->subsystem_device == 0x7c28)) || in radeon_combios_get_primary_dac_info()
888 (rdev->pdev->subsystem_device == 0x7149))) { in radeon_combios_get_primary_dac_info()
1494 (rdev->pdev->subsystem_device == 0x4a48)) { in radeon_get_legacy_connector_info_from_table()
1501 (rdev->pdev->subsystem_device == 0x4150)) { in radeon_get_legacy_connector_info_from_table()
1506 (rdev->pdev->subsystem_device == 0x4c66)) { in radeon_get_legacy_connector_info_from_table()
2223 rdev->pdev->subsystem_device == 0x201e && bios_index == 2) { in radeon_apply_legacy_quirks()
2238 rdev->pdev->subsystem_device == 0x009f) in radeon_apply_legacy_tv_quirks()
2244 rdev->pdev->subsystem_device == 0x280a) in radeon_apply_legacy_tv_quirks()
2250 rdev->pdev->subsystem_device == 0x0131) in radeon_apply_legacy_tv_quirks()
2406 rdev->pdev->subsystem_device in radeon_get_legacy_connector_info_from_bios()
[all...]
/linux/include/linux/soc/marvell/
H A Dsilicons.h19 return (pdev->subsystem_device & 0xFF) == CN20K_CHIPID; in is_cn20k()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c754 u32 subsystem_device; member
779 .subsystem_device = PCI_ANY_ID, in ice_op_pci_match_record()
798 ptr = &id.subsystem_device; in ice_op_pci_match_record()
823 (id.subsystem_device == PCI_ANY_ID || in ice_op_pci_match_record()
824 id.subsystem_device == pdev->subsystem_device)) in ice_op_pci_match_record()
/linux/sound/soc/sof/
H A Dsof-pci-dev.c228 sof_pdata->subsystem_device = pci->subsystem_device; in sof_pci_probe()
/linux/drivers/pci/
H A Dquirks.c1160 if (dev->subsystem_device == 0xa118) in quirk_cavium_sriov_rnm_link()
1519 switch (dev->subsystem_device) { in asus_hides_smbus_hostbridge()
1527 switch (dev->subsystem_device) { in asus_hides_smbus_hostbridge()
1534 switch (dev->subsystem_device) { in asus_hides_smbus_hostbridge()
1539 switch (dev->subsystem_device) { in asus_hides_smbus_hostbridge()
1544 switch (dev->subsystem_device) { in asus_hides_smbus_hostbridge()
1549 switch (dev->subsystem_device) { in asus_hides_smbus_hostbridge()
1556 switch (dev->subsystem_device) { in asus_hides_smbus_hostbridge()
1562 switch (dev->subsystem_device) { in asus_hides_smbus_hostbridge()
1567 switch (dev->subsystem_device) { in asus_hides_smbus_hostbridge()
[all...]
/linux/include/sound/
H A Dsof.h84 unsigned short subsystem_device; member
H A Dsoc-acpi.h72 * @subsystem_device: optional PCI SSID device value
75 * subsystem_vendor and subsystem_device.
89 unsigned short subsystem_device; member
/linux/drivers/media/pci/ddbridge/
H A Dddbridge-main.c191 dev->link[0].ids.subdevice = pdev->subsystem_device; in ddb_probe()
196 id->subvendor, pdev->subsystem_device); in ddb_probe()
/linux/sound/soc/intel/avs/
H A Dtgl.c60 hwid.subsystem = pci->subsystem_vendor | (pci->subsystem_device << 16); in avs_tgl_config_basefw()
/linux/drivers/media/pci/saa7146/
H A Dhexium_orion.c240 if (0x17c8 == dev->pci->subsystem_vendor && 0x0101 == dev->pci->subsystem_device) { in hexium_probe()
248 if (0x17c8 == dev->pci->subsystem_vendor && 0x2101 == dev->pci->subsystem_device) { in hexium_probe()
/linux/drivers/media/pci/cx18/
H A Dcx18-cards.h60 u16 subsystem_device; member
/linux/drivers/scsi/esas2r/
H A Desas2r_ioctl.c449 gcc->board_id = MAKEDWORD(a->pcid->subsystem_device, in csmi_ioctl_callback()
779 gai->pci.ss_device_id = a->pcid->subsystem_device; in hba_ioctl_callback()
823 if (a->pcid->subsystem_device == ATTO_ESAS_R60F in hba_ioctl_callback()
824 || a->pcid->subsystem_device == ATTO_ESAS_R608 in hba_ioctl_callback()
825 || a->pcid->subsystem_device == ATTO_ESAS_R644 in hba_ioctl_callback()
826 || a->pcid->subsystem_device == ATTO_TSSC_3808E) in hba_ioctl_callback()
843 if (a->pcid->subsystem_device == ATTO_ESAS_R6F0 in hba_ioctl_callback()
844 || a->pcid->subsystem_device == ATTO_ESAS_R60F) in hba_ioctl_callback()
1423 ioctl->data.chaninfo.ven_dev_id = a->pcid->subsystem_device; in esas2r_ioctl_handler()
/linux/drivers/media/pci/mantis/
H A Dmantis_pci.c92 mantis->pdev->subsystem_device); in mantis_pci_init()
/linux/sound/core/
H A Dmisc.c73 pci->subsystem_device, in snd_pci_quirk_lookup()
/linux/drivers/cdx/
H A Dcdx.c195 (id->subdevice == CDX_ANY_ID || id->subdevice == dev->subsystem_device) && in cdx_match_one_device()
394 cdx_config_attr(subsystem_device, "0x%04x\n");
451 cdx_dev->device, cdx_dev->subsystem_vendor, cdx_dev->subsystem_device, in modalias_show()
814 cdx_dev->subsystem_device = dev_params->subsys_device; in cdx_device_add()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h618 (pdev->subsystem_device == PCI_SUBSYS_DEVID_88XX_NIC_PF); in pass1_silicon()
624 (pdev->subsystem_device == PCI_SUBSYS_DEVID_88XX_NIC_PF); in pass2_silicon()
/linux/drivers/staging/media/av7110/
H A Dav7110_ir.c126 rcdev->input_id.product = pci->subsystem_device; in av7110_ir_init()
/linux/drivers/virtio/
H A Dvirtio_pci_legacy_dev.c56 ldev->id.device = pci_dev->subsystem_device; in vp_legacy_probe()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.h751 if (pdev->subsystem_device == PCI_SUBSYS_DEVID_CNF10K_A && in is_cnf10ka_a0()
761 if (pdev->subsystem_device == PCI_SUBSYS_DEVID_CN10K_A && in is_cn10ka_a0()
771 if (pdev->subsystem_device == PCI_SUBSYS_DEVID_CN10K_A && in is_cn10ka_a1()
781 if (pdev->subsystem_device == PCI_SUBSYS_DEVID_CN10K_B) in is_cn10kb()
843 if (pdev->subsystem_device == PCI_SUBSYS_DEVID_98XX) in is_rvu_supports_nix1()

123456789