Searched refs:tzone (Results 1 – 9 of 9) sorted by relevance
148 if (mvm->tz_device.tzone) { in iwl_mvm_temp_notif() 151 thermal_zone_device_update(tz_dev->tzone, in iwl_mvm_temp_notif() 587 if (!mvm->tz_device.tzone) in iwl_mvm_send_temp_report_ths_cmd() 597 for_each_thermal_trip(mvm->tz_device.tzone, iwl_trip_temp_cb, &twd); in iwl_mvm_send_temp_report_ths_cmd() 672 mvm->tz_device.tzone = NULL; in iwl_mvm_tzone_set_trip_temp() 689 mvm->tz_device.tzone = thermal_zone_device_register_with_trips(name, in iwl_mvm_thermal_zone_register() 694 if (IS_ERR(mvm->tz_device.tzone)) { in iwl_mvm_thermal_zone_register() 697 PTR_ERR(mvm->tz_device.tzone)); in iwl_mvm_thermal_zone_register() 698 mvm->tz_device.tzone = NULL; in iwl_mvm_thermal_zone_register() 702 ret = thermal_zone_device_enable(mvm->tz_device.tzone); in iwl_mvm_thermal_zone_register() 647 struct iwl_mvm_thermal_device *tzone; iwl_mvm_tzone_set_trip_temp() local [all...]
674 * @tzone: thermal zone device data678 struct thermal_zone_device *tzone;541 struct thermal_zone_device *tzone; global() member
142 lookup.o getif.o hwaddr.o tzone.o report.o $(STRERROR)147 lookup.o hwaddr.o tzone.o report.o $(STRERROR)188 bootpd.o : readfile.h report.h tzone.h patchlevel.h getif.h190 bootpef.o : readfile.h report.h tzone.h patchlevel.h201 readfile.o : report.h tzone.h bootpd.h203 tzone.o : bptypes.h report.h tzone.h
12 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
134 tzone.c Get timezone offset135 tzone.h header for above
47 const char *tzone = "EST"; in main() local59 tzone = argv[++argc]; in main()62 setenv("TZ", tzone, 1); in main()
31 const char *tzone = "EST"; in main() local40 tzone = argv[++argc]; in main()48 setenv("TZ", tzone, 1); in main()
6 hwaddr.c report.c tzone.c rtmsg.c
949 long tzone; in __archive_get_date() 987 tzone = difftm (&gmt, &local); in __archive_get_date() 990 tzone = 0; in __archive_get_date() 992 tzone += HOUR; in __archive_get_date() 1011 gds->Timezone = tzone; in __archive_get_date() 953 long tzone; __archive_get_date() local