Searched refs:tty3270_add_sa (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/s390/char/ |
| H A D | con3270.c | 260 cp = tty3270_add_sa(tp, cp, TAT_FGCOLOR, TAC_GREEN); in tty3270_add_status() 262 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_REVER); in tty3270_add_status() 264 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_RESET); in tty3270_add_status() 266 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_REVER); in tty3270_add_status() 268 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_RESET); in tty3270_add_status() 270 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_REVER); in tty3270_add_status() 272 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_RESET); in tty3270_add_status() 282 cp = tty3270_add_sa(tp, cp, TAT_FGCOLOR, TAC_RESET); in tty3270_add_status() 358 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_RESET); in tty3270_add_reset_attributes() 360 cp = tty3270_add_sa(tp, cp, TAT_FGCOLOR, TAX_RESET); in tty3270_add_reset_attributes() [all …]
|