Searched refs:wf_control (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm.h26 struct wf_control;
29 int (*set_value)(struct wf_control *ct, s32 val);
30 int (*get_value)(struct wf_control *ct, s32 *val);
31 s32 (*get_min)(struct wf_control *ct);
32 s32 (*get_max)(struct wf_control *ct);
33 void (*release)(struct wf_control *ct);
37 struct wf_control { struct
57 extern int wf_register_control(struct wf_control *ct);
58 extern void wf_unregister_control(struct wf_control *ct);
59 extern struct wf_control * wf_find_contro
[all...]
H A Dwindfarm_cpufreq_clamp.c17 static struct wf_control *clamp_control;
38 static int clamp_set(struct wf_control *ct, s32 value)
50 static int clamp_get(struct wf_control *ct, s32 *value)
56 static s32 clamp_min(struct wf_control *ct)
61 static s32 clamp_max(struct wf_control *ct)
76 struct wf_control *clamp;
84 clamp = kmalloc(sizeof(struct wf_control), GFP_KERNEL);
H A Dwindfarm_core.c154 struct wf_control *ct = container_of(kref, struct wf_control, ref);
167 struct wf_control *ctrl = container_of(attr, struct wf_control, attr);
182 struct wf_control *ctrl = container_of(attr, struct wf_control, attr);
198 int wf_register_control(struct wf_control *new_ct)
200 struct wf_control *ct;
233 void wf_unregister_control(struct wf_control *ct)
245 struct wf_control * wf_find_contro
[all...]
H A Dwindfarm_smu_controls.c51 struct wf_control ctrl;
110 static void smu_fan_release(struct wf_control *ct)
117 static int smu_fan_set(struct wf_control *ct, s32 value)
130 static int smu_fan_get(struct wf_control *ct, s32 *value)
137 static s32 smu_fan_min(struct wf_control *ct)
143 static s32 smu_fan_max(struct wf_control *ct)
H A Dwindfarm_pm91.c71 static struct wf_control *fan_cpu_main;
72 static struct wf_control *fan_cpu_second;
73 static struct wf_control *fan_cpu_third;
74 static struct wf_control *fan_hd;
75 static struct wf_control *fan_slots;
76 static struct wf_control *cpufreq_clamp;
533 static void wf_smu_new_control(struct wf_control *ct)
610 ((struct wf_control *)data)->name);
H A Dwindfarm_pm112.c56 static struct wf_control *cpu_fans[NR_CPU_FANS];
65 static struct wf_control *cpufreq_clamp;
85 static struct wf_control *backside_fan;
86 static struct wf_control *slots_fan;
87 static struct wf_control *drive_bay_fan;
132 struct wf_control *main_fan = cpu_fans[0];
269 struct wf_control *ct;
552 static void pm112_new_control(struct wf_control *ct)
H A Dwindfarm_pm81.c138 static struct wf_control *fan_cpu_main;
139 static struct wf_control *fan_hd;
140 static struct wf_control *fan_system;
141 static struct wf_control *cpufreq_clamp;
610 static void wf_smu_new_control(struct wf_control *ct)
680 ((struct wf_control *)data)->name);

Completed in 51 milliseconds