Searched refs:modep_prime (Results 1 – 1 of 1) sorted by relevance
2006 struct pd_mode_data *modep, *modep_prime; in tcpm_pd_svdm() local2022 modep_prime = &port->mode_data_prime; in tcpm_pd_svdm()2246 if (modep_prime->nsvids) { in tcpm_pd_svdm()2247 response[0] = VDO(modep_prime->svids[0], 1, in tcpm_pd_svdm()2277 modep_prime->svid_index++; in tcpm_pd_svdm()2278 if (modep_prime->svid_index < modep_prime->nsvids) { in tcpm_pd_svdm()2279 u16 svid = modep_prime->svids[modep_prime->svid_index]; in tcpm_pd_svdm()4502 struct pd_mode_data *modep_prime = &port->mode_data_prime; in tcpm_unregister_altmodes() local4509 for (i = 0; i < modep_prime->altmodes; i++) { in tcpm_unregister_altmodes()4515 memset(modep_prime, 0, sizeof(*modep_prime)); in tcpm_unregister_altmodes()