Searched refs:hwmodel (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/media/tuners/ |
D | tuner-xc2028.c | 113 __u16 hwmodel; member 723 u16 version, hwmodel; in check_firmware() local 837 xc2028_get_reg(priv, 0x0008, &hwmodel) < 0) { in check_firmware() 843 hwmodel, (version & 0xf000) >> 12, (version & 0xf00) >> 8, in check_firmware() 857 hwmodel = 3028; in check_firmware() 862 if (priv->hwmodel == 0 && (hwmodel == 2028 || hwmodel == 3028)) { in check_firmware() 863 priv->hwmodel = hwmodel; in check_firmware() 865 } else if (priv->hwmodel == 0 || priv->hwmodel != hwmodel || in check_firmware()
|
D | xc4000.c | 89 __u16 hwmodel; member 929 u16 hwmodel; in check_firmware() local 1029 if (xc4000_readreg(priv, XREG_PRODUCT_ID, &hwmodel) < 0) { in check_firmware() 1041 hwmodel, hw_major, hw_minor, fw_major, fw_minor); in check_firmware() 1052 if (priv->hwmodel == 0 && in check_firmware() 1053 (hwmodel == XC_PRODUCT_ID_XC4000 || in check_firmware() 1054 hwmodel == XC_PRODUCT_ID_XC4100)) { in check_firmware() 1055 priv->hwmodel = hwmodel; in check_firmware() 1057 } else if (priv->hwmodel == 0 || priv->hwmodel != hwmodel || in check_firmware() 1700 priv->hwmodel : XC_PRODUCT_ID_FW_NOT_LOADED); in xc4000_attach()
|