Home
last modified time | relevance | path

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

/drivers/usb/typec/
Dclass.h13 struct typec_plug { struct
70 #define to_typec_plug(_dev_) container_of(_dev_, struct typec_plug, dev)
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()
621 struct typec_plug *plug; in number_of_alternate_modes_show()
896 struct typec_plug *plug = to_typec_plug(dev); in typec_plug_release()
909 struct typec_plug *plug = to_typec_plug(kobj_to_dev(kobj)); in typec_plug_attr_is_visible()
948 int typec_plug_set_num_altmodes(struct typec_plug *plug, int num_altmodes) in typec_plug_set_num_altmodes()
980 typec_plug_register_altmode(struct typec_plug *plug, in typec_plug_register_altmode()
998 struct typec_plug *typec_register_plug(struct typec_cable *cable, in typec_register_plug()
1001 struct typec_plug *plug; in typec_register_plug()
1036 void typec_unregister_plug(struct typec_plug *plug) in typec_unregister_plug()
/drivers/platform/chrome/
Dcros_ec_typec.c53 struct typec_plug *plug;