Symbol: TYPEC_PLUG_SOP_P
drivers/platform/chrome/cros_ec_typec.c
1027
p_desc.index = TYPEC_PLUG_SOP_P;
drivers/usb/typec/altmodes/displayport.c
262
return typec_cable_altmode_vdm(dp->plug_prime, TYPEC_PLUG_SOP_P, header, &conf, 2);
drivers/usb/typec/altmodes/displayport.c
282
ret = typec_cable_altmode_enter(dp->alt, TYPEC_PLUG_SOP_P, NULL);
drivers/usb/typec/altmodes/displayport.c
327
if (typec_cable_altmode_exit(dp->plug_prime, TYPEC_PLUG_SOP_P))
drivers/usb/typec/altmodes/displayport.c
509
ret = typec_cable_altmode_enter(alt, TYPEC_PLUG_SOP_P, NULL);
drivers/usb/typec/altmodes/displayport.c
762
struct typec_altmode *plug = typec_altmode_get_plug(alt, TYPEC_PLUG_SOP_P);
drivers/usb/typec/altmodes/thunderbolt.c
122
if (tbt->plug[TYPEC_PLUG_SOP_P]) {
drivers/usb/typec/altmodes/thunderbolt.c
123
ret = typec_cable_altmode_enter(alt, TYPEC_PLUG_SOP_P, NULL);
drivers/usb/typec/altmodes/thunderbolt.c
162
if (sop == TYPEC_PLUG_SOP_P) {
drivers/usb/typec/altmodes/thunderbolt.c
213
if (tbt->plug[TYPEC_PLUG_SOP_P])
drivers/usb/typec/altmodes/thunderbolt.c
214
data.cable_mode = tbt->plug[TYPEC_PLUG_SOP_P]->vdo;
drivers/usb/typec/altmodes/thunderbolt.c
221
else if (tbt->plug[TYPEC_PLUG_SOP_P])
drivers/usb/typec/altmodes/thunderbolt.c
290
if (tbt->plug[TYPEC_PLUG_SOP_P])
drivers/usb/typec/altmodes/thunderbolt.c
350
plug = tbt->plug[TYPEC_PLUG_SOP_P];
drivers/usb/typec/altmodes/thunderbolt.c
54
ret = typec_cable_altmode_enter(tbt->alt, TYPEC_PLUG_SOP_P, NULL);
drivers/usb/typec/altmodes/thunderbolt.c
56
dev_dbg(&tbt->plug[TYPEC_PLUG_SOP_P]->dev,
drivers/usb/typec/altmodes/thunderbolt.c
82
typec_cable_altmode_exit(tbt->alt, TYPEC_PLUG_SOP_P);
drivers/usb/typec/tcpm/tcpm.c
1771
port->plug_prime_desc.index = TYPEC_PLUG_SOP_P;
drivers/usb/typec/tcpm/tcpm.c
2443
typec_cable_altmode_vdm(adev, TYPEC_PLUG_SOP_P, p[0], &p[1], cnt);
drivers/usb/typec/tcpm/tcpm.c
2451
typec_cable_altmode_vdm(adev, TYPEC_PLUG_SOP_P, p[0], &p[1], cnt);
drivers/usb/typec/tcpm/tcpm.c
2457
if (typec_cable_altmode_vdm(adev, TYPEC_PLUG_SOP_P,
drivers/usb/typec/ucsi/ucsi.c
926
struct typec_plug_desc desc = {.index = TYPEC_PLUG_SOP_P};