Searched refs:typec_plug (Results 1 – 3 of 3) sorted by relevance
15 struct typec_plug;114 *typec_plug_register_altmode(struct typec_plug *plug,230 struct typec_plug *typec_register_plug(struct typec_cable *cable,232 void typec_unregister_plug(struct typec_plug *plug);
17 struct typec_plug { struct59 #define to_typec_plug(_dev_) container_of(_dev_, struct typec_plug, dev)180 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_set_partner()199 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_put_partner()702 struct typec_plug *plug = to_typec_plug(dev); in typec_plug_release()726 typec_plug_register_altmode(struct typec_plug *plug, in typec_plug_register_altmode()744 struct typec_plug *typec_register_plug(struct typec_cable *cable, in typec_register_plug()747 struct typec_plug *plug; in typec_register_plug()781 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