Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/ucsi/
H A Ddisplayport.c96 dp->header |= VDO_CMDT(CMDT_RSP_ACK); in ucsi_displayport_enter()
141 dp->header |= VDO_CMDT(CMDT_RSP_ACK); in ucsi_displayport_exit()
238 dp->header |= VDO_CMDT(CMDT_RSP_NAK); in ucsi_displayport_vdm()
240 dp->header |= VDO_CMDT(CMDT_RSP_ACK); in ucsi_displayport_vdm()
245 dp->header |= VDO_CMDT(CMDT_RSP_NAK); in ucsi_displayport_vdm()
247 dp->header |= VDO_CMDT(CMDT_RSP_ACK); in ucsi_displayport_vdm()
255 dp->header |= VDO_CMDT(CMDT_RSP_ACK); in ucsi_displayport_vdm()
/linux/drivers/platform/chrome/
H A Dcros_typec_altmode.c94 adata->header |= VDO_CMDT(CMDT_RSP_ACK); in cros_typec_altmode_enter()
133 adata->header |= VDO_CMDT(CMDT_RSP_ACK); in cros_typec_altmode_exit()
180 adata->header |= VDO_CMDT(CMDT_RSP_ACK); in cros_typec_displayport_vdm()
188 adata->header |= VDO_CMDT(CMDT_RSP_ACK); in cros_typec_displayport_vdm()
237 adata->header |= VDO_CMDT(CMDT_RSP_ACK); in cros_typec_thunderbolt_vdm()
298 adata->header |= VDO_CMDT(CMDT_RSP_ACK); in cros_typec_displayport_status_update()
/linux/include/linux/usb/
H A Dpd_vdo.h41 #define VDO_CMDT(x) ((x) << 6) macro
44 #define VDO_CMDT_MASK VDO_CMDT(0x3)
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c2274 response[0] = p[0] | VDO_CMDT(CMDT_RSP_ACK); in tcpm_pd_svdm()
2276 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()
2279 response[0] = p[0] | VDO_CMDT(CMDT_RSP_BUSY); in tcpm_pd_svdm()
2472 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()
2493 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()
2501 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()