Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/typec/tcpm/
Dtcpci.c430 reg = PD_REV20 << TCPC_MSG_HDR_INFO_REV_SHIFT; in tcpci_set_roles()
578 reg = ((negotiated_rev > PD_REV20 ? PD_RETRY_COUNT_3_0_OR_HIGHER : PD_RETRY_COUNT_DEFAULT) in tcpci_pd_transmit()
Dwcove.c344 val |= PD_REV20 << USBC_PDCFG3_SOP_SHIFT; in wcove_set_roles()
Dtcpm.c512 [PD_REV20] = "rev2",
3886 case PD_REV20: in tcpm_set_initial_svdm_version()
4066 } else if (port->negotiated_rev > PD_REV20) { in run_state_machine()
4607 if (port->data_role == TYPEC_DEVICE || port->negotiated_rev > PD_REV20) in run_state_machine()
4614 if (port->data_role == TYPEC_DEVICE || port->negotiated_rev > PD_REV20) in run_state_machine()
Dfusb302.c1032 ret = fusb302_enable_tx_auto_retries(chip, negotiated_rev > PD_REV20 ? in tcpm_pd_transmit()
/linux-6.6.21/include/linux/usb/
Dpd.h74 #define PD_REV20 0x1 macro
/linux-6.6.21/drivers/usb/typec/tcpm/qcom/
Dqcom_pmic_typec_pdphy.c387 MSG_CONFIG_SPEC_REV_MASK, PD_REV20); in qcom_pmic_typec_pdphy_enable()
/linux-6.6.21/drivers/usb/typec/
Danx7411.c813 ret = anx7411_reg_write(ctx->spi_client, PD_REV_INIT, PD_REV20); in anx7411_config()