Searched refs:applesmc_write_key (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/hwmon/ |
D | applesmc.c | 435 static int applesmc_write_key(const char *key, const u8 *buffer, u8 len) in applesmc_write_key() function 491 applesmc_write_key(MOTION_SENSOR_KEY, buffer, 2); in applesmc_device_init() 649 applesmc_write_key(BACKLIGHT_KEY, backlight_state, 2); in applesmc_pm_resume() 833 ret = applesmc_write_key(newkey, buffer, 2); in applesmc_store_fan_speed() 882 ret = applesmc_write_key(FANS_MANUAL, buffer, 2); in applesmc_store_fan_manual() 925 applesmc_write_key(BACKLIGHT_KEY, backlight_state, 2); in applesmc_backlight_set()
|