Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/usb/
H A Dtypec.rst118 :functions: typec_register_cable typec_unregister_cable typec_register_plug typec_unregister_plug
/linux/drivers/usb/typec/
H A Dclass.c1343 void typec_unregister_plug(struct typec_plug *plug) in typec_unregister_plug() function
1348 EXPORT_SYMBOL_GPL(typec_unregister_plug);
/linux/drivers/usb/typec/ucsi/
H A Ducsi.c949 typec_unregister_plug(con->plug); in ucsi_unregister_plug()
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c4847 typec_unregister_plug(port->plug_prime); in tcpm_typec_disconnect()