Searched defs:fan_data (Results 1 – 2 of 2) sorted by relevance
60 struct gpio_fan_data *fan_data = in fan_alarm_notify() local69 struct gpio_fan_data *fan_data = dev_id; in fan_alarm_irq_handler() local79 struct gpio_fan_data *fan_data = dev_get_drvdata(dev); in show_fan_alarm() local91 static int fan_alarm_init(struct gpio_fan_data *fan_data, in fan_alarm_init()128 static void __set_fan_ctrl(struct gpio_fan_data *fan_data, int ctrl_val) in __set_fan_ctrl()136 static int __get_fan_ctrl(struct gpio_fan_data *fan_data) in __get_fan_ctrl()151 static void set_fan_speed(struct gpio_fan_data *fan_data, int speed_index) in set_fan_speed()160 static int get_fan_speed_index(struct gpio_fan_data *fan_data) in get_fan_speed_index()175 static int rpm_to_speed_index(struct gpio_fan_data *fan_data, int rpm) in rpm_to_speed_index()190 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