Searched refs:lcd_base (Results 1 – 5 of 5) sorted by relevance
45 int sandbox_sdl_sync(void *lcd_base);119 static inline int sandbox_sdl_sync(void *lcd_base) in sandbox_sdl_sync() argument
48 void mxs_set_lcdclk(uint32_t __maybe_unused lcd_base, uint32_t freq);
192 static int copy_to_texture(void *lcd_base) in copy_to_texture() argument202 SDL_UpdateTexture(sdl.texture, NULL, lcd_base, sdl.pitch); in copy_to_texture()227 src = lcd_base + src_pitch * y; in copy_to_texture()241 int sandbox_sdl_sync(void *lcd_base) in sandbox_sdl_sync() argument249 ret = copy_to_texture(lcd_base); in sandbox_sdl_sync()
128 pinctrl_lcd_base: lcd_base {
311 void mxs_set_lcdclk(uint32_t __maybe_unused lcd_base, uint32_t freq) in mxs_set_lcdclk() argument
Completed in 8 milliseconds