Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/s390/char/
Dtty3270.c46 unsigned char f_color; member
83 unsigned int f_color; /* Foreground color */ member
1095 cell->f_color = tp->f_color; in tty3270_put_character()
1103 cell->f_color = tp->f_color; in tty3270_put_character()
1116 unsigned char f_color; in tty3270_convert_line() local
1125 f_color = TAC_RESET; in tty3270_convert_line()
1131 if (cell->f_color != f_color) { in tty3270_convert_line()
1133 f_color = cell->f_color; in tty3270_convert_line()
1138 if (f_color != TAC_RESET) in tty3270_convert_line()
1169 f_color = TAC_RESET; in tty3270_convert_line()
[all …]
/Linux-v6.1/drivers/staging/sm750fb/
Dsm750.h78 u32 height, u32 f_color, u32 b_color, u32 rop2);