Home
last modified time | relevance | path

Searched refs:thermal_zone_device_register_with_trips (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/include/linux/
H A Dthermal.h305 struct thermal_zone_device *thermal_zone_device_register_with_trips(
361 static inline struct thermal_zone_device *thermal_zone_device_register_with_trips( in thermal_zone_device_register_with_trips() function
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_thermal.c62 ch_thermal->tzdev = thermal_zone_device_register_with_trips(ch_tz_name, &trip, num_trip, in cxgb4_thermal_init()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c419 module_tz->tzdev = thermal_zone_device_register_with_trips(tz_name, in mlxsw_thermal_module_tz_init()
547 gearbox_tz->tzdev = thermal_zone_device_register_with_trips(tz_name, in mlxsw_thermal_gearbox_tz_init()
772 thermal->tzdev = thermal_zone_device_register_with_trips("mlxsw", in mlxsw_thermal_init()
/openbmc/linux/drivers/thermal/
H A Dda9062-thermal.c199 thermal->zone = thermal_zone_device_register_with_trips(thermal->config->name, in da9062_thermal_probe()
H A Dthermal_core.c1231 thermal_zone_device_register_with_trips(const char *type, struct thermal_trip *trips, int num_trips… in thermal_zone_device_register_with_trips() function
1396 EXPORT_SYMBOL_GPL(thermal_zone_device_register_with_trips);
1404 return thermal_zone_device_register_with_trips(type, NULL, 0, 0, devdata, in thermal_tripless_zone_device_register()
H A Dthermal_of.c518 tz = thermal_zone_device_register_with_trips(np->name, trips, ntrips, in thermal_of_zone_register()
H A Drcar_thermal.c493 priv->zone = thermal_zone_device_register_with_trips( in rcar_thermal_probe()
H A Dimx_thermal.c699 data->tz = thermal_zone_device_register_with_trips("imx_thermal_zone", in imx_thermal_probe()
/openbmc/linux/drivers/thermal/st/
H A Dst_thermal.c206 thermal_zone_device_register_with_trips(dev_name(dev), &trip, 1, 0, sensor, in st_thermal_register()
/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c175 int34x_zone->zone = thermal_zone_device_register_with_trips( in int340x_thermal_zone_add()
H A Dprocessor_thermal_device_pci.c242 pci_info->tzone = thermal_zone_device_register_with_trips("TCPU_PCI", &psv_trip, in proc_thermal_pci_probe()
/openbmc/linux/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c371 aux_entry->tzone = thermal_zone_device_register_with_trips("quark_dts", in alloc_soc_dts()
H A Dintel_pch_thermal.c236 ptd->tzd = thermal_zone_device_register_with_trips(board_names[board_id], in intel_pch_thermal_probe()
H A Dintel_soc_dts_iosf.c257 dts->tzone = thermal_zone_device_register_with_trips(name, dts->trips, in add_dts_thermal_zone()
H A Dx86_pkg_temp_thermal.c347 zonedev->tzone = thermal_zone_device_register_with_trips("x86_pkg_temp", in pkg_temp_thermal_device_add()
/openbmc/linux/drivers/platform/x86/
H A Dacerhdf.c680 thz_dev = thermal_zone_device_register_with_trips("acerhdf", trips, ARRAY_SIZE(trips), in acerhdf_register_thermal()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c696 mvm->tz_device.tzone = thermal_zone_device_register_with_trips(name, in iwl_mvm_thermal_zone_register()
/openbmc/linux/drivers/acpi/
H A Dthermal.c743 tz->thermal_zone = thermal_zone_device_register_with_trips("acpitz", in acpi_thermal_register_thermal_zone()