Home
last modified time | relevance | path

Searched defs:applesmc_registers (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dapplesmc.c122 static struct applesmc_registers { struct
123 struct mutex mutex; /* register read/write mutex */
124 unsigned int key_count; /* number of SMC registers */
125 unsigned int fan_count; /* number of fans */
128 unsigned int temp_end; /* temperature upper index bound */
130 int num_light_sensors; /* number of light sensors */
131 bool has_accelerometer; /* has motion sensor */
132 bool has_key_backlight; /* has keyboard backlight */
133 bool init_complete; /* true when fully initialized */
134 struct applesmc_entry *cache; /* cached key entries */
[all …]