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.h127 u32 eeprom_sum; member
Daf9015.c425 state->eeprom_sum *= GOLDEN_RATIO_PRIME_32; in af9015_eeprom_hash()
426 state->eeprom_sum += le32_to_cpu(((__le32 *)buf)[i]); in af9015_eeprom_hash()
433 __func__, state->eeprom_sum); in af9015_eeprom_hash()
1313 rc->map_name = af9015_rc_setup_match(state->eeprom_sum, in af9015_get_rc_config()
/drivers/staging/ks7010/
Dks_hostif.c573 memcpy(&priv->eeprom_sum, priv->rxp, sizeof(priv->eeprom_sum)); in hostif_mib_get_confirm()
575 priv->eeprom_sum.type, priv->eeprom_sum.result); in hostif_mib_get_confirm()
576 if (priv->eeprom_sum.type == 0) { in hostif_mib_get_confirm()
578 } else if (priv->eeprom_sum.type == 1) { in hostif_mib_get_confirm()
579 if (priv->eeprom_sum.result == 0) { in hostif_mib_get_confirm()
582 } else if (priv->eeprom_sum.result == 1) { in hostif_mib_get_confirm()
Dks_wlan.h498 struct local_eeprom_sum_t eeprom_sum; member