Symbol: typec_plug_index
drivers/usb/typec/altmodes/displayport.c
445
static int dp_cable_altmode_vdm(struct typec_altmode *alt, enum typec_plug_index sop,
drivers/usb/typec/altmodes/thunderbolt.c
140
enum typec_plug_index sop, const u32 hdr,
drivers/usb/typec/bus.c
259
int typec_cable_altmode_enter(struct typec_altmode *adev, enum typec_plug_index sop, u32 *vdo)
drivers/usb/typec/bus.c
289
int typec_cable_altmode_exit(struct typec_altmode *adev, enum typec_plug_index sop)
drivers/usb/typec/bus.c
321
int typec_cable_altmode_vdm(struct typec_altmode *adev, enum typec_plug_index sop,
drivers/usb/typec/bus.c
361
enum typec_plug_index index)
drivers/usb/typec/class.h
16
enum typec_plug_index index;
drivers/usb/typec/tcpm/tcpm.c
3133
static int tcpm_cable_altmode_enter(struct typec_altmode *altmode, enum typec_plug_index sop,
drivers/usb/typec/tcpm/tcpm.c
3150
static int tcpm_cable_altmode_exit(struct typec_altmode *altmode, enum typec_plug_index sop)
drivers/usb/typec/tcpm/tcpm.c
3166
static int tcpm_cable_altmode_vdm(struct typec_altmode *altmode, enum typec_plug_index sop,
include/linux/usb/typec.h
203
enum typec_plug_index index;
include/linux/usb/typec_altmode.h
100
int (*enter)(struct typec_altmode *altmode, enum typec_plug_index sop, u32 *vdo);
include/linux/usb/typec_altmode.h
101
int (*exit)(struct typec_altmode *altmode, enum typec_plug_index sop);
include/linux/usb/typec_altmode.h
102
int (*vdm)(struct typec_altmode *altmode, enum typec_plug_index sop,
include/linux/usb/typec_altmode.h
106
int typec_cable_altmode_enter(struct typec_altmode *altmode, enum typec_plug_index sop, u32 *vdo);
include/linux/usb/typec_altmode.h
107
int typec_cable_altmode_exit(struct typec_altmode *altmode, enum typec_plug_index sop);
include/linux/usb/typec_altmode.h
108
int typec_cable_altmode_vdm(struct typec_altmode *altmode, enum typec_plug_index sop,
include/linux/usb/typec_altmode.h
162
enum typec_plug_index index);