Symbol: typec_plug
drivers/platform/chrome/cros_ec_typec.h
55
struct typec_plug *plug;
drivers/usb/typec/class.c
1203
struct typec_plug *plug = to_typec_plug(dev);
drivers/usb/typec/class.c
1216
struct typec_plug *plug = to_typec_plug(kobj_to_dev(kobj));
drivers/usb/typec/class.c
1255
int typec_plug_set_num_altmodes(struct typec_plug *plug, int num_altmodes)
drivers/usb/typec/class.c
1287
typec_plug_register_altmode(struct typec_plug *plug,
drivers/usb/typec/class.c
1305
struct typec_plug *typec_register_plug(struct typec_cable *cable,
drivers/usb/typec/class.c
1308
struct typec_plug *plug;
drivers/usb/typec/class.c
1343
void typec_unregister_plug(struct typec_plug *plug)
drivers/usb/typec/class.c
262
struct typec_plug *plug = to_typec_plug(adev->dev.parent);
drivers/usb/typec/class.c
283
struct typec_plug *plug = to_typec_plug(adev->dev.parent);
drivers/usb/typec/class.c
813
struct typec_plug *plug;
drivers/usb/typec/class.h
89
#define to_typec_plug(_dev_) container_of(_dev_, struct typec_plug, dev)
drivers/usb/typec/tcpm/tcpm.c
365
struct typec_plug *plug_prime;
drivers/usb/typec/ucsi/ucsi.c
925
struct typec_plug *plug;
drivers/usb/typec/ucsi/ucsi.h
525
struct typec_plug *plug;
include/linux/usb/typec.h
166
int typec_plug_set_num_altmodes(struct typec_plug *plug, int num_altmodes);
include/linux/usb/typec.h
168
*typec_plug_register_altmode(struct typec_plug *plug,
include/linux/usb/typec.h
18
struct typec_plug;
include/linux/usb/typec.h
341
struct typec_plug *typec_register_plug(struct typec_cable *cable,
include/linux/usb/typec.h
343
void typec_unregister_plug(struct typec_plug *plug);