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

#include <windfarm.h>

Data Fields

int(* set_value )(struct wf_control *ct, s32 val)
 
int(* get_value )(struct wf_control *ct, s32 *val)
 
s32(* get_min )(struct wf_control *ct)
 
s32(* get_max )(struct wf_control *ct)
 
void(* release )(struct wf_control *ct)
 
struct moduleowner
 

Detailed Description

Definition at line 28 of file windfarm.h.

Field Documentation

s32(* get_max)(struct wf_control *ct)

Definition at line 32 of file windfarm.h.

s32(* get_min)(struct wf_control *ct)

Definition at line 31 of file windfarm.h.

int(* get_value)(struct wf_control *ct, s32 *val)

Definition at line 30 of file windfarm.h.

struct module* owner

Definition at line 34 of file windfarm.h.

void(* release)(struct wf_control *ct)

Definition at line 33 of file windfarm.h.

int(* set_value)(struct wf_control *ct, s32 val)

Definition at line 29 of file windfarm.h.


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