Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/usb/
Dtypec.h14 struct typec_cable;
90 int typec_cable_set_identity(struct typec_cable *cable);
226 struct typec_cable *typec_register_cable(struct typec_port *port,
228 void typec_unregister_cable(struct typec_cable *cable);
230 struct typec_plug *typec_register_plug(struct typec_cable *cable,
/Linux-v4.19/drivers/usb/typec/
Dclass.c22 struct typec_cable { struct
59 #define to_typec_cable(_dev_) container_of(_dev_, struct typec_cable, dev)
89 struct typec_cable *cable = to_typec_cable(dev); in get_pd_identity()
738 struct typec_plug *typec_register_plug(struct typec_cable *cable, in typec_register_plug()
787 struct typec_cable *cable = to_typec_cable(dev); in type_show()
804 struct typec_cable *cable = to_typec_cable(dev); in plug_type_show()
815 ATTRIBUTE_GROUPS(typec_cable);
819 struct typec_cable *cable = to_typec_cable(dev); in typec_cable_release()
837 int typec_cable_set_identity(struct typec_cable *cable) in typec_cable_set_identity()
857 struct typec_cable *typec_register_cable(struct typec_port *port, in typec_register_cable()
[all …]
/Linux-v4.19/Documentation/driver-api/usb/
Dtypec.rst119 The class will provide a handle to struct typec_cable and struct typec_plug if