Lines Matching refs:tt_conf
9245 wmi_fill_client_id_priority(wmi_therm_throt_config_request_fixed_param *tt_conf, in wmi_fill_client_id_priority() argument
9248 tt_conf->client_id = param->client_id; in wmi_fill_client_id_priority()
9249 tt_conf->priority = param->priority; in wmi_fill_client_id_priority()
9253 wmi_fill_client_id_priority(wmi_therm_throt_config_request_fixed_param *tt_conf, in wmi_fill_client_id_priority() argument
9270 wmi_therm_throt_config_request_fixed_param *tt_conf = NULL; in send_thermal_mitigation_param_cmd_tlv() local
9278 len = sizeof(*tt_conf) + WMI_TLV_HDR_SIZE + in send_thermal_mitigation_param_cmd_tlv()
9286 tt_conf = (wmi_therm_throt_config_request_fixed_param *) wmi_buf_data(buf); in send_thermal_mitigation_param_cmd_tlv()
9289 WMITLV_SET_HDR(tt_conf, in send_thermal_mitigation_param_cmd_tlv()
9293 tt_conf->pdev_id = wmi_handle->ops->convert_pdev_id_host_to_target( in send_thermal_mitigation_param_cmd_tlv()
9296 tt_conf->enable = param->enable; in send_thermal_mitigation_param_cmd_tlv()
9297 tt_conf->dc = param->dc; in send_thermal_mitigation_param_cmd_tlv()
9298 tt_conf->dc_per_event = param->dc_per_event; in send_thermal_mitigation_param_cmd_tlv()
9299 tt_conf->therm_throt_levels = param->num_thermal_conf; in send_thermal_mitigation_param_cmd_tlv()
9300 wmi_fill_client_id_priority(tt_conf, param); in send_thermal_mitigation_param_cmd_tlv()
9301 buf_ptr = (uint8_t *) ++tt_conf; in send_thermal_mitigation_param_cmd_tlv()