OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fp_putc_xy
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/include/
lcd_console.h
13
void (*
fp_putc_xy
)(struct console_t *pcons, ushort x, ushort y, char c);
member in struct:console_t
/external/u-boot/common/
lcd_console.c
98
cons.
fp_putc_xy
(&cons,
147
cons.
fp_putc_xy
= &lcd_putc_xy0;
187
cons.
fp_putc_xy
(&cons,
lcd_console_rotation.c
177
pcons->
fp_putc_xy
= &lcd_putc_xy90;
181
pcons->
fp_putc_xy
= &lcd_putc_xy180;
185
pcons->
fp_putc_xy
= &lcd_putc_xy270;
Completed in 1182 milliseconds