Home
last modified time | relevance | path

Searched refs:VDO_CMDT (Results 1 – 5 of 5) 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()
H A Dthunderbolt.c74 tbt->header |= VDO_CMDT(CMDT_RSP_ACK); in ucsi_thunderbolt_set_altmode()
157 tbt->header |= VDO_CMDT(CMDT_RSP_ACK); in ucsi_thunderbolt_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.c2122 response[0] = p[0] | VDO_CMDT(CMDT_RSP_ACK); in tcpm_pd_svdm()
2124 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()
2127 response[0] = p[0] | VDO_CMDT(CMDT_RSP_BUSY); in tcpm_pd_svdm()
2320 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()
2341 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()
2349 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()