Searched refs:asmc_key_read (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/sys/dev/asmc/ |
| D | asmc.c | 76 static int asmc_key_read(device_t dev, const char *key, uint8_t *buf, 654 if (asmc_key_read(dev, ASMC_KEY_SMS, buf, 2) == 0 && in asmc_init() 682 asmc_key_read(dev, ASMC_NKEYS, buf, 4); in asmc_init() 761 asmc_key_read(device_t dev, const char *key, uint8_t *buf, uint8_t len) in asmc_key_read() function 878 asmc_key_read(dev, key, v, maxlen); in asmc_key_dump() 944 if (asmc_key_read(dev, ASMC_KEY_FANCOUNT, buf, sizeof buf) < 0) in asmc_fan_count() 958 if (asmc_key_read(dev, fankey, buf, sizeof buf) < 0) in asmc_fan_getvalue() 973 if (asmc_key_read(dev, fankey, buf, sizeof buf) < 0) in asmc_fan_getstring() 1111 if (asmc_key_read(dev, key, buf, sizeof buf) < 0) in asmc_temp_getvalue() 1144 error = asmc_key_read(dev, key, buf, sizeof buf); in asmc_sms_read() [all …]
|