Home
last modified time | relevance | path

Searched refs:gpio_fan_speed (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/linux/
Dgpio-fan.h19 struct gpio_fan_speed { struct
33 struct gpio_fan_speed *speed; argument
/linux-2.6.39/arch/arm/mach-kirkwood/
Dnetspace_v2-setup.c145 static struct gpio_fan_speed netspace_max_v2_fan_speed[] = {
/linux-2.6.39/arch/arm/mach-orion5x/
Dls-chl-setup.c213 static struct gpio_fan_speed lschl_speeds[] = {
/linux-2.6.39/drivers/hwmon/
Dgpio-fan.c42 struct gpio_fan_speed *speed;
200 struct gpio_fan_speed *speed = fan_data->speed; in rpm_to_speed_index()