Searched refs:applesmc_write_key (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/hwmon/ |
D | applesmc.c | 447 static int applesmc_write_key(const char *key, const u8 *buffer, u8 len) in applesmc_write_key() function 503 applesmc_write_key(MOTION_SENSOR_KEY, buffer, 2); in applesmc_device_init() 659 applesmc_write_key(BACKLIGHT_KEY, backlight_state, 2); in applesmc_pm_resume() 841 ret = applesmc_write_key(newkey, buffer, 2); in applesmc_store_fan_speed() 890 ret = applesmc_write_key(FANS_MANUAL, buffer, 2); in applesmc_store_fan_manual() 933 applesmc_write_key(BACKLIGHT_KEY, backlight_state, 2); in applesmc_backlight_set()
|