Searched refs:applesmc_write_key (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/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() 661 applesmc_write_key(BACKLIGHT_KEY, backlight_state, 2); in applesmc_pm_resume() 845 ret = applesmc_write_key(newkey, buffer, 2); in applesmc_store_fan_speed() 894 ret = applesmc_write_key(FANS_MANUAL, buffer, 2); in applesmc_store_fan_manual() 937 applesmc_write_key(BACKLIGHT_KEY, backlight_state, 2); in applesmc_backlight_set()
|