Searched refs:eeprom_sum (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
H A D | af9015.h | 106 u32 eeprom_sum; member
|
H A D | af9015.c | 357 state->eeprom_sum *= GOLDEN_RATIO_PRIME_32; in af9015_eeprom_hash() 358 state->eeprom_sum += le32_to_cpu(((__le32 *)buf)[i]); in af9015_eeprom_hash() 364 dev_dbg(&intf->dev, "eeprom sum %.8x\n", state->eeprom_sum); in af9015_eeprom_hash() 1253 rc->map_name = af9015_rc_setup_match(state->eeprom_sum, in af9015_get_rc_config()
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/ |
H A D | af9015.h | 106 u32 eeprom_sum; member
|
H A D | af9015.c | 358 state->eeprom_sum *= GOLDEN_RATIO_PRIME_32; in af9015_eeprom_hash() 359 state->eeprom_sum += le32_to_cpu(((__le32 *)buf)[i]); in af9015_eeprom_hash() 365 dev_dbg(&intf->dev, "eeprom sum %.8x\n", state->eeprom_sum); in af9015_eeprom_hash() 1254 rc->map_name = af9015_rc_setup_match(state->eeprom_sum, in af9015_get_rc_config()
|
/kernel/linux/linux-5.10/drivers/staging/ks7010/ |
H A D | ks_wlan.h | 507 struct local_eeprom_sum eeprom_sum; member
|
H A D | ks_hostif.c | 566 memcpy(&priv->eeprom_sum, priv->rxp, sizeof(priv->eeprom_sum)); in hostif_mib_get_confirm() 567 if (priv->eeprom_sum.type != 0 && in hostif_mib_get_confirm() 568 priv->eeprom_sum.type != 1) { in hostif_mib_get_confirm() 572 priv->eeprom_checksum = (priv->eeprom_sum.type == 0) ? in hostif_mib_get_confirm() 574 (priv->eeprom_sum.result == 0) ? in hostif_mib_get_confirm()
|
/kernel/linux/linux-6.6/drivers/staging/ks7010/ |
H A D | ks_wlan.h | 507 struct local_eeprom_sum eeprom_sum; member
|
H A D | ks_hostif.c | 559 memcpy(&priv->eeprom_sum, priv->rxp, sizeof(priv->eeprom_sum)); in hostif_mib_get_confirm() 560 if (priv->eeprom_sum.type != 0 && in hostif_mib_get_confirm() 561 priv->eeprom_sum.type != 1) { in hostif_mib_get_confirm() 565 priv->eeprom_checksum = (priv->eeprom_sum.type == 0) ? in hostif_mib_get_confirm() 567 (priv->eeprom_sum.result == 0) ? in hostif_mib_get_confirm()
|
Completed in 13 milliseconds