Searched refs:edp_ctrl (Results 1 – 3 of 3) sorted by relevance
29 struct edp_ctrl;43 struct edp_ctrl *ctrl;71 irqreturn_t msm_edp_ctrl_irq(struct edp_ctrl *ctrl);72 void msm_edp_ctrl_power(struct edp_ctrl *ctrl, bool on);74 void msm_edp_ctrl_destroy(struct edp_ctrl *ctrl);75 bool msm_edp_ctrl_panel_connected(struct edp_ctrl *ctrl);76 int msm_edp_ctrl_get_panel_info(struct edp_ctrl *ctrl,78 int msm_edp_ctrl_timing_cfg(struct edp_ctrl *ctrl,82 bool msm_edp_ctrl_pixel_clock_valid(struct edp_ctrl *ctrl,
62 struct edp_ctrl { struct151 static int edp_clk_init(struct edp_ctrl *ctrl) in edp_clk_init()200 static int edp_clk_enable(struct edp_ctrl *ctrl, u32 clk_mask) in edp_clk_enable()286 static void edp_clk_disable(struct edp_ctrl *ctrl, u32 clk_mask) in edp_clk_disable()300 static int edp_regulator_init(struct edp_ctrl *ctrl) in edp_regulator_init()326 static int edp_regulator_enable(struct edp_ctrl *ctrl) in edp_regulator_enable()359 static void edp_regulator_disable(struct edp_ctrl *ctrl) in edp_regulator_disable()366 static int edp_gpio_config(struct edp_ctrl *ctrl) in edp_gpio_config()392 static void edp_ctrl_irq_enable(struct edp_ctrl *ctrl, int enable) in edp_ctrl_irq_enable()409 static void edp_fill_link_cfg(struct edp_ctrl *ctrl) in edp_fill_link_cfg()[all …]
30 edp/edp_ctrl.o \