Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/usb/
Dtypec.h276 void typec_unregister_cable(struct typec_cable *cable);
/linux-5.19.10/drivers/usb/typec/
Dclass.c1163 void typec_unregister_cable(struct typec_cable *cable) in typec_unregister_cable() function
1168 EXPORT_SYMBOL_GPL(typec_unregister_cable);
/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.c251 typec_unregister_cable(port->cable); in cros_typec_remove_cable()