Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dtypec.h337 void typec_unregister_plug(struct typec_plug *plug);
/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.c1249 void typec_unregister_plug(struct typec_plug *plug) in typec_unregister_plug() function
1254 EXPORT_SYMBOL_GPL(typec_unregister_plug);
/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c357 typec_unregister_plug(port->plug); in cros_typec_remove_cable()
/linux/drivers/usb/typec/ucsi/
H A Ducsi.c925 typec_unregister_plug(con->plug); in ucsi_unregister_plug()
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c4485 typec_unregister_plug(port->plug_prime); in tcpm_typec_disconnect()