Home
last modified time | relevance | path

Searched refs:typec_altmode_notify (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/usb/typec/
Dbus.c57 int typec_altmode_notify(struct typec_altmode *adev, in typec_altmode_notify() function
85 EXPORT_SYMBOL_GPL(typec_altmode_notify);
/linux-5.19.10/include/linux/usb/
Dtypec_altmode.h73 int typec_altmode_notify(struct typec_altmode *altmode, unsigned long conf,
/linux-5.19.10/Documentation/driver-api/usb/
Dtypec_bus.rst53 needs to notify the bus using :c:func:`typec_altmode_notify()`. The driver
110 …pec_altmode_enter typec_altmode_exit typec_altmode_attention typec_altmode_vdm typec_altmode_notify
/linux-5.19.10/drivers/usb/typec/altmodes/
Ddisplayport.c83 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()
/linux-5.19.10/drivers/usb/typec/tcpm/
Dtcpm.c1824 WARN_ON(typec_altmode_notify(adev, TYPEC_STATE_USB, NULL)); in tcpm_handle_vdm_request()