Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
H A Dcon3270.c52 unsigned char f_color:4; /* Foreground color */ member
317 unsigned char f_color, b_color, highlight; in tty3270_required_length() local
323 f_color = TAC_RESET; in tty3270_required_length()
331 if (cell->attributes.f_color != f_color) { in tty3270_required_length()
333 f_color = cell->attributes.f_color; in tty3270_required_length()
344 if (f_color != TAC_RESET) in tty3270_required_length()
359 if (attr->f_color != TAC_RESET) in tty3270_add_reset_attributes()
429 if (cell->attributes.f_color != attr->f_color) { in tty3270_add_attributes()
430 attr->f_color = cell->attributes.f_color; in tty3270_add_attributes()
431 cp = tty3270_add_sa(tp, cp, TAT_FGCOLOR, colors[attr->f_color]); in tty3270_add_attributes()
[all …]
/linux/drivers/staging/sm750fb/
H A Dsm750.h78 u32 height, u32 f_color, u32 b_color, u32 rop2);