Symbol: typec_cable
drivers/platform/chrome/cros_ec_typec.h
53
struct typec_cable *cable;
drivers/usb/typec/altmodes/thunderbolt.c
29
struct typec_cable *cable;
drivers/usb/typec/class.c
1305
struct typec_plug *typec_register_plug(struct typec_cable *cable,
drivers/usb/typec/class.c
1363
struct typec_cable *cable = to_typec_cable(dev);
drivers/usb/typec/class.c
1375
ATTRIBUTE_GROUPS(typec_cable);
drivers/usb/typec/class.c
1379
struct typec_cable *cable = to_typec_cable(dev);
drivers/usb/typec/class.c
1397
struct typec_cable *typec_cable_get(struct typec_port *port)
drivers/usb/typec/class.c
1414
void typec_cable_put(struct typec_cable *cable)
drivers/usb/typec/class.c
1426
int typec_cable_is_active(struct typec_cable *cable)
drivers/usb/typec/class.c
1439
int typec_cable_set_identity(struct typec_cable *cable)
drivers/usb/typec/class.c
1459
struct typec_cable *typec_register_cable(struct typec_port *port,
drivers/usb/typec/class.c
1462
struct typec_cable *cable;
drivers/usb/typec/class.c
1504
void typec_unregister_cable(struct typec_cable *cable)
drivers/usb/typec/class.c
2011
struct typec_cable *cable = to_typec_cable(dev);
drivers/usb/typec/class.c
2503
void typec_cable_set_svdm_version(struct typec_cable *cable, enum usb_pd_svdm_ver svdm_version)
drivers/usb/typec/class.c
68
struct typec_cable *cable = to_typec_cable(dev);
drivers/usb/typec/class.h
90
#define to_typec_cable(_dev_) container_of(_dev_, struct typec_cable, dev)
drivers/usb/typec/tcpm/tcpm.c
363
struct typec_cable *cable;
drivers/usb/typec/ucsi/ucsi.c
953
struct typec_cable *cable;
drivers/usb/typec/ucsi/ucsi.h
524
struct typec_cable *cable;
include/linux/usb/typec.h
138
int typec_cable_set_identity(struct typec_cable *cable);
include/linux/usb/typec.h
17
struct typec_cable;
include/linux/usb/typec.h
333
struct typec_cable *typec_register_cable(struct typec_port *port,
include/linux/usb/typec.h
335
void typec_unregister_cable(struct typec_cable *cable);
include/linux/usb/typec.h
337
struct typec_cable *typec_cable_get(struct typec_port *port);
include/linux/usb/typec.h
338
void typec_cable_put(struct typec_cable *cable);
include/linux/usb/typec.h
339
int typec_cable_is_active(struct typec_cable *cable);
include/linux/usb/typec.h
341
struct typec_plug *typec_register_plug(struct typec_cable *cable,
include/linux/usb/typec.h
372
void typec_cable_set_svdm_version(struct typec_cable *cable, enum usb_pd_svdm_ver svdm_version);