Home
last modified time | relevance | path

Searched refs:VDO_CMDT (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/typec/ucsi/
H A Ddisplayport.c95 dp->header |= VDO_CMDT(CMDT_RSP_ACK); in ucsi_displayport_enter()
139 dp->header |= VDO_CMDT(CMDT_RSP_ACK); in ucsi_displayport_exit()
235 dp->header |= VDO_CMDT(CMDT_RSP_NAK); in ucsi_displayport_vdm()
237 dp->header |= VDO_CMDT(CMDT_RSP_ACK); in ucsi_displayport_vdm()
242 dp->header |= VDO_CMDT(CMDT_RSP_NAK); in ucsi_displayport_vdm()
244 dp->header |= VDO_CMDT(CMDT_RSP_ACK); in ucsi_displayport_vdm()
252 dp->header |= VDO_CMDT(CMDT_RSP_ACK); in ucsi_displayport_vdm()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dpd_vdo.h40 #define VDO_CMDT(x) ((x) << 6) macro
43 #define VDO_CMDT_MASK VDO_CMDT(0x3)
/OK3568_Linux_fs/u-boot/include/power/power_delivery/
H A Dpd_vdo.h40 #define VDO_CMDT(x) ((x) << 6) macro
43 #define VDO_CMDT_MASK VDO_CMDT(0x3)
/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dtcpm.c1677 response[0] = p[0] | VDO_CMDT(CMDT_RSP_ACK); in tcpm_pd_svdm()
1679 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()
1682 response[0] = p[0] | VDO_CMDT(CMDT_RSP_BUSY); in tcpm_pd_svdm()
1755 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()
1786 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()
1794 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()