Home
last modified time | relevance | path

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

/linux/include/video/
H A Dsticore.h51 #define STI_LOWMEM (GFP_KERNEL | GFP_DMA) macro
53 #define STI_LOWMEM (GFP_KERNEL) macro
/linux/drivers/video/
H A Dsticore.c457 sti->sti_data = kzalloc(size, STI_LOWMEM); in sti_init_glob_cfg()
543 nf = kzalloc(size, STI_LOWMEM); in sti_select_fbfont()
721 n = kcalloc(4, size, STI_LOWMEM); in sti_font_convert_bytemode()
761 raw = kmalloc(size, STI_LOWMEM); in sti_get_bmode_rom()
795 raw = kmalloc(size, STI_LOWMEM); in sti_get_wmode_rom()
/linux/drivers/video/console/
H A Dsticon.c176 new_font = kmalloc(sizeof(*new_font) + size, STI_LOWMEM); in sticon_set_font()