Searched refs:applesmc_write_key (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dapplesmc.c323 * applesmc_write_key - writes len bytes from buffer to a given key.
327 static int applesmc_write_key(const char* key, u8* buffer, u8 len) function
332 printk(KERN_ERR "applesmc_write_key: cannot write more than "
469 applesmc_write_key(MOTION_SENSOR_KEY, buffer, 2);
512 applesmc_write_key(BACKLIGHT_KEY, backlight_state, 2);
733 ret = applesmc_write_key(newkey, buffer, 2);
789 ret = applesmc_write_key(FANS_MANUAL, buffer, 2);
845 applesmc_write_key(BACKLIGHT_KEY, backlight_state, 2);

Completed in 21 milliseconds