Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpm.c286 struct typec_capability typec_caps; member
504 ((port)->typec_caps.data == TYPEC_PORT_UFP ? \
508 ((port)->typec_caps.data == TYPEC_PORT_DFP ? \
3311 port->typec_caps.data = ret; in tcpm_fw_get_caps()
3320 port->typec_caps.type = TYPEC_PORT_DRP; in tcpm_fw_get_caps()
3322 port->typec_caps.type = TYPEC_PORT_SRC; in tcpm_fw_get_caps()
3324 port->typec_caps.type = TYPEC_PORT_SNK; in tcpm_fw_get_caps()
3329 port->port_type = port->typec_caps.type; in tcpm_fw_get_caps()
3356 port->typec_caps.prefer_role = TYPEC_SINK; in tcpm_fw_get_caps()
3358 port->typec_caps.prefer_role = TYPEC_SOURCE; in tcpm_fw_get_caps()
[all …]