Searched refs:dispc_device (Results 1 – 3 of 3) sorted by relevance
39 struct dispc_device;102 int (*calc_scaling)(struct dispc_device *dispc,161 struct dispc_device { struct344 static unsigned long dispc_fclk_rate(struct dispc_device *dispc);345 static unsigned long dispc_core_clk_rate(struct dispc_device *dispc);346 static unsigned long dispc_mgr_lclk_rate(struct dispc_device *dispc,348 static unsigned long dispc_mgr_pclk_rate(struct dispc_device *dispc,351 static unsigned long dispc_plane_pclk_rate(struct dispc_device *dispc,353 static unsigned long dispc_plane_lclk_rate(struct dispc_device *dispc,356 static inline void dispc_write_reg(struct dispc_device *dispc, u16 idx, u32 val) in dispc_write_reg()[all …]
19 struct dispc_device *dispc_get_dispc(struct dss_device *dss) in dispc_get_dispc()
92 struct dispc_device *dispc = tidss->dispc; in tidss_crtc_atomic_check()