Home
last modified time | relevance | path

Searched refs:tzone (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dthermal.c76 if (mld->tzone) in iwl_mld_handle_temp_notif()
77 thermal_zone_device_update(mld->tzone, THERMAL_TRIP_VIOLATED); in iwl_mld_handle_temp_notif()
154 if (!mld->tzone) in iwl_mld_config_temp_report_ths()
163 for_each_thermal_trip(mld->tzone, iwl_trip_temp_iter, &twd); in iwl_mld_config_temp_report_ths()
258 mld->tzone = in iwl_mld_thermal_zone_register()
263 if (IS_ERR(mld->tzone)) { in iwl_mld_thermal_zone_register()
266 PTR_ERR(mld->tzone)); in iwl_mld_thermal_zone_register()
267 mld->tzone = NULL; in iwl_mld_thermal_zone_register()
271 ret = thermal_zone_device_enable(mld->tzone); in iwl_mld_thermal_zone_register()
274 thermal_zone_device_unregister(mld->tzone); in iwl_mld_thermal_zone_register()
[all …]
H A Dmld.h308 struct thermal_zone_device *tzone; member
/freebsd/libexec/bootpd/
H A DMakefile.UNIX142 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.h
190 bootpef.o : readfile.h report.h tzone.h patchlevel.h
201 readfile.o : report.h tzone.h bootpd.h
203 tzone.o : bptypes.h report.h tzone.h
H A DMakefile12 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
H A DREADME134 tzone.c Get timezone offset
135 tzone.h header for above
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtt.c151 if (mvm->tz_device.tzone) { in iwl_mvm_temp_notif()
154 thermal_zone_device_update(tz_dev->tzone, in iwl_mvm_temp_notif()
575 if (!mvm->tz_device.tzone) in iwl_mvm_send_temp_report_ths_cmd()
585 for_each_thermal_trip(mvm->tz_device.tzone, iwl_trip_temp_cb, &twd); in iwl_mvm_send_temp_report_ths_cmd()
660 mvm->tz_device.tzone = NULL; in iwl_mvm_thermal_zone_register()
677 mvm->tz_device.tzone = thermal_zone_device_register_with_trips(name, in iwl_mvm_thermal_zone_register()
682 if (IS_ERR(mvm->tz_device.tzone)) { in iwl_mvm_thermal_zone_register()
685 PTR_ERR(mvm->tz_device.tzone)); in iwl_mvm_thermal_zone_register()
686 mvm->tz_device.tzone = NULL; in iwl_mvm_thermal_zone_register()
690 ret = thermal_zone_device_enable(mvm->tz_device.tzone); in iwl_mvm_thermal_zone_register()
[all …]
H A Dmvm.h601 struct thermal_zone_device *tzone; member
/freebsd/contrib/libxo/tests/core/
H A Dtest_11.c47 const char *tzone = "EST"; in main() local
59 tzone = argv[++argc]; in main()
62 setenv("TZ", tzone, 1); in main()
/freebsd/contrib/libxo/tests/gettext/
H A Dgt_01.c31 const char *tzone = "EST"; in main() local
40 tzone = argv[++argc]; in main()
48 setenv("TZ", tzone, 1); in main()
/freebsd/libexec/bootpd/tools/bootpef/
H A DMakefile6 hwaddr.c report.c tzone.c rtmsg.c
/freebsd/contrib/libarchive/libarchive/
H A Darchive_parse_date.c987 long tzone; in archive_parse_date() local
1032 tzone = difftm (&gmt, &local); in archive_parse_date()
1035 tzone = 0; in archive_parse_date()
1037 tzone += HOUR; in archive_parse_date()
1056 gds->Timezone = tzone; in archive_parse_date()