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

#include <hw.h>

Data Fields

s32(* acquire )(struct e1000_hw *)
 
s32(* read )(struct e1000_hw *, u16, u16, u16 *)
 
void(* release )(struct e1000_hw *)
 
void(* reload )(struct e1000_hw *)
 
s32(* update )(struct e1000_hw *)
 
s32(* valid_led_default )(struct e1000_hw *, u16 *)
 
s32(* validate )(struct e1000_hw *)
 
s32(* write )(struct e1000_hw *, u16, u16, u16 *)
 

Detailed Description

Definition at line 844 of file hw.h.

Field Documentation

s32(* acquire)(struct e1000_hw *)

Definition at line 845 of file hw.h.

s32(* read)(struct e1000_hw *, u16, u16, u16 *)

Definition at line 846 of file hw.h.

void(* release)(struct e1000_hw *)

Definition at line 847 of file hw.h.

void(* reload)(struct e1000_hw *)

Definition at line 848 of file hw.h.

s32(* update)(struct e1000_hw *)

Definition at line 849 of file hw.h.

s32(* valid_led_default)(struct e1000_hw *, u16 *)

Definition at line 850 of file hw.h.

s32(* validate)(struct e1000_hw *)

Definition at line 851 of file hw.h.

s32(* write)(struct e1000_hw *, u16, u16, u16 *)

Definition at line 852 of file hw.h.


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