Searched refs:modep_prime (Results 1 – 1 of 1) sorted by relevance
1882 struct pd_mode_data *modep, *modep_prime; in tcpm_pd_svdm() local1898 modep_prime = &port->mode_data_prime; in tcpm_pd_svdm()2122 if (modep_prime->nsvids) { in tcpm_pd_svdm()2123 response[0] = VDO(modep_prime->svids[0], 1, in tcpm_pd_svdm()2153 modep_prime->svid_index++; in tcpm_pd_svdm()2154 if (modep_prime->svid_index < modep_prime->nsvids) { in tcpm_pd_svdm()2155 u16 svid = modep_prime->svids[modep_prime->svid_index]; in tcpm_pd_svdm()4360 struct pd_mode_data *modep_prime = &port->mode_data_prime; in tcpm_unregister_altmodes() local4367 for (i = 0; i < modep_prime->altmodes; i++) { in tcpm_unregister_altmodes()4373 memset(modep_prime, 0, sizeof(*modep_prime)); in tcpm_unregister_altmodes()