Go to the source code of this file.
|
u8 | b43_ieee80211_antenna_sanitize (struct b43_wldev *dev, u8 antenna_nr) |
|
void | b43_tsf_read (struct b43_wldev *dev, u64 *tsf) |
|
void | b43_tsf_write (struct b43_wldev *dev, u64 tsf) |
|
u32 | b43_shm_read32 (struct b43_wldev *dev, u16 routing, u16 offset) |
|
u16 | b43_shm_read16 (struct b43_wldev *dev, u16 routing, u16 offset) |
|
void | b43_shm_write32 (struct b43_wldev *dev, u16 routing, u16 offset, u32 value) |
|
void | b43_shm_write16 (struct b43_wldev *dev, u16 routing, u16 offset, u16 value) |
|
u64 | b43_hf_read (struct b43_wldev *dev) |
|
void | b43_hf_write (struct b43_wldev *dev, u64 value) |
|
void | b43_dummy_transmission (struct b43_wldev *dev, bool ofdm, bool pa_on) |
|
void | b43_wireless_core_reset (struct b43_wldev *dev, bool gmode) |
|
void | b43_controller_restart (struct b43_wldev *dev, const char *reason) |
|
void | b43_power_saving_ctl_bits (struct b43_wldev *dev, unsigned int ps_flags) |
|
void | b43_mac_suspend (struct b43_wldev *dev) |
|
void | b43_mac_enable (struct b43_wldev *dev) |
|
void | b43_mac_phy_clock_set (struct b43_wldev *dev, bool on) |
|
int | b43_do_request_fw (struct b43_request_fw_context *ctx, const char *name, struct b43_firmware_file *fw) |
|
void | b43_do_release_fw (struct b43_firmware_file *fw) |
|
#define B43_PS_AWAKE (1 << 2) /* Force device awake */ |
#define B43_PS_ENABLED (1 << 0) /* Force enable hardware power saving */ |
#define P4D_BYT3S |
( |
|
magic, |
|
|
|
nr_bytes |
|
) |
| u8 __p4dding##magic[nr_bytes] |
#define PAD_BYTES |
( |
|
nr_bytes | ) |
P4D_BYTES( __LINE__ , (nr_bytes)) |
- Enumerator:
B43_VERBOSITY_ERROR |
|
B43_VERBOSITY_WARN |
|
B43_VERBOSITY_INFO |
|
B43_VERBOSITY_DEBUG |
|
__B43_VERBOSITY_AFTERLAST |
|
B43_VERBOSITY_MAX |
|
B43_VERBOSITY_DEFAULT |
|
Definition at line 46 of file main.h.