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

/linux-master/drivers/s390/char/
H A Dcon3270.c52 unsigned char f_color:4; /* Foreground color */ member in struct:tty3270_attribute
316 unsigned char f_color, b_color, highlight; local
322 f_color = TAC_RESET;
330 if (cell->attributes.f_color != f_color) {
332 f_color = cell->attributes.f_color;
343 if (f_color != TAC_RESET)
358 if (attr->f_color != TAC_RESET)
428 if (cell->attributes.f_color !
[all...]
/linux-master/drivers/staging/sm750fb/
H A Dsm750.h78 u32 height, u32 f_color, u32 b_color, u32 rop2);

Completed in 204 milliseconds