Home
last modified time | relevance | path

Searched refs:font_desc (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dfont.h16 struct font_desc { struct
38 extern const struct font_desc font_vga_8x8, argument
54 extern const struct font_desc *find_font(const char *name);
58 extern const struct font_desc *get_default_font(int xres, int yres,
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dasm-offsets.c82 DEFINE(FONT_DESC_IDX, offsetof(struct font_desc, idx)); in main()
83 DEFINE(FONT_DESC_NAME, offsetof(struct font_desc, name)); in main()
84 DEFINE(FONT_DESC_WIDTH, offsetof(struct font_desc, width)); in main()
85 DEFINE(FONT_DESC_HEIGHT, offsetof(struct font_desc, height)); in main()
86 DEFINE(FONT_DESC_DATA, offsetof(struct font_desc, data)); in main()
87 DEFINE(FONT_DESC_PREF, offsetof(struct font_desc, pref)); in main()
/OK3568_Linux_fs/kernel/lib/fonts/
H A Dfonts.c23 static const struct font_desc *fonts[] = {
82 const struct font_desc *find_font(const char *name) in find_font()
109 const struct font_desc *get_default_font(int xres, int yres, u32 font_w, in get_default_font()
113 const struct font_desc *f, *g; in get_default_font()
H A Dfont_mini_4x6.c2150 const struct font_desc font_mini_4x6 = {
H A Dfont_6x8.c2569 const struct font_desc font_6x8 = {
H A Dfont_7x14.c4111 const struct font_desc font_7x14 = {
H A Dfont_6x11.c3344 const struct font_desc font_vga_6x11 = {
H A Dfont_8x8.c2576 const struct font_desc font_vga_8x8 = {
H A Dfont_6x10.c3081 const struct font_desc font_6x10 = {
H A Dfont_pearl_8x8.c2580 const struct font_desc font_pearl_8x8 = {
H A Dfont_sun8x16.c266 const struct font_desc font_sun_8x16 = {
H A Dfont_ter16x32.c2060 const struct font_desc font_ter_16x32 = {
H A Dfont_8x16.c4625 const struct font_desc font_vga_8x16 = {
H A Dfont_sun12x22.c6154 const struct font_desc font_sun_12x22 = {
H A Dfont_acorn_8x8.c268 const struct font_desc font_acorn_8x8 = {
H A Dfont_10x18.c5135 const struct font_desc font_10x18 = {
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/
H A Dtoggle-font.diff67 + widget->style->font_desc,
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Dearlycon.c17 static const struct font_desc *font;
/OK3568_Linux_fs/kernel/drivers/media/pci/solo6x10/
H A Dsolo6x10-enc.c133 const struct font_desc *vga = find_font("VGA8x16"); in solo_osd_print()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vimc/
H A Dvimc-core.c268 const struct font_desc *font = find_font("VGA8x16"); in vimc_probe()
/OK3568_Linux_fs/kernel/drivers/video/console/
H A Dsticore.c493 const struct font_desc *fbfont = NULL; in sti_select_fbfont()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbcon.c950 const struct font_desc *font = NULL; in fbcon_startup()
1078 const struct font_desc *font = NULL; in fbcon_init()
2566 const struct font_desc *f; in fbcon_set_def_font()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-core.c1958 const struct font_desc *font = find_font("VGA8x16"); in vivid_probe()
/OK3568_Linux_fs/kernel/drivers/usb/misc/sisusbvga/
H A Dsisusb.c2267 const struct font_desc *myfont; in sisusb_reset_text_mode()