Searched refs:iwl_mvm_is_ctdp_supported (Results 1 – 4 of 4) sorted by relevance
753 if (!iwl_mvm_is_ctdp_supported(mvm)) in iwl_mvm_cooling_device_register()786 if (!iwl_mvm_is_ctdp_supported(mvm) || !mvm->cooling_dev.cdev) in iwl_mvm_cooling_device_unregister()
30 if (!iwl_mvm_is_ctdp_supported(mvm)) in iwl_dbgfs_ctdp_budget_read()64 if (!force && !iwl_mvm_is_ctdp_supported(mvm)) in iwl_dbgfs_stop_ctdp_write()94 if (!force && !iwl_mvm_is_ctdp_supported(mvm)) in iwl_dbgfs_start_ctdp_write()
1542 if (iwl_mvm_is_ctdp_supported(mvm)) { in iwl_mvm_up()
1726 static inline bool iwl_mvm_is_ctdp_supported(struct iwl_mvm *mvm) in iwl_mvm_is_ctdp_supported() function