Home
last modified time | relevance | path

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

/linux-6.15/include/linux/usb/
H A Dtypec.h335 struct typec_plug *typec_register_plug(struct typec_cable *cable,
/linux-6.15/Documentation/driver-api/usb/
H A Dtypec.rst118 :functions: typec_register_cable typec_unregister_cable typec_register_plug typec_unregister_plug
/linux-6.15/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-6.15/drivers/platform/chrome/
H A Dcros_ec_typec.c942 port->plug = typec_register_plug(port->cable, &p_desc); in cros_typec_handle_sop_prime_disc()
/linux-6.15/drivers/usb/typec/ucsi/
H A Ducsi.c908 plug = typec_register_plug(con->cable, &desc); in ucsi_register_plug()
/linux-6.15/drivers/usb/typec/tcpm/
H A Dtcpm.c1694 port->plug_prime = typec_register_plug(port->cable, in svdm_consume_identity_sop_prime()