Searched refs:typec_plug_index (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/usb/ |
| H A D | typec_altmode.h | 97 int (*enter)(struct typec_altmode *altmode, enum typec_plug_index sop, u32 *vdo); 98 int (*exit)(struct typec_altmode *altmode, enum typec_plug_index sop); 99 int (*vdm)(struct typec_altmode *altmode, enum typec_plug_index sop, 103 int typec_cable_altmode_enter(struct typec_altmode *altmode, enum typec_plug_index sop, u32 *vdo); 104 int typec_cable_altmode_exit(struct typec_altmode *altmode, enum typec_plug_index sop); 105 int typec_cable_altmode_vdm(struct typec_altmode *altmode, enum typec_plug_index sop, 159 enum typec_plug_index index);
|
| H A D | typec.h | 190 enum typec_plug_index { enum 203 enum typec_plug_index index;
|
| /linux/drivers/usb/typec/ |
| H A 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()
|
| H A D | class.h | 16 enum typec_plug_index index;
|
| /linux/drivers/usb/typec/altmodes/ |
| H A D | thunderbolt.c | 140 enum typec_plug_index sop, const u32 hdr, in tbt_cable_altmode_vdm()
|
| H A D | displayport.c | 443 static int dp_cable_altmode_vdm(struct typec_altmode *alt, enum typec_plug_index sop, in dp_cable_altmode_vdm()
|
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 2949 static int tcpm_cable_altmode_enter(struct typec_altmode *altmode, enum typec_plug_index sop, in tcpm_cable_altmode_enter() 2966 static int tcpm_cable_altmode_exit(struct typec_altmode *altmode, enum typec_plug_index sop) in tcpm_cable_altmode_exit() 2982 static int tcpm_cable_altmode_vdm(struct typec_altmode *altmode, enum typec_plug_index sop, in tcpm_cable_altmode_vdm()
|