Searched defs:applesmc_registers (Results 1 – 1 of 1) sorted by relevance
118 static struct applesmc_registers { struct119 struct mutex mutex; /* register read/write mutex */120 unsigned int key_count; /* number of SMC registers */121 unsigned int fan_count; /* number of fans */122 unsigned int temp_count; /* number of temperature registers */123 unsigned int temp_begin; /* temperature lower index bound */124 unsigned int temp_end; /* temperature upper index bound */125 unsigned int index_count; /* size of temperature index array */126 int num_light_sensors; /* number of light sensors */127 bool has_accelerometer; /* has motion sensor */[all …]