Home
last modified time | relevance | path

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

/linux/include/video/
H A Dsticore.h43 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x)
44 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y)
314 struct sti_glob_cfg glob_cfg; member
360 struct sti_glob_cfg *glob_cfg; /* points into sti_all_data */ member
391 struct sti_glob_cfg *glob_cfg);
/linux/arch/parisc/include/asm/
H A Dpdc.h93 unsigned long glob_cfg, int do_call64);
/linux/drivers/video/fbdev/
H A Dstifb.c1322 fix->line_length = (fb->sti->glob_cfg->total_x * bpp) / 8; in stifb_init_fb()