Lines Matching refs:rt_feature
405 struct mtk_runtime_feature *rt_feature; in t7xx_prepare_device_rt_data() local
421 rt_data_len += sizeof(*rt_feature); in t7xx_prepare_device_rt_data()
428 rt_feature = skb_put(skb, rt_data_len); in t7xx_prepare_device_rt_data()
429 memset(rt_feature, 0, rt_data_len); in t7xx_prepare_device_rt_data()
438 rt_feature->feature_id = i; in t7xx_prepare_device_rt_data()
440 rt_feature->support_info = md_feature->feature_set[i]; in t7xx_prepare_device_rt_data()
442 rt_feature++; in t7xx_prepare_device_rt_data()
454 struct mtk_runtime_feature *rt_feature; in t7xx_parse_host_rt_data() local
459 rt_feature = data + offset; in t7xx_parse_host_rt_data()
460 offset += sizeof(*rt_feature) + le32_to_cpu(rt_feature->data_len); in t7xx_parse_host_rt_data()
466 ft_spt_st = FIELD_GET(FEATURE_MSK, rt_feature->support_info); in t7xx_parse_host_rt_data()
471 t7xx_port_enum_msg_handler(ctl->md, rt_feature->data); in t7xx_parse_host_rt_data()