Searched refs:typec_cable (Results 1 – 4 of 4) sorted by relevance
17 struct typec_cable;110 int typec_cable_set_identity(struct typec_cable *cable);282 struct typec_cable *typec_register_cable(struct typec_port *port,284 void typec_unregister_cable(struct typec_cable *cable);286 struct typec_cable *typec_cable_get(struct typec_port *port);287 void typec_cable_put(struct typec_cable *cable);288 int typec_cable_is_active(struct typec_cable *cable);290 struct typec_plug *typec_register_plug(struct typec_cable *cable,
18 struct typec_cable;111 int typec_cable_set_identity(struct typec_cable *cable);285 struct typec_cable *typec_register_cable(struct typec_port *port,287 void typec_unregister_cable(struct typec_cable *cable);289 struct typec_cable *typec_cable_get(struct typec_port *port);290 void typec_cable_put(struct typec_cable *cable);291 int typec_cable_is_active(struct typec_cable *cable);293 struct typec_plug *typec_register_plug(struct typec_cable *cable,
27 struct typec_cable { struct72 #define to_typec_cable(_dev_) container_of(_dev_, struct typec_cable, dev)125 struct typec_cable *cable = to_typec_cable(dev); in get_pd_identity()1018 struct typec_plug *typec_register_plug(struct typec_cable *cable, in typec_register_plug()1076 struct typec_cable *cable = to_typec_cable(dev); in plug_type_show()1088 ATTRIBUTE_GROUPS(typec_cable);1092 struct typec_cable *cable = to_typec_cable(dev); in typec_cable_release()1115 struct typec_cable *typec_cable_get(struct typec_port *port) in typec_cable_get()1131 void typec_cable_put(struct typec_cable *cable) in typec_cable_put()1143 int typec_cable_is_active(struct typec_cable *cable) in typec_cable_is_active()[all …]
120 The class will provide a handle to struct typec_cable and struct typec_plug if