Searched refs:NUM_SENSORS (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/hwmon/
H A Dabx500.h11 #define NUM_SENSORS 5 macro
54 u8 gpadc_addr[NUM_SENSORS];
55 unsigned long min[NUM_SENSORS];
56 unsigned long max[NUM_SENSORS];
57 unsigned long max_hyst[NUM_SENSORS];
58 bool min_alarm[NUM_SENSORS];
59 bool max_alarm[NUM_SENSORS];
H A Dab8500.c32 /* Number of monitored sensors should not greater than NUM_SENSORS */
H A Dacpi_power_meter.c40 #define NUM_SENSORS 17 macro
102 struct sensor_device_attribute sensors[NUM_SENSORS];
481 /* Sensor descriptions. If you add a sensor, update NUM_SENSORS above! */
/linux-4.1.27/drivers/thermal/
H A Drockchip_thermal.c78 #define NUM_SENSORS 2 /* Ignore unused sensor 0 */ macro
85 struct rockchip_thermal_sensor sensors[NUM_SENSORS];

Completed in 104 milliseconds