Home
last modified time | relevance | path

Searched refs:typec_plug (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/usb/
Dtypec.h15 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);
/Linux-v4.19/drivers/usb/typec/
Dclass.c16 struct typec_plug { struct
58 #define to_typec_plug(_dev_) container_of(_dev_, struct typec_plug, dev)
179 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_set_partner()
198 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_put_partner()
696 struct typec_plug *plug = to_typec_plug(dev); in typec_plug_release()
720 typec_plug_register_altmode(struct typec_plug *plug, in typec_plug_register_altmode()
738 struct typec_plug *typec_register_plug(struct typec_cable *cable, in typec_register_plug()
741 struct typec_plug *plug; in typec_register_plug()
775 void typec_unregister_plug(struct typec_plug *plug) in typec_unregister_plug()
/Linux-v4.19/Documentation/driver-api/usb/
Dtypec.rst119 The class will provide a handle to struct typec_cable and struct typec_plug if