fan_cnt           177 drivers/hwmon/npcm750-pwm-fan.c 	u16 fan_cnt;
fan_cnt           402 drivers/hwmon/npcm750-pwm-fan.c 			data->fan_dev[fan_id].fan_cnt =
fan_cnt           472 drivers/hwmon/npcm750-pwm-fan.c 		data->fan_dev[fan_id].fan_cnt = 0;
fan_cnt           564 drivers/hwmon/npcm750-pwm-fan.c 		if (data->fan_dev[channel].fan_cnt <= 0)
fan_cnt           565 drivers/hwmon/npcm750-pwm-fan.c 			return data->fan_dev[channel].fan_cnt;
fan_cnt           568 drivers/hwmon/npcm750-pwm-fan.c 		if (data->fan_dev[channel].fan_cnt > 0 &&
fan_cnt           571 drivers/hwmon/npcm750-pwm-fan.c 				(data->fan_dev[channel].fan_cnt *
fan_cnt           767 drivers/hwmon/npcm750-pwm-fan.c 			data->fan_dev[ch].fan_cnt = 0;
fan_cnt           868 drivers/hwmon/npcm750-pwm-fan.c 	int ret, fan_cnt;
fan_cnt           887 drivers/hwmon/npcm750-pwm-fan.c 	fan_cnt = of_property_count_u8_elems(child, "fan-tach-ch");
fan_cnt           888 drivers/hwmon/npcm750-pwm-fan.c 	if (fan_cnt < 1)
fan_cnt           891 drivers/hwmon/npcm750-pwm-fan.c 	fan_ch = devm_kcalloc(dev, fan_cnt, sizeof(*fan_ch), GFP_KERNEL);
fan_cnt           895 drivers/hwmon/npcm750-pwm-fan.c 	ret = of_property_read_u8_array(child, "fan-tach-ch", fan_ch, fan_cnt);
fan_cnt           899 drivers/hwmon/npcm750-pwm-fan.c 	for (ch = 0; ch < fan_cnt; ch++) {