Searched refs:fan_dev (Results 1 – 2 of 2) sorted by relevance
205 struct npcm7xx_fan_dev fan_dev[NPCM7XX_FAN_MAX_CHN_NUM]; member275 if (data->fan_dev[fan_id].fan_st_flg != FAN_DISABLE) { in npcm7xx_fan_start_capture()279 data->fan_dev[fan_id].fan_st_flg = FAN_INIT; in npcm7xx_fan_start_capture()379 if (data->fan_dev[fan_id].fan_st_flg == FAN_INIT) { in npcm7xx_fan_compute()381 data->fan_dev[fan_id].fan_st_flg = in npcm7xx_fan_compute()385 data->fan_dev[fan_id].fan_cnt_tmp = 0; in npcm7xx_fan_compute()386 } else if (data->fan_dev[fan_id].fan_st_flg < FAN_ENOUGH_SAMPLE) { in npcm7xx_fan_compute()391 data->fan_dev[fan_id].fan_cnt_tmp += in npcm7xx_fan_compute()394 data->fan_dev[fan_id].fan_st_flg++; in npcm7xx_fan_compute()397 if (data->fan_dev[fan_id].fan_st_flg == FAN_ENOUGH_SAMPLE) { in npcm7xx_fan_compute()[all …]
2407 static int fan_curve_get_factory_default(struct asus_wmi *asus, u32 fan_dev) in fan_curve_get_factory_default() argument2423 if (fan_dev == ASUS_WMI_DEVID_GPU_FAN_CURVE) in fan_curve_get_factory_default()2427 err = asus_wmi_evaluate_method_buf(asus->dsts_id, fan_dev, mode, buf, in fan_curve_get_factory_default()2430 pr_warn("%s (0x%08x) failed: %d\n", __func__, fan_dev, err); in fan_curve_get_factory_default()2435 curves->device_id = fan_dev; in fan_curve_get_factory_default()2442 u32 fan_dev) in fan_curve_check_present() argument2451 err = fan_curve_get_factory_default(asus, fan_dev); in fan_curve_check_present()