Home
last modified time | relevance | path

Searched refs:PD_VDO_CMDT (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/platform/chrome/
H A Dcros_typec_altmode.c149 int cmd_type = PD_VDO_CMDT(header); in cros_typec_displayport_vdm()
207 int cmd_type = PD_VDO_CMDT(header); in cros_typec_thunderbolt_vdm()
/linux-6.15/drivers/usb/typec/altmodes/
H A Dthunderbolt.c165 int cmd_type = PD_VDO_CMDT(hdr); in tbt_cable_altmode_vdm()
215 int cmd_type = PD_VDO_CMDT(hdr); in tbt_altmode_vdm()
H A Ddisplayport.c352 int cmd_type = PD_VDO_CMDT(hdr); in dp_altmode_vdm()
420 int cmd_type = PD_VDO_CMDT(hdr); in dp_cable_altmode_vdm()
/linux-6.15/include/linux/usb/
H A Dpd_vdo.h83 #define PD_VDO_CMDT(vdo) (((vdo) >> 6) & 0x3) macro
/linux-6.15/drivers/usb/typec/ucsi/
H A Ddisplayport.c203 int cmd_type = PD_VDO_CMDT(header); in ucsi_displayport_vdm()
/linux-6.15/drivers/usb/typec/tcpm/
H A Dtcpm.c1936 cmd_type = PD_VDO_CMDT(p[0]); in tcpm_pd_svdm()
2306 if (PD_VDO_CMDT(p[0]) == CMDT_RSP_BUSY) { in tcpm_handle_vdm_request()
2470 switch (PD_VDO_CMDT(vdm_hdr)) { in vdm_ready_timeout()
2513 if (PD_VDO_SVDM(vdo_hdr) && PD_VDO_CMDT(vdo_hdr) == CMDT_INIT) { in vdm_run_state_machine()
2568 PD_VDO_CMDT(vdo_hdr) == CMDT_INIT) ? in vdm_run_state_machine()
2602 if (PD_VDO_SVDM(vdo_hdr) && PD_VDO_CMDT(vdo_hdr) == CMDT_INIT) in vdm_run_state_machine()