Searched refs:modep_prime (Results 1 – 1 of 1) sorted by relevance
2158 struct pd_mode_data *modep, *modep_prime; in tcpm_pd_svdm() local2174 modep_prime = &port->mode_data_prime; in tcpm_pd_svdm()2398 if (modep_prime->nsvids) { in tcpm_pd_svdm()2399 response[0] = VDO(modep_prime->svids[0], 1, in tcpm_pd_svdm()2429 modep_prime->svid_index++; in tcpm_pd_svdm()2430 if (modep_prime->svid_index < modep_prime->nsvids) { in tcpm_pd_svdm()2431 u16 svid = modep_prime->svids[modep_prime->svid_index]; in tcpm_pd_svdm()4864 struct pd_mode_data *modep_prime = &port->mode_data_prime; in tcpm_unregister_altmodes() local4871 for (i = 0; i < modep_prime->altmodes; i++) { in tcpm_unregister_altmodes()4877 memset(modep_prime, 0, sizeof(*modep_prime)); in tcpm_unregister_altmodes()