Searched refs:typec_plug (Results 1 – 3 of 3) sorted by relevance
18 struct typec_plug;133 *typec_plug_register_altmode(struct typec_plug *plug,255 struct typec_plug *typec_register_plug(struct typec_cable *cable,257 void typec_unregister_plug(struct typec_plug *plug);
17 struct typec_plug { struct60 #define to_typec_plug(_dev_) container_of(_dev_, struct typec_plug, dev)181 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_set_partner()200 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_put_partner()659 struct typec_plug *plug = to_typec_plug(dev); in typec_plug_release()683 typec_plug_register_altmode(struct typec_plug *plug, in typec_plug_register_altmode()701 struct typec_plug *typec_register_plug(struct typec_cable *cable, in typec_register_plug()704 struct typec_plug *plug; in typec_register_plug()738 void typec_unregister_plug(struct typec_plug *plug) in typec_unregister_plug()
120 The class will provide a handle to struct typec_cable and struct typec_plug if