nr_sensors         91 arch/mips/include/asm/mach-loongson64/boot_param.h 	u32 nr_sensors;
nr_sensors        213 arch/mips/include/asm/mach-loongson64/boot_param.h 	u32 nr_sensors;
nr_sensors        179 arch/mips/loongson64/common/env.c 	loongson_sysconf.nr_sensors = esys->nr_sensors;
nr_sensors        180 arch/mips/loongson64/common/env.c 	if (loongson_sysconf.nr_sensors > MAX_SENSORS)
nr_sensors        181 arch/mips/loongson64/common/env.c 		loongson_sysconf.nr_sensors = 0;
nr_sensors        182 arch/mips/loongson64/common/env.c 	if (loongson_sysconf.nr_sensors)
nr_sensors        184 arch/mips/loongson64/common/env.c 			sizeof(struct sensor_device) * loongson_sysconf.nr_sensors);
nr_sensors         25 arch/mips/loongson64/loongson-3/platform.c 	for (i = 0; i < loongson_sysconf.nr_sensors; i++) {
nr_sensors        162 drivers/hwmon/scmi-hwmon.c 	u16 nr_sensors;
nr_sensors        176 drivers/hwmon/scmi-hwmon.c 	nr_sensors = handle->sensor_ops->count_get(handle);
nr_sensors        177 drivers/hwmon/scmi-hwmon.c 	if (!nr_sensors)
nr_sensors        186 drivers/hwmon/scmi-hwmon.c 	for (i = 0; i < nr_sensors; i++) {
nr_sensors        236 drivers/hwmon/scmi-hwmon.c 	for (i = nr_sensors - 1; i >= 0 ; i--) {
nr_sensors        128 drivers/hwmon/scpi-hwmon.c 	u16 nr_sensors, i;
nr_sensors        142 drivers/hwmon/scpi-hwmon.c 	ret = scpi_ops->sensor_get_capability(&nr_sensors);
nr_sensors        146 drivers/hwmon/scpi-hwmon.c 	if (!nr_sensors)
nr_sensors        153 drivers/hwmon/scpi-hwmon.c 	scpi_sensors->data = devm_kcalloc(dev, nr_sensors,
nr_sensors        158 drivers/hwmon/scpi-hwmon.c 	scpi_sensors->attrs = devm_kcalloc(dev, (nr_sensors * 2) + 1,
nr_sensors        172 drivers/hwmon/scpi-hwmon.c 	for (i = 0, idx = 0; i < nr_sensors; i++) {
nr_sensors        257 drivers/hwmon/scpi-hwmon.c 	for (i = 0; i < nr_sensors; i++) {
nr_sensors         90 drivers/thermal/hisi_thermal.c 	int nr_sensors;
nr_sensors        417 drivers/thermal/hisi_thermal.c 	data->nr_sensors = 1;
nr_sensors        427 drivers/thermal/hisi_thermal.c 	data->nr_sensors = 1;
nr_sensors        430 drivers/thermal/hisi_thermal.c 				    data->nr_sensors, GFP_KERNEL);
nr_sensors        582 drivers/thermal/hisi_thermal.c 	for (i = 0; i < data->nr_sensors; i++) {
nr_sensors        622 drivers/thermal/hisi_thermal.c 	for (i = 0; i < data->nr_sensors; i++) {
nr_sensors        638 drivers/thermal/hisi_thermal.c 	for (i = 0; i < data->nr_sensors; i++)
nr_sensors        649 drivers/thermal/hisi_thermal.c 	for (i = 0; i < data->nr_sensors; i++)