Home
last modified time | relevance | path

Searched refs:typec_altmode_update_active (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dtypec.h164 void typec_altmode_update_active(struct typec_altmode *alt, bool active);
/openbmc/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c300 typec_altmode_update_active(alt, true); in dp_altmode_vdm()
304 typec_altmode_update_active(alt, false); in dp_altmode_vdm()
/openbmc/linux/drivers/usb/typec/
H A Dbus.c435 typec_altmode_update_active(adev, false); in typec_remove()
H A Dclass.c291 void typec_altmode_update_active(struct typec_altmode *adev, bool active) in typec_altmode_update_active() function
311 EXPORT_SYMBOL_GPL(typec_altmode_update_active);
375 typec_altmode_update_active(adev, enter); in active_store()
H A Danx7411.c606 typec_altmode_update_active(ctx->typec.amode[i], true); in anx7411_update_altmode()
/openbmc/linux/Documentation/driver-api/usb/
H A Dtypec.rst183 :functions: typec_altmode_update_active
/openbmc/linux/drivers/usb/typec/ucsi/
H A Ducsi.c299 typec_altmode_update_active(con->partner_altmode[i], in ucsi_altmode_update_active()