typec_cable
struct typec_cable *cable;
struct typec_cable *cable;
struct typec_plug *typec_register_plug(struct typec_cable *cable,
struct typec_cable *cable = to_typec_cable(dev);
ATTRIBUTE_GROUPS(typec_cable);
struct typec_cable *cable = to_typec_cable(dev);
struct typec_cable *typec_cable_get(struct typec_port *port)
void typec_cable_put(struct typec_cable *cable)
int typec_cable_is_active(struct typec_cable *cable)
int typec_cable_set_identity(struct typec_cable *cable)
struct typec_cable *typec_register_cable(struct typec_port *port,
struct typec_cable *cable;
void typec_unregister_cable(struct typec_cable *cable)
struct typec_cable *cable = to_typec_cable(dev);
void typec_cable_set_svdm_version(struct typec_cable *cable, enum usb_pd_svdm_ver svdm_version)
struct typec_cable *cable = to_typec_cable(dev);
#define to_typec_cable(_dev_) container_of(_dev_, struct typec_cable, dev)
struct typec_cable *cable;
struct typec_cable *cable;
struct typec_cable *cable;
int typec_cable_set_identity(struct typec_cable *cable);
struct typec_cable;
struct typec_cable *typec_register_cable(struct typec_port *port,
void typec_unregister_cable(struct typec_cable *cable);
struct typec_cable *typec_cable_get(struct typec_port *port);
void typec_cable_put(struct typec_cable *cable);
int typec_cable_is_active(struct typec_cable *cable);
struct typec_plug *typec_register_plug(struct typec_cable *cable,
void typec_cable_set_svdm_version(struct typec_cable *cable, enum usb_pd_svdm_ver svdm_version);