Home
last modified time | relevance | path

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

/linux-6.15/drivers/s390/char/
H A Dcon3270.c317 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()
450 attr->b_color = TAC_RESET; in tty3270_reset_attributes()
1418 cell->attributes.b_color = tp->attributes.b_color; in tty3270_erase_line()
[all …]
/linux-6.15/drivers/staging/sm750fb/
H A Dsm750.h78 u32 height, u32 f_color, u32 b_color, u32 rop2);