Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dtypec.h335 struct typec_plug *typec_register_plug(struct typec_cable *cable,
/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.c1211 struct typec_plug *typec_register_plug(struct typec_cable *cable, in typec_register_plug() function
1241 EXPORT_SYMBOL_GPL(typec_register_plug);
/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c1027 port->plug = typec_register_plug(port->cable, &p_desc); in cros_typec_handle_sop_prime_disc()
/linux/drivers/usb/typec/ucsi/
H A Ducsi.c907 plug = typec_register_plug(con->cable, &desc); in ucsi_register_plug()
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c1772 port->plug_prime = typec_register_plug(port->cable, in svdm_consume_identity_sop_prime()