Searched refs:con_init (Results 1 – 8 of 8) sorted by relevance
149 .con_init = dummycon_init,
351 .con_init = sticon_init,
683 .con_init = newport_init,
1196 .con_init = vgacon_init,
44 * @con_init: initialize the console on @vc. @init is true for the very first91 void (*con_init)(struct vc_data *vc, bool init); member
128 2. All resources allocated during con->con_init() must be released in
1000 /* ++Geert: vc->vc_sw->con_init determines console size */ in visual_init() 1019 vc->vc_sw->con_init(vc, init); in visual_init() 3703 static int __init con_init(void) in con_init() function 3768 console_initcall(con_init);
3162 .con_init = fbcon_init,