VDO_CMDT         1112 drivers/usb/typec/tcpm/tcpm.c 			response[0] = p[0] | VDO_CMDT(CMDT_RSP_ACK);
VDO_CMDT         1114 drivers/usb/typec/tcpm/tcpm.c 			response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK);
VDO_CMDT         1117 drivers/usb/typec/tcpm/tcpm.c 			response[0] = p[0] | VDO_CMDT(CMDT_RSP_BUSY);
VDO_CMDT           91 drivers/usb/typec/ucsi/displayport.c 	dp->header |= VDO_CMDT(CMDT_RSP_ACK);
VDO_CMDT          127 drivers/usb/typec/ucsi/displayport.c 	dp->header |= VDO_CMDT(CMDT_RSP_ACK);
VDO_CMDT          211 drivers/usb/typec/ucsi/displayport.c 				dp->header |= VDO_CMDT(CMDT_RSP_NAK);
VDO_CMDT          213 drivers/usb/typec/ucsi/displayport.c 				dp->header |= VDO_CMDT(CMDT_RSP_ACK);
VDO_CMDT          218 drivers/usb/typec/ucsi/displayport.c 				dp->header |= VDO_CMDT(CMDT_RSP_NAK);
VDO_CMDT          220 drivers/usb/typec/ucsi/displayport.c 				dp->header |= VDO_CMDT(CMDT_RSP_ACK);
VDO_CMDT          228 drivers/usb/typec/ucsi/displayport.c 			dp->header |= VDO_CMDT(CMDT_RSP_ACK);
VDO_CMDT           41 include/linux/usb/pd_vdo.h #define VDO_CMDT_MASK		VDO_CMDT(0x3)