Home
last modified time | relevance | path

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

/drivers/usb/typec/
Dclass.h21 struct typec_cable { struct
71 #define to_typec_cable(_dev_) container_of(_dev_, struct typec_cable, dev)
Dclass.c66 struct typec_cable *cable = to_typec_cable(dev); in get_pd_identity()
1017 struct typec_plug *typec_register_plug(struct typec_cable *cable, in typec_register_plug()
1075 struct typec_cable *cable = to_typec_cable(dev); in plug_type_show()
1087 ATTRIBUTE_GROUPS(typec_cable);
1091 struct typec_cable *cable = to_typec_cable(dev); in typec_cable_release()
1114 struct typec_cable *typec_cable_get(struct typec_port *port) in typec_cable_get()
1130 void typec_cable_put(struct typec_cable *cable) in typec_cable_put()
1142 int typec_cable_is_active(struct typec_cable *cable) in typec_cable_is_active()
1155 int typec_cable_set_identity(struct typec_cable *cable) in typec_cable_set_identity()
1175 struct typec_cable *typec_register_cable(struct typec_port *port, in typec_register_cable()
[all …]
/drivers/platform/chrome/
Dcros_ec_typec.h51 struct typec_cable *cable;