Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/include/linux/usb/
H A Dpd_vdo.h41 #define VDO_CMDT(x) ((x) << 6) macro
44 #define VDO_CMDT_MASK VDO_CMDT(0x3)
/linux-6.15/drivers/usb/typec/tcpm/
H A Dtcpm.c2044 response[0] = p[0] | VDO_CMDT(CMDT_RSP_ACK); in tcpm_pd_svdm()
2046 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()
2049 response[0] = p[0] | VDO_CMDT(CMDT_RSP_BUSY); in tcpm_pd_svdm()
2242 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()
2263 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()
2271 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK); in tcpm_pd_svdm()