Searched refs:hwmodel (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/media/tuners/ |
D | tuner-xc2028.c | 116 __u16 hwmodel; member 721 u16 version, hwmodel; in check_firmware() local 835 xc2028_get_reg(priv, 0x0008, &hwmodel) < 0) { in check_firmware() 842 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 | 106 __u16 hwmodel; member 950 u16 hwmodel; in check_firmware() local 1050 rc = xc4000_readreg(priv, XREG_PRODUCT_ID, &hwmodel); in check_firmware() 1060 hwmodel, hw_major, hw_minor, fw_major, fw_minor); in check_firmware() 1071 if (priv->hwmodel == 0 && in check_firmware() 1072 (hwmodel == XC_PRODUCT_ID_XC4000 || in check_firmware() 1073 hwmodel == XC_PRODUCT_ID_XC4100)) { in check_firmware() 1074 priv->hwmodel = hwmodel; in check_firmware() 1076 } else if (priv->hwmodel == 0 || priv->hwmodel != hwmodel || in check_firmware() 1722 priv->hwmodel : XC_PRODUCT_ID_FW_NOT_LOADED); in xc4000_attach()
|