Searched refs:applesmc_entry (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/hwmon/
H A Dapplesmc.c113 struct applesmc_entry { struct
134 struct applesmc_entry *cache; /* cached key entries */
341 static int applesmc_read_entry(const struct applesmc_entry *entry,
355 static int applesmc_write_entry(const struct applesmc_entry *entry,
368 static const struct applesmc_entry *applesmc_get_entry_by_index(int index)
370 struct applesmc_entry *cache = &smcreg.cache[index];
406 const struct applesmc_entry *entry;
428 const struct applesmc_entry *entry;
447 static const struct applesmc_entry *applesmc_get_entry_by_key(const char *key)
466 const struct applesmc_entry *entr
[all...]

Completed in 155 milliseconds