Searched refs:negotiated_rev (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 390 unsigned int negotiated_rev; member 857 if (port->negotiated_rev >= PD_REV30) in tcpm_ams_finish() 882 ret = port->tcpc->pd_transmit(port->tcpc, type, msg, port->negotiated_rev); in tcpm_pd_transmit() 1145 if (port->negotiated_rev >= PD_REV30) { in tcpm_pd_send_source_caps() 1159 port->negotiated_rev, in tcpm_pd_send_source_caps() 1165 port->negotiated_rev, in tcpm_pd_send_source_caps() 1182 if (port->negotiated_rev >= PD_REV30) { in tcpm_pd_send_sink_caps() 1196 port->negotiated_rev, in tcpm_pd_send_sink_caps() 1202 port->negotiated_rev, in tcpm_pd_send_sink_caps() 1257 pd_rev[port->negotiated_rev], tcpm_ams_str[port->ams]); in tcpm_set_state() [all …]
|
| H A D | tcpci.c | 569 const struct pd_message *msg, unsigned int negotiated_rev) in tcpci_pd_transmit() argument 618 reg = ((negotiated_rev > PD_REV20 ? PD_RETRY_COUNT_3_0_OR_HIGHER : PD_RETRY_COUNT_DEFAULT) in tcpci_pd_transmit()
|
| H A D | wcove.c | 360 unsigned int negotiated_rev) in wcove_pd_transmit() argument
|
| H A D | fusb302.c | 1030 const struct pd_message *msg, unsigned int negotiated_rev) in tcpm_pd_transmit() argument 1040 ret = fusb302_enable_tx_auto_retries(chip, negotiated_rev > PD_REV20 ? in tcpm_pd_transmit()
|
| /OK3568_Linux_fs/u-boot/drivers/power/power_delivery/ |
| H A D | tcpm.c | 356 unsigned int negotiated_rev; member 588 ret = port->tcpc->pd_transmit(port->tcpc, type, msg, port->negotiated_rev); in tcpm_pd_transmit() 755 port->negotiated_rev, in tcpm_pd_send_source_caps() 761 port->negotiated_rev, in tcpm_pd_send_source_caps() 784 port->negotiated_rev, in tcpm_pd_send_sink_caps() 790 port->negotiated_rev, in tcpm_pd_send_sink_caps() 858 pd_rev[port->negotiated_rev]); in tcpm_set_state() 889 pd_rev[port->negotiated_rev], tcpm_ams_str[port->ams]); in tcpm_set_state_cond() 1101 port->negotiated_rev = rev; in tcpm_pd_data_request() 1140 port->negotiated_rev = rev; in tcpm_pd_data_request() [all …]
|
| H A D | fusb302.c | 846 const struct pd_message *msg, unsigned int negotiated_rev) in tcpm_pd_transmit() argument 855 ret = fusb302_enable_tx_auto_retries(chip, negotiated_rev > PD_REV20 ? in tcpm_pd_transmit()
|
| H A D | tcpci.c | 416 unsigned int negotiated_rev) in tcpci_pd_transmit() argument
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | tcpm.h | 150 const struct pd_message *msg, unsigned int negotiated_rev);
|
| /OK3568_Linux_fs/u-boot/include/power/power_delivery/ |
| H A D | tcpm.h | 154 const struct pd_message *msg, unsigned int negotiated_rev);
|