Searched refs:apple_smc_key (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | apple_smc.h | 47 struct apple_smc_key; 78 struct apple_smc_key **); 81 struct apple_smc_key **); 83 struct apple_smc_key *); 86 const char * apple_smc_key_name(const struct apple_smc_key *); 87 uint32_t apple_smc_key_index(const struct apple_smc_key *); 89 apple_smc_key_desc(const struct apple_smc_key *); 92 const struct apple_smc_key *, void *, uint8_t); 94 const struct apple_smc_key *, uint8_t *); 96 const struct apple_smc_key *, uint16_t *); [all …]
|
| D | apple_smc.c | 337 struct apple_smc_key { struct 346 apple_smc_key_name(const struct apple_smc_key *key) in apple_smc_key_name() argument 353 apple_smc_key_desc(const struct apple_smc_key *key) in apple_smc_key_desc() 368 const char type[4 + 1], struct apple_smc_key **keyp) in apple_smc_nth_key() 371 struct apple_smc_key *key; in apple_smc_nth_key() 417 const char type[4 + 1], struct apple_smc_key **keyp) in apple_smc_named_key() 419 struct apple_smc_key *key; in apple_smc_named_key() 463 apple_smc_release_key(struct apple_smc_tag *smc, struct apple_smc_key *key) in apple_smc_release_key() 482 struct apple_smc_key *key; in apple_smc_key_search() 511 apple_smc_read_key(struct apple_smc_tag *smc, const struct apple_smc_key *key, in apple_smc_read_key() [all …]
|
| D | apple_smc_temp.c | 55 struct apple_smc_key *sensor_key; 69 void *, struct apple_smc_key *); 74 void *, struct apple_smc_key *); 79 struct apple_smc_key *)); 82 static bool apple_smc_temp_sensor_p(const struct apple_smc_key *); 176 const struct apple_smc_key *key; in apple_smc_temp_refresh() 233 struct apple_smc_key *key) in apple_smc_temp_count_sensors_scanner() 322 struct apple_smc_key *key) in apple_smc_temp_find_sensors_scanner() 373 void (*scanner)(struct apple_smc_tag *, void *, struct apple_smc_key *)) in apple_smc_scan_temp_sensors() argument 376 struct apple_smc_key *key; in apple_smc_scan_temp_sensors() [all …]
|
| D | apple_smc_fan.c | 73 struct apple_smc_key *sensor_key; 114 struct apple_smc_key *nfans_key; in apple_smc_fan_match() 143 struct apple_smc_key *nfans_key; in apple_smc_fan_attach() 247 struct apple_smc_key *fan_desc_key; in apple_smc_fan_attach_sensors() 328 struct apple_smc_key **keyp; in apple_smc_fan_attach_sensor() 375 struct apple_smc_key *key; in apple_smc_fan_refresh() 427 struct apple_smc_key **const keyp = in apple_smc_fan_release_keys()
|