| /linux/drivers/gpu/drm/radeon/ |
| H A D | pptable.h | 573 UCHAR revid; member 606 UCHAR revid; member 625 UCHAR revid; member 643 UCHAR revid; member 659 UCHAR revid; member 665 UCHAR revid; member
|
| /linux/tools/power/acpi/tools/pfrut/ |
| H A D | pfrut.c | 29 revid, log_revid; variable 70 " -d, --revid update\n" in help() 76 " -D, --revid log\n", in help() 151 revid = atoi(optarg); in parse_options() 298 printf("Invalid log revid %d, unchanged.\n", in main() 315 ret = ioctl(fd_update, PFRU_IOC_SET_REV, &revid); in main() 317 perror("pfru update revid set failed"); in main() 324 printf("pfru update revid set to %d\n", revid); in main()
|
| /linux/drivers/hwmon/ |
| H A D | mc34vr500.c | 170 unsigned int reg, revid, fabid; in mc34vr500_probe() local 190 ret = regmap_read(regmap, MC34VR500_SILICONREVID, &revid); in mc34vr500_probe() 198 dev_dbg(dev, "mc34vr500: revid 0x%x fabid 0x%x\n", revid, fabid); in mc34vr500_probe()
|
| /linux/drivers/input/keyboard/ |
| H A D | adp5585-keys.c | 273 unsigned int revid; in adp5585_keys_probe() local 295 error = regmap_read(adp5585->regmap, ADP5585_ID, &revid); in adp5585_keys_probe() 309 kpad->input->id.version = revid & ADP5585_REV_ID_MASK; in adp5585_keys_probe()
|
| H A D | adp5588-keys.c | 727 unsigned int revid; in adp5588_probe() local 770 revid = ret & ADP5588_DEVICE_ID_MASK; in adp5588_probe() 771 if (WA_DELAYED_READOUT_REVID(revid)) in adp5588_probe() 782 input->id.version = revid; in adp5588_probe() 811 dev_info(&client->dev, "Rev.%d controller\n", revid); in adp5588_probe()
|
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_pci.c | 315 u32 *ver, u32 *revid) in fake_read_gmdid() argument 322 *revid = xe_step_to_gmdid(data->step.media); in fake_read_gmdid() 325 *revid = xe_step_to_gmdid(data->step.graphics); in fake_read_gmdid()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_sriov_packet.c | 387 klvs[len++] = xe->info.revid; in pf_descriptor_init() 444 if (*klvs != xe->info.revid) { in xe_sriov_packet_process_descriptor() 447 *klvs, xe->info.revid); in xe_sriov_packet_process_descriptor()
|
| H A D | xe_pci.c | 593 static int read_gmdid(struct xe_device *xe, enum xe_gmdid_type type, u32 *ver, u32 *revid) in read_gmdid() argument 599 KUNIT_STATIC_STUB_REDIRECT(read_gmdid, xe, type, ver, revid); in read_gmdid() 617 *ver = *revid = 0; in read_gmdid() 658 *revid = REG_FIELD_GET(GMD_ID_REVID, val); in read_gmdid() 1120 xe->info.devid, xe->info.revid, in xe_pci_probe()
|
| H A D | xe_device.c | 470 xe->info.revid = pdev->revision; in xe_device_create() 1230 drm_printf(p, "PCI revision: 0x%02x\n", xe->info.revid); in xe_device_snapshot_print()
|
| /linux/drivers/net/ethernet/ibm/emac/ |
| H A D | tah.h | 23 u32 revid; member
|
| H A D | emac.h | 79 u32 revid; member
|
| /linux/Documentation/PCI/endpoint/function/binding/ |
| H A D | pci-test.rst | 14 revid don't care
|
| H A D | pci-ntb.rst | 14 revid don't care
|
| /linux/include/linux/mfd/ |
| H A D | cs40l50.h | 127 u32 revid; member
|
| /linux/drivers/staging/sm750fb/ |
| H A D | sm750_hw.c | 57 sm750_set_chip_type(sm750_dev->devid, sm750_dev->revid); in hw_sm750_map() 224 if (sm750_dev->revid == SM750LE_REVISION_ID) in hw_sm750_crtc_check_mode()
|
| H A D | sm750.c | 586 if (sm750_dev->revid == SM750LE_REVISION_ID) in lynxfb_ops_blank() 618 sm750_dev->accel.de_wait = (sm750_dev->revid == SM750LE_REVISION_ID) ? in sm750fb_set_drv() 910 if (sm750_dev->revid != SM750LE_REVISION_ID) { in sm750fb_setup() 999 sm750_dev->revid = pdev->revision; in lynxfb_pci_probe()
|
| /linux/drivers/net/ethernet/atheros/alx/ |
| H A D | hw.c | 781 u8 revid = alx_hw_revision(hw); in alx_post_phy_link() local 782 bool adj_th = revid == ALX_REV_B0; in alx_post_phy_link() 784 if (revid != ALX_REV_B0 && !alx_is_rev_a(revid)) in alx_post_phy_link()
|
| /linux/sound/soc/codecs/ |
| H A D | cs35l56-shared.c | 1432 unsigned int devid, revid, otpid, secured, fw_ver; in cs35l56_hw_init() local 1445 ret = regmap_read_bypassed(cs35l56_base->regmap, CS35L56_REVID, &revid); in cs35l56_hw_init() 1450 cs35l56_base->rev = revid & (CS35L56_AREVID_MASK | CS35L56_MTLREVID_MASK); in cs35l56_hw_init()
|
| /linux/Documentation/PCI/endpoint/ |
| H A D | pci-ntb-howto.rst | 69 revid subclass_code subsys_vendor_id
|
| /linux/drivers/acpi/nfit/ |
| H A D | core.c | 566 u8 revid; in acpi_nfit_ctl() local 569 revid = nfit_dsm_revid(nfit_mem->family, func); in acpi_nfit_ctl() 571 revid = 1; in acpi_nfit_ctl() 572 out_obj = acpi_evaluate_dsm(handle, guid, revid, func, &in_obj); in acpi_nfit_ctl() 1745 u8 revid = nfit_dsm_revid(nfit_mem->family, func); in nfit_intel_shutdown_status() local 1753 out_obj = acpi_evaluate_dsm_typed(handle, guid, revid, func, &in_obj, ACPI_TYPE_BUFFER); in nfit_intel_shutdown_status()
|
| /linux/Documentation/nvme/ |
| H A D | nvme-pci-endpoint-target.rst | 256 msi_interrupts revid vendorid 347 revid Do not care
|
| /linux/drivers/input/misc/ |
| H A D | cs40l50-vibra.c | 503 vib->input->id.version = cs40l50->revid; in cs40l50_vibra_probe()
|
| /linux/drivers/pci/controller/ |
| H A D | pcie-rockchip-ep.c | 133 hdr->revid | in rockchip_pcie_ep_write_header()
|
| /linux/drivers/pci/controller/cadence/ |
| H A D | pcie-cadence-ep.c | 57 cdns_pcie_ep_fn_writeb(pcie, fn, PCI_REVISION_ID, hdr->revid); in cdns_pcie_ep_write_header()
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pcie-designware-ep.c | 94 dw_pcie_ep_writeb_dbi(ep, func_no, PCI_REVISION_ID, hdr->revid); in dw_pcie_ep_write_header()
|