Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/typec/ucsi/
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()
/linux-6.3-rc2/include/linux/usb/
A Dpd_vdo.h40 #define VDO_CMDT(x) ((x) << 6) macro
43 #define VDO_CMDT_MASK VDO_CMDT(0x3)
/linux-6.3-rc2/drivers/usb/typec/tcpm/
A Dtcpm.c1652 response[0] = p[0] | VDO_CMDT(CMDT_RSP_ACK); in tcpm_pd_svdm()
1654 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()
1657 response[0] = p[0] | VDO_CMDT(CMDT_RSP_BUSY); in tcpm_pd_svdm()
1719 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()
1740 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()
1748 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()

Completed in 13 milliseconds