typec_altmode_notify
ret = typec_altmode_notify(dp->alt, TYPEC_STATE_SAFE, &dp->data);
return typec_altmode_notify(dp->alt, conf, &dp->data);
typec_altmode_notify(alt, TYPEC_STATE_MODAL, &data);
typec_altmode_notify(ctx->typec.amode[i],
EXPORT_SYMBOL_GPL(typec_altmode_notify);
WARN_ON(typec_altmode_notify(adev, TYPEC_STATE_USB, NULL));
int typec_altmode_notify(struct typec_altmode *altmode, unsigned long conf,