Searched refs:tzone (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | thermal.c | 76 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 D | mld.h | 308 struct thermal_zone_device *tzone; member
|
| /freebsd/libexec/bootpd/ |
| H A D | Makefile.UNIX | 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.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 D | Makefile | 12 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
|
| H A D | README | 134 tzone.c Get timezone offset 135 tzone.h header for above
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | tt.c | 151 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 D | mvm.h | 601 struct thermal_zone_device *tzone; member
|
| /freebsd/contrib/libxo/tests/core/ |
| H A D | test_11.c | 47 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 D | gt_01.c | 31 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 D | Makefile | 6 hwaddr.c report.c tzone.c rtmsg.c
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_parse_date.c | 987 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()
|