#include <linux/export.h>
#include "wifi.h"
#include "efuse.h"
Go to the source code of this file.
|
void | efuse_initialize (struct ieee80211_hw *hw) |
|
u8 | efuse_read_1byte (struct ieee80211_hw *hw, u16 address) |
|
| EXPORT_SYMBOL (efuse_read_1byte) |
|
void | efuse_write_1byte (struct ieee80211_hw *hw, u16 address, u8 value) |
|
void | read_efuse_byte (struct ieee80211_hw *hw, u16 _offset, u8 *pbuf) |
|
void | read_efuse (struct ieee80211_hw *hw, u16 _offset, u16 _size_byte, u8 *pbuf) |
|
bool | efuse_shadow_update_chk (struct ieee80211_hw *hw) |
|
void | efuse_shadow_read (struct ieee80211_hw *hw, u8 type, u16 offset, u32 *value) |
|
void | efuse_shadow_write (struct ieee80211_hw *hw, u8 type, u16 offset, u32 value) |
|
bool | efuse_shadow_update (struct ieee80211_hw *hw) |
|
void | rtl_efuse_shadow_map_update (struct ieee80211_hw *hw) |
|
| EXPORT_SYMBOL (rtl_efuse_shadow_map_update) |
|
void | efuse_force_write_vendor_Id (struct ieee80211_hw *hw) |
|
void | efuse_re_pg_section (struct ieee80211_hw *hw, u8 section_idx) |
|