Searched refs:sensor_key (Results 1 – 3 of 3) sorted by relevance
55 struct apple_smc_key *sensor_key; member189 key = sc->sc_sensors[edata->sensor].sensor_key; in apple_smc_temp_refresh()354 fss->fss_sc->sc_sensors[sensor].sensor_key = key; in apple_smc_temp_find_sensors_scanner()364 KASSERT(sc->sc_sensors[sensor].sensor_key != NULL); in apple_smc_temp_release_keys()366 sc->sc_sensors[sensor].sensor_key); in apple_smc_temp_release_keys()
73 struct apple_smc_key *sensor_key; member341 keyp = &sc->sc_fans[fan].sensors[sensor].sensor_key; in apple_smc_fan_attach_sensor()400 key = sc->sc_fans[fan].sensors[sensor].sensor_key; in apple_smc_fan_refresh()428 &sc->sc_fans[fan].sensors[sensor].sensor_key; in apple_smc_fan_release_keys()
461 * Returns the dictionary that has 'sensor_key' in the 'dvname'465 config_devblock_getdict(const char *dvname, const char *sensor_key) in config_devblock_getdict() argument 471 if (!dvname || !sensor_key) in config_devblock_getdict() 487 if (prop_string_equals_string(obj2, sensor_key)) in config_devblock_getdict()