Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/usb/
Dtypec.h284 void typec_unregister_plug(struct typec_plug *plug);
/linux-5.19.10/drivers/usb/typec/
Dclass.c998 void typec_unregister_plug(struct typec_plug *plug) in typec_unregister_plug() function
1003 EXPORT_SYMBOL_GPL(typec_unregister_plug);
/linux-5.19.10/Documentation/driver-api/usb/
Dtypec.rst118 :functions: typec_register_cable typec_unregister_cable typec_register_plug typec_unregister_plug
/linux-5.19.10/drivers/platform/chrome/
Dcros_ec_typec.c249 typec_unregister_plug(port->plug); in cros_typec_remove_cable()