Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dtypec_altmode.h73 int typec_altmode_notify(struct typec_altmode *altmode, unsigned long conf,
/openbmc/linux/drivers/usb/typec/
H A Dbus.c86 int typec_altmode_notify(struct typec_altmode *adev, in typec_altmode_notify() function
114 EXPORT_SYMBOL_GPL(typec_altmode_notify);
H A Danx7411.c607 typec_altmode_notify(ctx->typec.amode[i], in anx7411_update_altmode()
/openbmc/linux/Documentation/driver-api/usb/
H A 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
/openbmc/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c84 return typec_altmode_notify(dp->alt, conf, &dp->data); in dp_altmode_notify()
194 ret = typec_altmode_notify(dp->alt, TYPEC_STATE_SAFE, &dp->data); in dp_altmode_configure_vdm()
/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c1867 WARN_ON(typec_altmode_notify(adev, TYPEC_STATE_USB, NULL)); in tcpm_handle_vdm_request()