Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations | Variables
phy_lcn.c File Reference
#include <linux/slab.h>
#include "b43.h"
#include "phy_lcn.h"
#include "tables_phy_lcn.h"
#include "main.h"

Go to the source code of this file.

Data Structures

struct  lcn_tx_gains
 
struct  lcn_tx_iir_filter
 

Enumerations

enum  lcn_sense_type { B43_SENSE_TEMP, B43_SENSE_VBAT }
 

Variables

struct b43_phy_operations b43_phyops_lcn
 

Enumeration Type Documentation

Enumerator:
B43_SENSE_TEMP 
B43_SENSE_VBAT 

Definition at line 52 of file phy_lcn.c.

Variable Documentation

struct b43_phy_operations b43_phyops_lcn
Initial value:
= {
.allocate = b43_phy_lcn_op_allocate,
.free = b43_phy_lcn_op_free,
.prepare_structs = b43_phy_lcn_op_prepare_structs,
.init = b43_phy_lcn_op_init,
.phy_read = b43_phy_lcn_op_read,
.phy_write = b43_phy_lcn_op_write,
.phy_maskset = b43_phy_lcn_op_maskset,
.radio_read = b43_phy_lcn_op_radio_read,
.radio_write = b43_phy_lcn_op_radio_write,
.software_rfkill = b43_phy_lcn_op_software_rfkill,
.switch_analog = b43_phy_lcn_op_switch_analog,
.switch_channel = b43_phy_lcn_op_switch_channel,
.get_default_chan = b43_phy_lcn_op_get_default_chan,
.recalc_txpower = b43_phy_lcn_op_recalc_txpower,
.adjust_txpower = b43_phy_lcn_op_adjust_txpower,
}

Definition at line 885 of file phy_lcn.c.