Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_data.c1704 struct thermal_mitigation_params therm_data = {0}; in wma_update_thermal_mitigation_to_fw() local
1707 therm_data.dc = 100; in wma_update_thermal_mitigation_to_fw()
1708 therm_data.enable = 1; in wma_update_thermal_mitigation_to_fw()
1709 therm_data.levelconf[0].dcoffpercent = in wma_update_thermal_mitigation_to_fw()
1711 therm_data.levelconf[0].priority = 0; in wma_update_thermal_mitigation_to_fw()
1712 therm_data.num_thermal_conf = 1; in wma_update_thermal_mitigation_to_fw()
1715 &therm_data); in wma_update_thermal_mitigation_to_fw()