Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/usb/
H A Dtypec_bus.rst88 plug alternate modes using :c:func:`typec_altmode_get_plug()`, and take over
122 :functions: typec_altmode_get_plug typec_altmode_put_plug
/linux/drivers/usb/typec/
H A Dbus.c360 struct typec_altmode *typec_altmode_get_plug(struct typec_altmode *adev, in typec_altmode_get_plug() function
372 EXPORT_SYMBOL_GPL(typec_altmode_get_plug);
/linux/include/linux/usb/
H A Dtypec_altmode.h158 struct typec_altmode *typec_altmode_get_plug(struct typec_altmode *altmode,
/linux/drivers/usb/typec/altmodes/
H A Dthunderbolt.c333 plug = typec_altmode_get_plug(tbt->alt, i); in tbt_ready()
H A Ddisplayport.c762 struct typec_altmode *plug = typec_altmode_get_plug(alt, TYPEC_PLUG_SOP_P); in dp_altmode_probe()