Searched refs:rt_feature (Results 1 – 1 of 1) sorted by relevance
406 struct mtk_runtime_feature *rt_feature; in t7xx_prepare_device_rt_data() local422 rt_data_len += sizeof(*rt_feature); in t7xx_prepare_device_rt_data()429 rt_feature = skb_put(skb, rt_data_len); in t7xx_prepare_device_rt_data()430 memset(rt_feature, 0, rt_data_len); in t7xx_prepare_device_rt_data()439 rt_feature->feature_id = i; in t7xx_prepare_device_rt_data()441 rt_feature->support_info = md_feature->feature_set[i]; in t7xx_prepare_device_rt_data()443 rt_feature++; in t7xx_prepare_device_rt_data()455 struct mtk_runtime_feature *rt_feature; in t7xx_parse_host_rt_data() local460 rt_feature = data + offset; in t7xx_parse_host_rt_data()461 offset += sizeof(*rt_feature) + le32_to_cpu(rt_feature->data_len); in t7xx_parse_host_rt_data()[all …]