|
void | zd_chip_init (struct zd_chip *chip, struct ieee80211_hw *hw, struct usb_interface *intf) |
|
void | zd_chip_clear (struct zd_chip *chip) |
|
int | zd_ioread32v_locked (struct zd_chip *chip, u32 *values, const zd_addr_t *addr, unsigned int count) |
|
int | _zd_iowrite32v_locked (struct zd_chip *chip, const struct zd_ioreq32 *ioreqs, unsigned int count) |
|
int | zd_iowrite16a_locked (struct zd_chip *chip, const struct zd_ioreq16 *ioreqs, unsigned int count) |
|
int | zd_iowrite32a_locked (struct zd_chip *chip, const struct zd_ioreq32 *ioreqs, unsigned int count) |
|
int | zd_ioread16 (struct zd_chip *chip, zd_addr_t addr, u16 *value) |
|
int | zd_ioread32 (struct zd_chip *chip, zd_addr_t addr, u32 *value) |
|
int | zd_iowrite16 (struct zd_chip *chip, zd_addr_t addr, u16 value) |
|
int | zd_iowrite32 (struct zd_chip *chip, zd_addr_t addr, u32 value) |
|
int | zd_ioread32v (struct zd_chip *chip, const zd_addr_t *addresses, u32 *values, unsigned int count) |
|
int | zd_iowrite32a (struct zd_chip *chip, const struct zd_ioreq32 *ioreqs, unsigned int count) |
|
int | zd_write_mac_addr (struct zd_chip *chip, const u8 *mac_addr) |
|
int | zd_write_bssid (struct zd_chip *chip, const u8 *bssid) |
|
int | zd_read_regdomain (struct zd_chip *chip, u8 *regdomain) |
|
int | zd_chip_lock_phy_regs (struct zd_chip *chip) |
|
int | zd_chip_unlock_phy_regs (struct zd_chip *chip) |
|
int | zd_chip_generic_patch_6m_band (struct zd_chip *chip, int channel) |
|
int | zd_set_beacon_interval (struct zd_chip *chip, u16 interval, u8 dtim_period, int type) |
|
int | zd_chip_set_rts_cts_rate_locked (struct zd_chip *chip, int preamble) |
|
int | zd_chip_enable_hwint (struct zd_chip *chip) |
|
int | zd_chip_disable_hwint (struct zd_chip *chip) |
|
int | zd_chip_read_mac_addr_fw (struct zd_chip *chip, u8 *addr) |
|
int | zd_chip_init_hw (struct zd_chip *chip) |
|
int | zd_chip_set_channel (struct zd_chip *chip, u8 channel) |
|
u8 | zd_chip_get_channel (struct zd_chip *chip) |
|
int | zd_chip_control_leds (struct zd_chip *chip, enum led_status status) |
|
int | zd_chip_set_basic_rates (struct zd_chip *chip, u16 cr_rates) |
|
u8 | zd_rx_rate (const void *rx_frame, const struct rx_status *status) |
|
int | zd_chip_switch_radio_on (struct zd_chip *chip) |
|
int | zd_chip_switch_radio_off (struct zd_chip *chip) |
|
int | zd_chip_enable_int (struct zd_chip *chip) |
|
void | zd_chip_disable_int (struct zd_chip *chip) |
|
int | zd_chip_enable_rxtx (struct zd_chip *chip) |
|
void | zd_chip_disable_rxtx (struct zd_chip *chip) |
|
int | zd_rfwritev_locked (struct zd_chip *chip, const u32 *values, unsigned int count, u8 bits) |
|
int | zd_rfwrite_cr_locked (struct zd_chip *chip, u32 value) |
|
int | zd_rfwritev_cr_locked (struct zd_chip *chip, const u32 *values, unsigned int count) |
|
int | zd_chip_set_multicast_hash (struct zd_chip *chip, struct zd_mc_hash *hash) |
|
u64 | zd_chip_get_tsf (struct zd_chip *chip) |
|