Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/ti/
H A Dti_lcdc.c106 to_tilcdc_framebuffer(fb) : in tilcdc_mode_do_set_base()
107 to_tilcdc_framebuffer(crtc->primary->fb); in tilcdc_mode_do_set_base()
489 struct tilcdc_framebuffer *sfb = to_tilcdc_framebuffer(fb); in tilcdc_fb_create_handle()
497 struct tilcdc_framebuffer *sfb = to_tilcdc_framebuffer(fb); in tilcdc_fb_destroy()
552 struct tilcdc_framebuffer *sfb = to_tilcdc_framebuffer(helper->fb); in tilcdc_fb_probe()
H A Dti_lcdc.h119 #define to_tilcdc_framebuffer(x) container_of(x, struct tilcdc_framebuffer, base) macro
H A Dti_fb.c87 sc->sc_fb = to_tilcdc_framebuffer(tfa->tfa_fb_helper->fb); in ti_fb_attach()