Searched refs:typec_altmode_notify (Results 1 – 5 of 5) sorted by relevance
57 int typec_altmode_notify(struct typec_altmode *adev, in typec_altmode_notify() function85 EXPORT_SYMBOL_GPL(typec_altmode_notify);
73 int typec_altmode_notify(struct typec_altmode *altmode, unsigned long conf,
53 needs to notify the bus using :c:func:`typec_altmode_notify()`. The driver110 …pec_altmode_enter typec_altmode_exit typec_altmode_attention typec_altmode_vdm typec_altmode_notify
83 return typec_altmode_notify(dp->alt, conf, &dp->data); in dp_altmode_notify()173 ret = typec_altmode_notify(dp->alt, TYPEC_STATE_SAFE, &dp->data); in dp_altmode_configure_vdm()
1824 WARN_ON(typec_altmode_notify(adev, TYPEC_STATE_USB, NULL)); in tcpm_handle_vdm_request()