Searched refs:temperature (Results 1 – 10 of 10) sorted by relevance
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_thermal.c | 237 int temperature = 0; in hdd_get_curr_thermal_temperature_val() local 239 ret = wlan_hdd_get_temperature(adapter, &temperature); in hdd_get_curr_thermal_temperature_val() 251 temperature)) { in hdd_get_curr_thermal_temperature_val() 256 hdd_debug("get_thermal temperature: %d", temperature); in hdd_get_curr_thermal_temperature_val()
|
D | wlan_hdd_sysfs_temperature.c | 79 static DEVICE_ATTR(temperature, 0440,
|
D | wlan_hdd_stats.h | 605 int wlan_hdd_get_temperature(struct hdd_adapter *adapter, int *temperature);
|
D | wlan_hdd_stats.c | 9383 int temperature; member 9397 static void hdd_get_temperature_cb(int temperature, void *context) in hdd_get_temperature_cb() argument 9411 priv->temperature = temperature; in hdd_get_temperature_cb() 9417 int wlan_hdd_get_temperature(struct hdd_adapter *adapter, int *temperature) in wlan_hdd_get_temperature() argument 9458 if (priv->temperature) in wlan_hdd_get_temperature() 9459 adapter->temperature = priv->temperature; in wlan_hdd_get_temperature() 9470 *temperature = adapter->temperature; in wlan_hdd_get_temperature()
|
/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/inc/ |
D | wlan_fwol_public_structs.h | 89 uint32_t temperature; member
|
/wlan-driver/qcacld-3.0/core/sme/inc/ |
D | sme_internal.h | 436 void (*temperature_cb)(int temperature, void *context);
|
D | sme_api.h | 1683 void (*pCallbackfn)(int temperature,
|
/wlan-driver/qcacld-3.0/components/target_if/fw_offload/src/ |
D | target_if_fwol.c | 413 &info.temperature, in target_if_fwol_thermal_throttle_event_handler()
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
D | wlan_hdd_main.h | 1402 int temperature; member
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
D | sme_api.c | 10148 void (*cb)(int temperature, in sme_get_temperature() argument
|