Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
H A Dcon3270.c53 unsigned char b_color:4; /* Background color */ member
317 unsigned char f_color, b_color, highlight; in tty3270_required_length() local
324 b_color = TAC_RESET; in tty3270_required_length()
335 if (cell->attributes.b_color != b_color) { in tty3270_required_length()
337 b_color = cell->attributes.b_color; in tty3270_required_length()
346 if (b_color != TAC_RESET) in tty3270_required_length()
361 if (attr->b_color != TAC_RESET) in tty3270_add_reset_attributes()
433 if (cell->attributes.b_color != attr->b_color) { in tty3270_add_attributes()
434 attr->b_color = cell->attributes.b_color; in tty3270_add_attributes()
435 cp = tty3270_add_sa(tp, cp, TAT_BGCOLOR, colors[attr->b_color]); in tty3270_add_attributes()
[all …]
/linux/drivers/staging/sm750fb/
H A Dsm750.h78 u32 height, u32 f_color, u32 b_color, u32 rop2);