Symbol: VDO_CMDT
drivers/platform/chrome/cros_typec_altmode.c
133
adata->header |= VDO_CMDT(CMDT_RSP_ACK);
drivers/platform/chrome/cros_typec_altmode.c
180
adata->header |= VDO_CMDT(CMDT_RSP_ACK);
drivers/platform/chrome/cros_typec_altmode.c
188
adata->header |= VDO_CMDT(CMDT_RSP_ACK);
drivers/platform/chrome/cros_typec_altmode.c
237
adata->header |= VDO_CMDT(CMDT_RSP_ACK);
drivers/platform/chrome/cros_typec_altmode.c
298
adata->header |= VDO_CMDT(CMDT_RSP_ACK);
drivers/platform/chrome/cros_typec_altmode.c
94
adata->header |= VDO_CMDT(CMDT_RSP_ACK);
drivers/usb/typec/tcpm/tcpm.c
2330
response[0] = p[0] | VDO_CMDT(CMDT_RSP_ACK);
drivers/usb/typec/tcpm/tcpm.c
2332
response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK);
drivers/usb/typec/tcpm/tcpm.c
2335
response[0] = p[0] | VDO_CMDT(CMDT_RSP_BUSY);
drivers/usb/typec/tcpm/tcpm.c
2498
response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK);
drivers/usb/typec/tcpm/tcpm.c
2525
response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK);
drivers/usb/typec/tcpm/tcpm.c
2533
response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK);
drivers/usb/typec/ucsi/displayport.c
141
dp->header |= VDO_CMDT(CMDT_RSP_ACK);
drivers/usb/typec/ucsi/displayport.c
237
dp->header |= VDO_CMDT(CMDT_RSP_NAK);
drivers/usb/typec/ucsi/displayport.c
239
dp->header |= VDO_CMDT(CMDT_RSP_ACK);
drivers/usb/typec/ucsi/displayport.c
243
dp->header |= VDO_CMDT(CMDT_RSP_NAK);
drivers/usb/typec/ucsi/displayport.c
248
dp->header |= VDO_CMDT(CMDT_RSP_NAK);
drivers/usb/typec/ucsi/displayport.c
250
dp->header |= VDO_CMDT(CMDT_RSP_ACK);
drivers/usb/typec/ucsi/displayport.c
258
dp->header |= VDO_CMDT(CMDT_RSP_ACK);
drivers/usb/typec/ucsi/displayport.c
96
dp->header |= VDO_CMDT(CMDT_RSP_ACK);
drivers/usb/typec/ucsi/thunderbolt.c
157
tbt->header |= VDO_CMDT(CMDT_RSP_ACK);
drivers/usb/typec/ucsi/thunderbolt.c
74
tbt->header |= VDO_CMDT(CMDT_RSP_ACK);
include/linux/usb/pd_vdo.h
44
#define VDO_CMDT_MASK VDO_CMDT(0x3)