Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h54 struct cdn_dp_port { struct
94 struct cdn_dp_port *port[MAX_PHY];
H A Dcdn-dp-core.c143 static int cdn_dp_get_port_lanes(struct cdn_dp_port *port) in cdn_dp_get_port_lanes()
162 static struct cdn_dp_port *cdn_dp_connected_port(struct cdn_dp_device *dp) in cdn_dp_connected_port()
164 struct cdn_dp_port *port; in cdn_dp_connected_port()
367 static int cdn_dp_enable_phy(struct cdn_dp_device *dp, struct cdn_dp_port *port) in cdn_dp_enable_phy()
419 struct cdn_dp_port *port) in cdn_dp_disable_phy()
471 struct cdn_dp_port *port; in cdn_dp_enable()
548 struct cdn_dp_port *port = cdn_dp_connected_port(dp); in cdn_dp_check_link_status()
1093 struct cdn_dp_port *port; in cdn_dp_probe()
H A Dcdn-dp-link-training.c16 struct cdn_dp_port *port = dp->port[dp->active_port]; in cdn_dp_set_signal_levels()
360 struct cdn_dp_port *port = dp->port[dp->active_port]; in cdn_dp_software_train_link()