Searched refs:tzone (Results 1 – 5 of 5) sorted by relevance
51 struct int34x_thermal_zone *tzone, void *priv_data) in int340x_thermal_zone_set_priv_data() argument53 tzone->priv_data = priv_data; in int340x_thermal_zone_set_priv_data()57 struct int34x_thermal_zone *tzone) in int340x_thermal_zone_get_priv_data() argument59 return tzone->priv_data; in int340x_thermal_zone_get_priv_data()63 struct int34x_thermal_zone *tzone) in int340x_thermal_zone_device_update() argument65 thermal_zone_device_update(tzone->zone); in int340x_thermal_zone_device_update()
110 struct thermal_zone_device *tzone; member362 thermal_zone_device_unregister(aux_entry->tzone); in free_soc_dts()412 aux_entry->tzone = thermal_zone_device_register("quark_dts", in alloc_soc_dts()416 if (IS_ERR(aux_entry->tzone)) { in alloc_soc_dts()417 err = PTR_ERR(aux_entry->tzone); in alloc_soc_dts()422 err = soc_dts_enable(aux_entry->tzone); in alloc_soc_dts()430 thermal_zone_device_unregister(aux_entry->tzone); in alloc_soc_dts()
68 struct thermal_zone_device *tzone; member351 thermal_zone_device_update(phdev->tzone); in pkg_temp_thermal_threshold_work_fn()446 phy_dev_entry->tzone = thermal_zone_device_register("x86_pkg_temp", in pkg_temp_thermal_device_add()451 if (IS_ERR(phy_dev_entry->tzone)) { in pkg_temp_thermal_device_add()452 err = PTR_ERR(phy_dev_entry->tzone); in pkg_temp_thermal_device_add()506 thermal_zone_device_unregister(phdev->tzone); in pkg_temp_thermal_device_remove()629 thermal_zone_device_unregister(phdev->tzone); in pkg_temp_thermal_exit()
283 thermal_zone_device_unregister(dts->tzone); in remove_dts_thermal_zone()328 dts->tzone = thermal_zone_device_register(name, in add_dts_thermal_zone()333 if (IS_ERR(dts->tzone)) { in add_dts_thermal_zone()334 ret = PTR_ERR(dts->tzone); in add_dts_thermal_zone()344 thermal_zone_device_unregister(dts->tzone); in add_dts_thermal_zone()395 thermal_zone_device_update(sensors->soc_dts[i].tzone); in intel_soc_dts_iosf_interrupt_handler()
42 struct thermal_zone_device *tzone; member