Searched refs:typec_altmode_notify (Results 1 – 3 of 3) sorted by relevance
/drivers/usb/typec/altmodes/ |
D | displayport.c | 70 return typec_altmode_notify(dp->alt, TYPEC_MODAL_STATE(state), in dp_altmode_notify() 144 return typec_altmode_notify(dp->alt, TYPEC_STATE_USB, in dp_altmode_configured() 161 ret = typec_altmode_notify(dp->alt, TYPEC_STATE_SAFE, &dp->data); in dp_altmode_configure_vdm() 173 typec_altmode_notify(dp->alt, TYPEC_STATE_USB, in dp_altmode_configure_vdm()
|
/drivers/usb/typec/ |
D | bus.c | 51 int typec_altmode_notify(struct typec_altmode *adev, in typec_altmode_notify() function 82 EXPORT_SYMBOL_GPL(typec_altmode_notify);
|
/drivers/usb/typec/tcpm/ |
D | tcpm.c | 1174 WARN_ON(typec_altmode_notify(adev, in tcpm_pd_svdm() 1188 WARN_ON(typec_altmode_notify(adev, in tcpm_pd_svdm()
|