Searched refs:applesmc_write_key (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hwmon/ |
H A D | applesmc.c | 475 static int applesmc_write_key(const char *key, const u8 *buffer, u8 len) in applesmc_write_key() function 531 applesmc_write_key(MOTION_SENSOR_KEY, buffer, 2); in applesmc_device_init() 689 applesmc_write_key(BACKLIGHT_KEY, backlight_state, 2); in applesmc_pm_resume() 874 ret = applesmc_write_key(newkey, buffer, 2); in applesmc_store_fan_speed() 923 ret = applesmc_write_key(FANS_MANUAL, buffer, 2); in applesmc_store_fan_manual() 966 applesmc_write_key(BACKLIGHT_KEY, backlight_state, 2); in applesmc_backlight_set()
|