Searched defs:fan_data (Results 1 – 2 of 2) sorted by relevance
64 struct gpio_fan_data *fan_data = in fan_alarm_notify() local73 struct gpio_fan_data *fan_data = dev_id; in fan_alarm_irq_handler() local83 struct gpio_fan_data *fan_data = dev_get_drvdata(dev); in show_fan_alarm() local95 static int fan_alarm_init(struct gpio_fan_data *fan_data, in fan_alarm_init()132 static void __set_fan_ctrl(struct gpio_fan_data *fan_data, int ctrl_val) in __set_fan_ctrl()140 static int __get_fan_ctrl(struct gpio_fan_data *fan_data) in __get_fan_ctrl()155 static void set_fan_speed(struct gpio_fan_data *fan_data, int speed_index) in set_fan_speed()164 static int get_fan_speed_index(struct gpio_fan_data *fan_data) in get_fan_speed_index()179 static int rpm_to_speed_index(struct gpio_fan_data *fan_data, unsigned long rpm) in rpm_to_speed_index()194 struct gpio_fan_data *fan_data = dev_get_drvdata(dev); in show_pwm() local[all …]
50 u8 fan_data[UCD9000_NUM_FAN][I2C_SMBUS_BLOCK_MAX]; member