Searched defs:applesmc_registers (Results 1 – 1 of 1) sorted by relevance
130 static struct applesmc_registers { struct131 struct mutex mutex; /* register read/write mutex */132 unsigned int key_count; /* number of SMC registers */133 unsigned int fan_count; /* number of fans */134 unsigned int temp_count; /* number of temperature registers */135 unsigned int temp_begin; /* temperature lower index bound */136 unsigned int temp_end; /* temperature upper index bound */137 unsigned int index_count; /* size of temperature index array */138 int num_light_sensors; /* number of light sensors */139 bool has_accelerometer; /* has motion sensor */[all …]