Linux Kernel
3.7.1
|
#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 module * | owner |
Definition at line 28 of file windfarm.h.
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.
Definition at line 30 of file windfarm.h.
Definition at line 34 of file windfarm.h.
void(* release)(struct wf_control *ct) |
Definition at line 33 of file windfarm.h.
Definition at line 29 of file windfarm.h.