Home
last modified time | relevance | path

Searched defs:vfp (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm/vfp/
H A Dvfpmodule.c120 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_flush() local
149 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_exit() local
/linux/arch/arm/include/asm/
H A Ducontext.h88 struct vfp_sigframe vfp; member
/linux/drivers/video/fbdev/omap/
H A Domapfb.h72 int vfp; /* Vertical front porch */ member
/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-reg.h49 u32 vfp; member
/linux/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c451 u32 hfp, hbp, hsw, vfp, vbp, vsw; in dsi_set_mode_timing() local
/linux/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_regs.h418 #define BS_V_INTVALS(vfp, vbp) (((vfp) & 0x3FFF) + (((vbp) & 0xFF) << 16)) argument
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c2974 int vsw, int vfp, int vbp) in _dispc_lcd_timings_ok()