Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/iwlwifi/mvm/
HDtt.c148 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_thermal_zone_register()
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()
[all …]
HDmvm.h678 struct thermal_zone_device *tzone; member
/freebsd-14-stable/libexec/bootpd/
HDMakefile.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
HDMakefile12 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
HDREADME134 tzone.c Get timezone offset
135 tzone.h header for above
/freebsd-14-stable/contrib/libxo/tests/core/
HDtest_11.c47 const char *tzone = "EST"; in main() local
59 tzone = argv[++argc]; in main()
62 setenv("TZ", tzone, 1); in main()
/freebsd-14-stable/contrib/libxo/tests/gettext/
HDgt_01.c31 const char *tzone = "EST"; in main() local
40 tzone = argv[++argc]; in main()
48 setenv("TZ", tzone, 1); in main()
/freebsd-14-stable/libexec/bootpd/tools/bootpef/
HDMakefile6 hwaddr.c report.c tzone.c rtmsg.c
/freebsd-14-stable/contrib/libarchive/libarchive/
HDarchive_getdate.c949 long tzone; in __archive_get_date() local
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()