Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dtypec.h17 struct typec_cable;
124 int typec_cable_set_identity(struct typec_cable *cable);
306 struct typec_cable *typec_register_cable(struct typec_port *port,
308 void typec_unregister_cable(struct typec_cable *cable);
310 struct typec_cable *typec_cable_get(struct typec_port *port);
311 void typec_cable_put(struct typec_cable *cable);
312 int typec_cable_is_active(struct typec_cable *cable);
314 struct typec_plug *typec_register_plug(struct typec_cable *cable,
344 void typec_cable_set_svdm_version(struct typec_cable *cable, enum usb_pd_svdm_ver svdm_version);
/linux/drivers/usb/typec/
H A Dclass.h20 struct typec_cable { struct
83 #define to_typec_cable(_dev_) container_of(_dev_, struct typec_cable, dev)
H A Dclass.c67 struct typec_cable *cable = to_typec_cable(dev); in get_pd_identity()
1082 struct typec_plug *typec_register_plug(struct typec_cable *cable, in typec_register_plug()
1140 struct typec_cable *cable = to_typec_cable(dev); in plug_type_show()
1152 ATTRIBUTE_GROUPS(typec_cable);
1156 struct typec_cable *cable = to_typec_cable(dev); in typec_cable_release()
1179 struct typec_cable *typec_cable_get(struct typec_port *port) in typec_cable_get()
1195 void typec_cable_put(struct typec_cable *cable) in typec_cable_put()
1207 int typec_cable_is_active(struct typec_cable *cable) in typec_cable_is_active()
1220 int typec_cable_set_identity(struct typec_cable *cable) in typec_cable_set_identity()
1240 struct typec_cable *typec_register_cable(struct typec_port *port, in typec_register_cable()
[all …]
/linux/drivers/platform/chrome/
H A Dcros_ec_typec.h51 struct typec_cable *cable;
/linux/drivers/usb/typec/ucsi/
H A Ducsi.h427 struct typec_cable *cable;
H A Ducsi.c917 struct typec_cable *cable; in ucsi_register_cable()
/linux/Documentation/driver-api/usb/
H A Dtypec.rst120 The class will provide a handle to struct typec_cable and struct typec_plug if
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c336 struct typec_cable *cable;