Searched refs:eeprom_blob (Results 1 – 6 of 6) sorted by relevance
130 static bool ath9k_hw_nvram_read_firmware(const struct firmware *eeprom_blob, in ath9k_hw_nvram_read_firmware() argument133 return ath9k_hw_nvram_read_array((u16 *) eeprom_blob->data, in ath9k_hw_nvram_read_firmware()134 eeprom_blob->size / sizeof(u16), in ath9k_hw_nvram_read_firmware()154 else if (ah->eeprom_blob) in ath9k_hw_nvram_read()155 ret = ath9k_hw_nvram_read_firmware(ah->eeprom_blob, off, data); in ath9k_hw_nvram_read()
527 static void ath9k_eeprom_request_cb(const struct firmware *eeprom_blob, in ath9k_eeprom_request_cb() argument532 if (eeprom_blob) in ath9k_eeprom_request_cb()533 ec->ah->eeprom_blob = eeprom_blob; in ath9k_eeprom_request_cb()558 if (!ah->eeprom_blob) { in ath9k_eeprom_request()569 release_firmware(sc->sc_ah->eeprom_blob); in ath9k_eeprom_release()
979 const struct firmware *eeprom_blob; member
1386 if (iwl_read_eeprom(priv->trans, &priv->eeprom_blob, in iwl_op_mode_dvm_start()1396 priv->eeprom_blob, in iwl_op_mode_dvm_start()1499 kfree(priv->eeprom_blob); in iwl_op_mode_dvm_start()1519 kfree(priv->eeprom_blob); in iwl_op_mode_dvm_stop()
855 u8 *eeprom_blob; member
256 ptr = priv->eeprom_blob; in iwl_dbgfs_nvm_read()