Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/pld/src/
Dpld_ipci.h184 unsigned long *thermal_state, in pld_ipci_get_thermal_state() argument
409 unsigned long *thermal_state, in pld_ipci_get_thermal_state() argument
412 return icnss_get_curr_therm_cdev_state(dev, thermal_state, mon_id); in pld_ipci_get_thermal_state()
Dpld_pcie_fw_sim.c279 unsigned long thermal_state, in pld_pcie_fw_sim_set_thermal_state() argument
290 thermal_state, in pld_pcie_fw_sim_set_thermal_state()
554 unsigned long thermal_state, in pld_pcie_fw_sim_set_thermal_state() argument
565 thermal_state, in pld_pcie_fw_sim_set_thermal_state()
Dpld_pcie.h534 unsigned long *thermal_state, in pld_pci_get_thermal_state() argument
956 unsigned long *thermal_state, in pld_pci_get_thermal_state() argument
959 return cnss_get_curr_therm_cdev_state(dev, thermal_state, mon_id); in pld_pci_get_thermal_state()
Dpld_ipci.c461 unsigned long thermal_state, in pld_ipci_set_thermal_state() argument
472 thermal_state, in pld_ipci_set_thermal_state()
Dpld_pcie.c145 unsigned long thermal_state, in pld_pcie_set_thermal_state() argument
156 thermal_state, in pld_pcie_set_thermal_state()
Dpld_common.c2628 int pld_get_thermal_state(struct device *dev, unsigned long *thermal_state, in pld_get_thermal_state() argument
2641 errno = pld_pci_get_thermal_state(dev, thermal_state, mon_id); in pld_get_thermal_state()
2646 errno = pld_pcie_fw_sim_get_thermal_state(dev, thermal_state, in pld_get_thermal_state()
2652 errno = pld_ipci_get_thermal_state(dev, thermal_state, mon_id); in pld_get_thermal_state()
/wlan-driver/platform/inc/
Dicnss2.h75 unsigned long thermal_state,
241 unsigned long *thermal_state,
Dcnss2.h274 unsigned long thermal_state,
461 unsigned long *thermal_state,
/wlan-driver/platform/cnss2/
Dbus.h73 unsigned long thermal_state,
Dbus.c732 unsigned long thermal_state, in cnss_bus_set_therm_cdev_state() argument
741 thermal_state, in cnss_bus_set_therm_cdev_state()
Dmain.c5285 unsigned long *thermal_state) in cnss_tcdev_get_max_state() argument
5295 *thermal_state = cnss_tcdev->max_thermal_state; in cnss_tcdev_get_max_state()
5301 unsigned long *thermal_state) in cnss_tcdev_get_cur_state() argument
5311 *thermal_state = cnss_tcdev->curr_thermal_state; in cnss_tcdev_get_cur_state()
5317 unsigned long thermal_state) in cnss_tcdev_set_cur_state() argument
5330 if (thermal_state > cnss_tcdev->max_thermal_state) in cnss_tcdev_set_cur_state()
5334 thermal_state, cnss_tcdev->tcdev_id); in cnss_tcdev_set_cur_state()
5338 thermal_state, in cnss_tcdev_set_cur_state()
5341 cnss_tcdev->curr_thermal_state = thermal_state; in cnss_tcdev_set_cur_state()
5445 unsigned long *thermal_state, in cnss_get_curr_therm_cdev_state() argument
[all …]
Dpci.h331 unsigned long thermal_state,
Dpci.c2938 unsigned long thermal_state, in cnss_pci_set_therm_cdev_state() argument
2952 thermal_state, in cnss_pci_set_therm_cdev_state()
/wlan-driver/platform/icnss2/
Dmain.c2924 unsigned long *thermal_state) in icnss_tcdev_get_max_state() argument
2928 *thermal_state = icnss_tcdev->max_thermal_state; in icnss_tcdev_get_max_state()
2934 unsigned long *thermal_state) in icnss_tcdev_get_cur_state() argument
2938 *thermal_state = icnss_tcdev->curr_thermal_state; in icnss_tcdev_get_cur_state()
2944 unsigned long thermal_state) in icnss_tcdev_set_cur_state() argument
2954 if (thermal_state > icnss_tcdev->max_thermal_state) in icnss_tcdev_set_cur_state()
2958 thermal_state, icnss_tcdev->tcdev_id); in icnss_tcdev_set_cur_state()
2961 ret = penv->ops->set_therm_cdev_state(dev, thermal_state, in icnss_tcdev_set_cur_state()
2964 icnss_tcdev->curr_thermal_state = thermal_state; in icnss_tcdev_set_cur_state()
3049 unsigned long *thermal_state, in icnss_get_curr_therm_cdev_state() argument
[all …]
/wlan-driver/qcacld-3.0/core/pld/inc/
Dpld_common.h1903 int pld_get_thermal_state(struct device *dev, unsigned long *thermal_state,
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_main.c4963 unsigned long thermal_state = 0; in hdd_wlan_start_modules() local
5232 if (!pld_get_thermal_state(hdd_ctx->parent_dev, &thermal_state, in hdd_wlan_start_modules()
5234 if (thermal_state > QCA_WLAN_VENDOR_THERMAL_LEVEL_NONE) in hdd_wlan_start_modules()
5236 thermal_state, in hdd_wlan_start_modules()
5240 if (!pld_get_thermal_state(hdd_ctx->parent_dev, &thermal_state, in hdd_wlan_start_modules()
5242 if (thermal_state > QCA_WLAN_VENDOR_THERMAL_LEVEL_NONE) in hdd_wlan_start_modules()
5243 hdd_send_thermal_mitigation_val(hdd_ctx, thermal_state, in hdd_wlan_start_modules()