Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/char/
Dcon3270.c53 unsigned char b_color:4; /* Background color */ member
316 unsigned char f_color, b_color, highlight; in tty3270_required_length() local
323 b_color = TAC_RESET; in tty3270_required_length()
334 if (cell->attributes.b_color != b_color) { in tty3270_required_length()
336 b_color = cell->attributes.b_color; in tty3270_required_length()
345 if (b_color != TAC_RESET) in tty3270_required_length()
360 if (attr->b_color != TAC_RESET) in tty3270_add_reset_attributes()
432 if (cell->attributes.b_color != attr->b_color) { in tty3270_add_attributes()
433 attr->b_color = cell->attributes.b_color; in tty3270_add_attributes()
434 cp = tty3270_add_sa(tp, cp, TAT_BGCOLOR, colors[attr->b_color]); in tty3270_add_attributes()
[all …]
/linux-6.12.1/drivers/staging/sm750fb/
Dsm750.h78 u32 height, u32 f_color, u32 b_color, u32 rop2);