typec_altmode_vdm
if (typec_altmode_vdm(data->alt, data->header, data->vdo_data,
ret = typec_altmode_vdm(amode, hdr, &resp.vdm_response[1], resp.vdm_data_objects);
ret = typec_altmode_vdm(dp->alt, header, &conf, 2);
ret = typec_altmode_vdm(dp->alt, header, &vdo, 2);
EXPORT_SYMBOL_GPL(typec_altmode_vdm);
typec_altmode_vdm(adev, p[0], &p[1], cnt);
typec_altmode_vdm(adev, p[0], &p[1], cnt);
if (typec_altmode_vdm(adev, p[0], &p[1], cnt)) {
ret = typec_altmode_vdm(dp->alt, dp->header,
if (typec_altmode_vdm(tbt->alt, tbt->header, NULL, 0))
int typec_altmode_vdm(struct typec_altmode *altmode,