Home
last modified time | relevance | path

Searched refs:eeprom_sum (Results 1 – 4 of 4) sorted by relevance

/drivers/media/usb/dvb-usb-v2/
Daf9015.h131 u32 eeprom_sum; member
Daf9015.c423 state->eeprom_sum *= GOLDEN_RATIO_PRIME_32; in af9015_eeprom_hash()
424 state->eeprom_sum += le32_to_cpu(((__le32 *)buf)[i]); in af9015_eeprom_hash()
431 __func__, state->eeprom_sum); in af9015_eeprom_hash()
1298 rc->map_name = af9015_rc_setup_match(state->eeprom_sum, in af9015_get_rc_config()
/drivers/staging/ks7010/
Dks_hostif.c587 memcpy(&priv->eeprom_sum, priv->rxp, sizeof(priv->eeprom_sum)); in hostif_mib_get_confirm()
589 priv->eeprom_sum.type, priv->eeprom_sum.result); in hostif_mib_get_confirm()
590 if (priv->eeprom_sum.type == 0) { in hostif_mib_get_confirm()
592 } else if (priv->eeprom_sum.type == 1) { in hostif_mib_get_confirm()
593 if (priv->eeprom_sum.result == 0) { in hostif_mib_get_confirm()
596 } else if (priv->eeprom_sum.result == 1) { in hostif_mib_get_confirm()
Dks_wlan.h491 struct local_eeprom_sum_t eeprom_sum; member