Home
last modified time | relevance | path

Searched refs:CMDT_RSP_ACK (Results 1 – 7 of 7) sorted by relevance

/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/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()
240 dp->header |= VDO_CMDT(CMDT_RSP_ACK); 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/usb/typec/altmodes/
H A Dthunderbolt.c155 case CMDT_RSP_ACK: in tbt_cable_altmode_vdm()
205 case CMDT_RSP_ACK: in tbt_altmode_vdm()
H A Ddisplayport.c388 case CMDT_RSP_ACK: in dp_altmode_vdm()
459 case CMDT_RSP_ACK: in dp_cable_altmode_vdm()
/linux/include/linux/usb/
H A Dpd_vdo.h47 #define CMDT_RSP_ACK 1 macro
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c2122 response[0] = p[0] | VDO_CMDT(CMDT_RSP_ACK); in tcpm_pd_svdm()
2133 case CMDT_RSP_ACK: in tcpm_pd_svdm()