Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dpd.h79 #define PD_REV20 0x1 macro
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c615 [PD_REV20] = "rev2",
1752 case PD_REV20: in svdm_consume_identity_sop_prime()
1960 if (port->negotiated_rev == PD_REV20) in tcpm_can_communicate_sop_prime()
1982 if ((port->negotiated_rev == PD_REV20 && port->data_role == TYPEC_HOST) || in tcpm_attempt_vconn_swap_discovery()
4747 case PD_REV20: in tcpm_set_initial_svdm_version()
4763 port->negotiated_rev = PD_REV20; in tcpm_set_initial_negotiated_rev()
4952 } else if (port->negotiated_rev > PD_REV20) { in run_state_machine()
5581 if (port->data_role == TYPEC_DEVICE || port->negotiated_rev > PD_REV20) { in run_state_machine()
5590 if (port->data_role == TYPEC_DEVICE || port->negotiated_rev > PD_REV20) { in run_state_machine()
H A Dfusb302.c1040 ret = fusb302_enable_tx_auto_retries(chip, negotiated_rev > PD_REV20 ? in tcpm_pd_transmit()
/linux/drivers/usb/typec/
H A Danx7411.c816 ret = anx7411_reg_write(ctx->spi_client, PD_REV_INIT, PD_REV20); in anx7411_config()