Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dtypec.h296 void typec_unregister_cable(struct typec_cable *cable);
/openbmc/linux/Documentation/driver-api/usb/
H A Dtypec.rst118 :functions: typec_register_cable typec_unregister_cable typec_register_plug typec_unregister_plug
/openbmc/linux/drivers/usb/typec/
H A Dclass.c1220 void typec_unregister_cable(struct typec_cable *cable) in typec_unregister_cable() function
1225 EXPORT_SYMBOL_GPL(typec_unregister_cable);
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c229 typec_unregister_cable(port->cable); in cros_typec_remove_cable()