Home
last modified time | relevance | path

Searched refs:raw_ptr (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/video/console/
H A Dsticon.c149 kfree(font_data[unit]->raw_ptr); in sticon_set_def_font()
195 cooked_font->raw_ptr = new_font; in sticon_set_font()
209 new_font = cooked_font->raw_ptr; in sticon_set_font()
221 new_font = cooked_font->raw_ptr; in sticon_set_font()
/linux/rust/kernel/alloc/
H A Dallocator.rs112 let raw_ptr = unsafe { in call() localVariable
120 NonNull::new(raw_ptr).ok_or(AllocError)? in call()
/linux/drivers/video/
H A Dsticore.c568 cooked_font->raw_ptr = nf; in sti_select_fbfont()
720 old_font = f->raw_ptr; in sti_font_convert_bytemode()
722 f->raw_ptr = n; in sti_font_convert_bytemode()
/linux/include/video/
H A Dsticore.h245 void *raw_ptr; /* kmalloc'ed font data */ member