Searched refs:typec_altmode_notify (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/usb/ |
H A D | typec_altmode.h | 73 int typec_altmode_notify(struct typec_altmode *altmode, unsigned long conf,
|
/openbmc/linux/drivers/usb/typec/ |
H A D | bus.c | 86 int typec_altmode_notify(struct typec_altmode *adev, in typec_altmode_notify() function 114 EXPORT_SYMBOL_GPL(typec_altmode_notify);
|
H A D | anx7411.c | 607 typec_altmode_notify(ctx->typec.amode[i], in anx7411_update_altmode()
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | typec_bus.rst | 53 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 D | displayport.c | 84 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 D | tcpm.c | 1867 WARN_ON(typec_altmode_notify(adev, TYPEC_STATE_USB, NULL)); in tcpm_handle_vdm_request()
|