Searched refs:typec_cable (Results 1 – 9 of 9) sorted by relevance
17 struct typec_cable;138 int typec_cable_set_identity(struct typec_cable *cable);333 struct typec_cable *typec_register_cable(struct typec_port *port,335 void typec_unregister_cable(struct typec_cable *cable);337 struct typec_cable *typec_cable_get(struct typec_port *port);338 void typec_cable_put(struct typec_cable *cable);339 int typec_cable_is_active(struct typec_cable *cable);341 struct typec_plug *typec_register_plug(struct typec_cable *cable,372 void typec_cable_set_svdm_version(struct typec_cable *cable, enum usb_pd_svdm_ver svdm_version);
21 struct typec_cable { struct90 #define to_typec_cable(_dev_) container_of(_dev_, struct typec_cable, dev)
68 struct typec_cable *cable = to_typec_cable(dev); in get_pd_identity()1305 struct typec_plug *typec_register_plug(struct typec_cable *cable, in typec_register_plug()1363 struct typec_cable *cable = to_typec_cable(dev); in plug_type_show()1375 ATTRIBUTE_GROUPS(typec_cable);1379 struct typec_cable *cable = to_typec_cable(dev); in typec_cable_release()1397 struct typec_cable *typec_cable_get(struct typec_port *port) in typec_cable_get()1414 void typec_cable_put(struct typec_cable *cable) in typec_cable_put()1426 int typec_cable_is_active(struct typec_cable *cable) in typec_cable_is_active()1439 int typec_cable_set_identity(struct typec_cable *cable) in typec_cable_set_identity()1459 struct typec_cable *typec_register_cable(struct typec_port *port, in typec_register_cable()[all …]
53 struct typec_cable *cable;
29 struct typec_cable *cable;
524 struct typec_cable *cable;
953 struct typec_cable *cable; in ucsi_register_cable()
120 The class will provide a handle to struct typec_cable and struct typec_plug if
363 struct typec_cable *cable;