Home
last modified time | relevance | path

Searched refs:TGA_TYPE_8PLANE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/video/
Dtgafb.c316 if (fb_info.tga_type == TGA_TYPE_8PLANE) { in tgafb_encode_fix()
340 if (fb_info.tga_type == TGA_TYPE_8PLANE) { in tgafb_decode_var()
422 if (fb_info.tga_type == TGA_TYPE_8PLANE) { in tgafb_encode_var()
456 if (fb_info.tga_type == TGA_TYPE_8PLANE) in tgafb_get_par()
515 if (fb_info.tga_type == TGA_TYPE_8PLANE) { in tgafb_set_par()
720 if (regno < 16 && fb_info.tga_type != TGA_TYPE_8PLANE) in tgafb_setcolreg()
724 if (fb_info.tga_type == TGA_TYPE_8PLANE) { in tgafb_setcolreg()
754 if (fb_info.tga_type != TGA_TYPE_8PLANE) in tgafb_set_cmap()
837 case TGA_TYPE_8PLANE: in tgafb_set_disp()
959 case TGA_TYPE_8PLANE: in tgafb_init()
Dtgafb.h20 #define TGA_TYPE_8PLANE 0 macro