Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dtypec.h18 struct typec_plug;
149 int typec_plug_set_num_altmodes(struct typec_plug *plug, int num_altmodes);
151 *typec_plug_register_altmode(struct typec_plug *plug,
314 struct typec_plug *typec_register_plug(struct typec_cable *cable,
316 void typec_unregister_plug(struct typec_plug *plug);
/linux/drivers/usb/typec/
H A Dclass.h13 struct typec_plug { struct
82 #define to_typec_plug(_dev_) container_of(_dev_, struct typec_plug, dev)
H A Dclass.c254 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_set_partner()
275 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_put_partner()
641 struct typec_plug *plug; in number_of_alternate_modes_show()
980 struct typec_plug *plug = to_typec_plug(dev); in typec_plug_release()
993 struct typec_plug *plug = to_typec_plug(kobj_to_dev(kobj)); in typec_plug_attr_is_visible()
1032 int typec_plug_set_num_altmodes(struct typec_plug *plug, int num_altmodes) in typec_plug_set_num_altmodes()
1064 typec_plug_register_altmode(struct typec_plug *plug, in typec_plug_register_altmode()
1082 struct typec_plug *typec_register_plug(struct typec_cable *cable, in typec_register_plug()
1085 struct typec_plug *plug; in typec_register_plug()
1120 void typec_unregister_plug(struct typec_plug *plug) in typec_unregister_plug()
/linux/drivers/platform/chrome/
H A Dcros_ec_typec.h53 struct typec_plug *plug;
/linux/drivers/usb/typec/ucsi/
H A Ducsi.h428 struct typec_plug *plug;
H A Ducsi.c889 struct typec_plug *plug; in ucsi_register_plug()
/linux/Documentation/driver-api/usb/
H A Dtypec.rst120 The class will provide a handle to struct typec_cable and struct typec_plug if
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c338 struct typec_plug *plug_prime;