Searched refs:key_at_index (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.c225 * Last index written to key_at_index sysfs file, and value to use for all other
228 static unsigned int key_at_index; variable
891 ret = applesmc_get_key_at_index(key_at_index, key);
931 ret = applesmc_get_key_at_index(key_at_index, key);
958 ret = applesmc_get_key_at_index(key_at_index, key);
984 ret = applesmc_get_key_at_index(key_at_index, key);
997 return snprintf(sysfsbuf, PAGE_SIZE, "%d\n", key_at_index);
1005 key_at_index = simple_strtoul(sysfsbuf, NULL, 10);
1036 static DEVICE_ATTR(key_at_index, 0644,

Completed in 45 milliseconds