Home
last modified time | relevance | path

Searched defs:dp_ctrl (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/msm/dp/
Ddp_ctrl.c73 struct dp_ctrl dp_ctrl; member
121 void dp_ctrl_push_idle(struct dp_ctrl *dp_ctrl) in dp_ctrl_push_idle()
1350 int dp_ctrl_core_clk_enable(struct dp_ctrl *dp_ctrl) in dp_ctrl_core_clk_enable()
1377 void dp_ctrl_core_clk_disable(struct dp_ctrl *dp_ctrl) in dp_ctrl_core_clk_disable()
1394 static int dp_ctrl_link_clk_enable(struct dp_ctrl *dp_ctrl) in dp_ctrl_link_clk_enable()
1427 static void dp_ctrl_link_clk_disable(struct dp_ctrl *dp_ctrl) in dp_ctrl_link_clk_disable()
1467 void dp_ctrl_reset_irq_ctrl(struct dp_ctrl *dp_ctrl, bool enable) in dp_ctrl_reset_irq_ctrl()
1484 void dp_ctrl_config_psr(struct dp_ctrl *dp_ctrl) in dp_ctrl_config_psr()
1499 void dp_ctrl_set_psr(struct dp_ctrl *dp_ctrl, bool enter) in dp_ctrl_set_psr()
1542 void dp_ctrl_phy_init(struct dp_ctrl *dp_ctrl) in dp_ctrl_phy_init()
[all …]
Ddp_ctrl.h14 struct dp_ctrl { struct
20 int dp_ctrl_on_link(struct dp_ctrl *dp_ctrl); argument
/linux-6.12.1/drivers/phy/rockchip/
Dphy-rockchip-usbdp.c1170 const struct rk_udphy_dp_tx_drv_ctrl (*dp_ctrl)[4]; in rk_udphy_dp_set_voltage() local