Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpm.c307 enum typec_port_type port_type; member
497 (port)->port_type == TYPEC_PORT_DRP)
501 (port)->port_type == TYPEC_PORT_DRP)
513 if (port->port_type == TYPEC_PORT_DRP) { in tcpm_default_state()
519 } else if (port->port_type == TYPEC_PORT_SNK) { in tcpm_default_state()
1272 if (port->port_type != TYPEC_PORT_DRP) { in tcpm_pd_ctrl_request()
1976 ret = port->tcpc->start_toggling(port->tcpc, port->port_type, cc); in tcpm_start_toggling()
2190 if (port->port_type == TYPEC_PORT_DRP) { in unattached_state()
2195 } else if (port->port_type == TYPEC_PORT_SRC) { in unattached_state()
2204 if (port->port_type == TYPEC_PORT_DRP) in tcpm_is_toggling()
[all …]
H A Dtcpci.c159 enum typec_port_type port_type, in tcpci_start_toggling() argument
166 if (port_type != TYPEC_PORT_DRP) in tcpci_start_toggling()
H A Dfusb302.c743 enum typec_port_type port_type, in tcpm_start_toggling() argument
751 switch (port_type) { in tcpm_start_toggling()
/rk3399_rockchip-uboot/include/power/power_delivery/
H A Dtcpm.h150 enum typec_port_type port_type,
/rk3399_rockchip-uboot/drivers/serial/
H A Dns16550.c526 const u32 port_type = dev_get_driver_data(dev); in ns16550_serial_ofdata_to_platdata() local
593 if (port_type == PORT_JZ4780) in ns16550_serial_ofdata_to_platdata()