Home
last modified time | relevance | path

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

/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
/linux/include/linux/usb/
H A Dtypec_altmode.h75 int typec_altmode_notify(struct typec_altmode *altmode, unsigned long conf,
/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.c608 typec_altmode_notify(ctx->typec.amode[i], in anx7411_update_altmode()