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