Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/vt/
Dvt.c276 static inline bool con_is_fg(const struct vc_data *vc) in con_is_fg() function
913 if (!con_is_fg(vc) || console_blanked || vc->vc_mode == KD_GRAPHICS) in set_cursor()
2926 if (con_is_fg(vc)) in do_con_write()
3107 if (con_is_fg(vc)) in vt_console_print()