Searched refs:typec_plug_index (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/include/linux/usb/ |
D | typec_altmode.h | 87 int (*enter)(struct typec_altmode *altmode, enum typec_plug_index sop, u32 *vdo); 88 int (*exit)(struct typec_altmode *altmode, enum typec_plug_index sop); 89 int (*vdm)(struct typec_altmode *altmode, enum typec_plug_index sop, 93 int typec_cable_altmode_enter(struct typec_altmode *altmode, enum typec_plug_index sop, u32 *vdo); 94 int typec_cable_altmode_exit(struct typec_altmode *altmode, enum typec_plug_index sop); 95 int typec_cable_altmode_vdm(struct typec_altmode *altmode, enum typec_plug_index sop, 149 enum typec_plug_index index);
|
D | typec.h | 173 enum typec_plug_index { enum 186 enum typec_plug_index index;
|
/linux-6.12.1/drivers/usb/typec/ |
D | bus.c | 259 int typec_cable_altmode_enter(struct typec_altmode *adev, enum typec_plug_index sop, u32 *vdo) in typec_cable_altmode_enter() 289 int typec_cable_altmode_exit(struct typec_altmode *adev, enum typec_plug_index sop) in typec_cable_altmode_exit() 321 int typec_cable_altmode_vdm(struct typec_altmode *adev, enum typec_plug_index sop, in typec_cable_altmode_vdm() 361 enum typec_plug_index index) in typec_altmode_get_plug()
|
D | class.h | 15 enum typec_plug_index index;
|
/linux-6.12.1/drivers/usb/typec/altmodes/ |
D | displayport.c | 416 static int dp_cable_altmode_vdm(struct typec_altmode *alt, enum typec_plug_index sop, in dp_cable_altmode_vdm()
|
/linux-6.12.1/drivers/usb/typec/tcpm/ |
D | tcpm.c | 2825 static int tcpm_cable_altmode_enter(struct typec_altmode *altmode, enum typec_plug_index sop, in tcpm_cable_altmode_enter() 2843 static int tcpm_cable_altmode_exit(struct typec_altmode *altmode, enum typec_plug_index sop) in tcpm_cable_altmode_exit() 2860 static int tcpm_cable_altmode_vdm(struct typec_altmode *altmode, enum typec_plug_index sop, in tcpm_cable_altmode_vdm()
|