Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
i1480 Struct Reference

#include <i1480-dfu.h>

Data Fields

struct devicedev
 
int(* write )(struct i1480 *, u32 addr, const void *, size_t)
 
int(* read )(struct i1480 *, u32 addr, size_t)
 
int(* rc_setup )(struct i1480 *)
 
void(* rc_release )(struct i1480 *)
 
int(* wait_init_done )(struct i1480 *)
 
int(* cmd )(struct i1480 *, const char *cmd_name, size_t cmd_size)
 
const charpre_fw_name
 
const charmac_fw_name
 
const charmac_fw_name_deprecate
 
const charphy_fw_name
 
u8 hw_rev
 
size_t buf_size
 
voidevt_buf
 
voidcmd_buf
 
ssize_t evt_result
 
struct completion evt_complete
 

Detailed Description

Definition at line 113 of file i1480-dfu.h.

Field Documentation

size_t buf_size

Definition at line 128 of file i1480-dfu.h.

int(* cmd)(struct i1480 *, const char *cmd_name, size_t cmd_size)

Definition at line 121 of file i1480-dfu.h.

Definition at line 129 of file i1480-dfu.h.

struct device* dev

Definition at line 114 of file i1480-dfu.h.

void* evt_buf

Definition at line 129 of file i1480-dfu.h.

struct completion evt_complete

Definition at line 131 of file i1480-dfu.h.

ssize_t evt_result

Definition at line 130 of file i1480-dfu.h.

u8 hw_rev

Definition at line 126 of file i1480-dfu.h.

const char* mac_fw_name

Definition at line 123 of file i1480-dfu.h.

const char* mac_fw_name_deprecate

Definition at line 124 of file i1480-dfu.h.

const char* phy_fw_name

Definition at line 125 of file i1480-dfu.h.

const char* pre_fw_name

Definition at line 122 of file i1480-dfu.h.

void(* rc_release)(struct i1480 *)

Definition at line 119 of file i1480-dfu.h.

int(* rc_setup)(struct i1480 *)

Definition at line 118 of file i1480-dfu.h.

int(* read)(struct i1480 *, u32 addr, size_t)

Definition at line 117 of file i1480-dfu.h.

int(* wait_init_done)(struct i1480 *)

Definition at line 120 of file i1480-dfu.h.

int(* write)(struct i1480 *, u32 addr, const void *, size_t)

Definition at line 116 of file i1480-dfu.h.


The documentation for this struct was generated from the following file: