Searched refs:tt_conf (Results 1 – 1 of 1) sorted by relevance
9245 wmi_fill_client_id_priority(wmi_therm_throt_config_request_fixed_param *tt_conf, in wmi_fill_client_id_priority() argument9248 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() argument9270 wmi_therm_throt_config_request_fixed_param *tt_conf = NULL; in send_thermal_mitigation_param_cmd_tlv() local9278 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()[all …]