| /linux-6.15/drivers/net/wireless/st/cw1200/ |
| H A D | fwio.c | 93 switch (priv->hw_revision) { in cw1200_load_firmware_cw1200() 120 pr_err("Invalid silicon revision %d.\n", priv->hw_revision); in cw1200_load_firmware_cw1200() 401 priv->hw_revision = CW1200_HW_REV_CUT11; in cw1200_load_firmware() 405 priv->hw_revision = CW1200_HW_REV_CUT10; in cw1200_load_firmware() 438 priv->hw_revision = CW1200_HW_REV_CUT22; in cw1200_load_firmware() 441 priv->hw_revision = CW1200_HW_REV_CUT20; in cw1200_load_firmware() 447 priv->hw_revision = CW1X60_HW_REV; in cw1200_load_firmware() 471 if (priv->hw_revision == CW1X60_HW_REV) { in cw1200_load_firmware()
|
| H A D | cw1200.h | 119 } hw_revision; member
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-u2fzero.c | 29 enum hw_revision { enum 90 kernel_ulong_t hw_revision; member 178 .cmd = hw_configs[dev->hw_revision].wink_cmd, in u2fzero_blink() 206 .cmd = hw_configs[dev->hw_revision].rng_cmd, in u2fzero_rng_read() 320 dev->hw_revision = id->driver_data; in u2fzero_probe() 356 hid_info(hdev, "%s LED initialised\n", hw_configs[dev->hw_revision].name); in u2fzero_probe() 364 hid_info(hdev, "%s RNG initialised\n", hw_configs[dev->hw_revision].name); in u2fzero_probe()
|
| /linux-6.15/drivers/media/rc/ |
| H A D | ene_ir.c | 89 u8 hw_revision, old_ver; in ene_hw_detect() local 97 hw_revision = ene_read_reg(dev, ENE_ECHV); in ene_hw_detect() 107 if (hw_revision == 0xFF) { in ene_hw_detect() 125 dev->hw_revision = ENE_HW_C; in ene_hw_detect() 128 dev->hw_revision = ENE_HW_B; in ene_hw_detect() 131 dev->hw_revision = ENE_HW_D; in ene_hw_detect() 136 if (dev->hw_revision < ENE_HW_C) in ene_hw_detect() 400 if (dev->hw_revision < ENE_HW_C) in ene_rx_setup() 466 if (dev->hw_revision < ENE_HW_C) { in ene_rx_enable_hw() 588 if (dev->hw_revision == ENE_HW_C) in ene_tx_enable() [all …]
|
| H A D | ene_ir.h | 191 int hw_revision; /* hardware revision */ member
|
| /linux-6.15/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_v4l2.c | 381 if (isp->media_dev.hw_revision >= in atomisp_save_iunit_reg() 705 if (isp->media_dev.hw_revision < in atomisp_csi_lane_config() 717 if (isp->media_dev.hw_revision < in atomisp_csi_lane_config() 1093 if (isp->media_dev.hw_revision == in atomisp_load_firmware() 1098 if (isp->media_dev.hw_revision == in atomisp_load_firmware() 1105 isp->media_dev.hw_revision); in atomisp_load_firmware() 1193 isp->media_dev.hw_revision = in atomisp_pci_probe() 1213 isp->media_dev.hw_revision = in atomisp_pci_probe() 1250 isp->media_dev.hw_revision = (ATOMISP_HW_REVISION_ISP2401 in atomisp_pci_probe() 1252 isp->media_dev.hw_revision |= pdev->revision < 2 ? in atomisp_pci_probe() [all …]
|
| H A D | atomisp_internal.h | 37 (((isp)->media_dev.hw_revision & ATOMISP_HW_REVISION_MASK) == \
|
| /linux-6.15/drivers/net/wireless/silabs/wfx/ |
| H A D | fwio.c | 321 int hw_revision, hw_type; in wfx_init_device() local 346 hw_revision = FIELD_GET(CFG_DEVICE_ID_MAJOR, reg); in wfx_init_device() 347 if (hw_revision == 0) { in wfx_init_device() 348 dev_err(wdev->dev, "bad hardware revision number: %d\n", hw_revision); in wfx_init_device()
|
| /linux-6.15/drivers/media/platform/st/stm32/stm32-dcmipp/ |
| H A D | dcmipp-core.c | 91 u32 hw_revision; member 135 .hw_revision = DCMIPP_STM32MP13_VERR 169 .hw_revision = DCMIPP_STM32MP25_VERR, 562 dcmipp->mdev.hw_revision = pipe_cfg->hw_revision; in dcmipp_probe()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_linecards.c | 23 __be16 hw_revision; member 588 sprintf(buf, "%d", linecard->hw_revision); in mlxsw_linecard_devlink_info_get() 621 u16 hw_revision, u16 ini_version) in mlxsw_linecard_provision_set() argument 644 linecard->hw_revision = hw_revision; in mlxsw_linecard_provision_set() 719 u16 ini_version, hw_revision; in mlxsw_linecard_status_process() local 725 &hw_revision, &ini_version, in mlxsw_linecard_status_process() 741 hw_revision, ini_version); in mlxsw_linecard_status_process() 1127 ret = linecard->hw_revision == be16_to_cpu(ini_file->format.hw_revision) && in mlxsw_linecard_same_provision()
|
| /linux-6.15/drivers/media/platform/raspberrypi/rp1-cfe/ |
| H A D | pisp-fe.h | 34 u32 hw_revision; member
|
| H A D | pisp-fe.c | 550 fe->hw_revision = pisp_fe_reg_read(fe, FE_VERSION); in pisp_fe_init() 552 (fe->hw_revision >> 24) & 0xff, in pisp_fe_init() 553 (fe->hw_revision >> 20) & 0x0f); in pisp_fe_init()
|
| /linux-6.15/drivers/gpu/drm/msm/dp/ |
| H A D | dp_catalog.c | 417 u32 mainlink_ctrl, hw_revision; in msm_dp_catalog_setup_peripheral_flush() local 423 hw_revision = msm_dp_catalog_hw_revision(msm_dp_catalog); in msm_dp_catalog_setup_peripheral_flush() 424 if (hw_revision >= DP_HW_VERSION_1_2) in msm_dp_catalog_setup_peripheral_flush() 896 u32 hw_revision; in msm_dp_catalog_panel_update_sdp() local 900 hw_revision = msm_dp_catalog_hw_revision(msm_dp_catalog); in msm_dp_catalog_panel_update_sdp() 901 if (hw_revision < DP_HW_VERSION_1_2 && hw_revision >= DP_HW_VERSION_1_0) { in msm_dp_catalog_panel_update_sdp()
|
| /linux-6.15/drivers/media/mc/ |
| H A D | mc-device.c | 76 info->hw_revision = dev->hw_revision; in media_device_get_info() 848 mdev->hw_revision = (pci_dev->subsystem_vendor << 16) in media_device_pci_init() 877 mdev->hw_revision = le16_to_cpu(udev->descriptor.bcdDevice); in __media_device_usb_init()
|
| /linux-6.15/drivers/staging/media/tegra-video/ |
| H A D | vi.h | 84 u32 hw_revision; member
|
| /linux-6.15/include/media/ |
| H A D | media-device.h | 154 u32 hw_revision; member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | media.h | 32 __u32 hw_revision; member
|
| /linux-6.15/Documentation/userspace-api/media/mediactl/ |
| H A D | media-ioc-device-info.rst | 80 - ``hw_revision``
|
| /linux-6.15/drivers/bluetooth/ |
| H A D | hci_ag6xx.c | 229 ver.hw_platform, ver.hw_variant, ver.hw_revision, in ag6xx_setup()
|
| H A D | btintel.h | 98 u8 hw_revision; member
|
| H A D | hci_intel.c | 694 ver.hw_variant, ver.hw_revision, ver.fw_revision); in intel_setup() 720 ver.hw_variant, ver.hw_revision, ver.fw_revision); in intel_setup()
|
| /linux-6.15/drivers/media/platform/sunxi/sun6i-csi/ |
| H A D | sun6i_csi.c | 88 media_dev->hw_revision = 0; in sun6i_csi_v4l2_setup()
|
| /linux-6.15/drivers/media/platform/sunxi/sun4i-csi/ |
| H A D | sun4i_csi.c | 185 csi->mdev.hw_revision = 0; in sun4i_csi_probe()
|
| /linux-6.15/drivers/mmc/host/ |
| H A D | mmci.h | 446 u8 hw_revision:4; member
|
| /linux-6.15/drivers/staging/media/sunxi/sun6i-isp/ |
| H A D | sun6i_isp.c | 198 media_dev->hw_revision = 0; in sun6i_isp_v4l2_setup()
|