Lines Matching refs:con
29 struct console *con = v;
33 if (con->device) {
36 driver = con->device(con, &index);
44 flags[a] = (con->flags & con_flags[a].flag) ?
49 seq_printf(m, "%s%d", con->name, con->index);
51 seq_printf(m, "%c%c%c (%s)", con->read ? 'R' : '-',
52 con->write ? 'W' : '-', con->unblank ? 'U' : '-',
63 struct console *con;
67 for_each_console(con)
71 return con;
76 struct console *con = v;
78 return con->next;