Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/usb/
Dtypec.h18 struct typec_plug;
147 int typec_plug_set_num_altmodes(struct typec_plug *plug, int num_altmodes);
149 *typec_plug_register_altmode(struct typec_plug *plug,
301 struct typec_plug *typec_register_plug(struct typec_cable *cable,
303 void typec_unregister_plug(struct typec_plug *plug);
/Linux-v6.1/drivers/usb/typec/
Dclass.h12 struct typec_plug { struct
65 #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()
273 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_put_partner()
618 struct typec_plug *plug; in number_of_alternate_modes_show()
893 struct typec_plug *plug = to_typec_plug(dev); in typec_plug_release()
906 struct typec_plug *plug = to_typec_plug(kobj_to_dev(kobj)); in typec_plug_attr_is_visible()
945 int typec_plug_set_num_altmodes(struct typec_plug *plug, int num_altmodes) in typec_plug_set_num_altmodes()
977 typec_plug_register_altmode(struct typec_plug *plug, in typec_plug_register_altmode()
995 struct typec_plug *typec_register_plug(struct typec_cable *cable, in typec_register_plug()
998 struct typec_plug *plug; in typec_register_plug()
1033 void typec_unregister_plug(struct typec_plug *plug) in typec_unregister_plug()
/Linux-v6.1/Documentation/driver-api/usb/
Dtypec.rst120 The class will provide a handle to struct typec_cable and struct typec_plug if
/Linux-v6.1/drivers/platform/chrome/
Dcros_ec_typec.c53 struct typec_plug *plug;