static int fbcon_idesc_status(struct idesc *idesc, int mask) { struct fbcon *fbcon = data2fbcon(idesc); return tty_status(&(fbcon->vterm.tty), mask); }
static int vc_status(struct idesc *idesc, int mask) { return tty_status(&vc_vterm.tty, mask); }