Searched refs:first_console (Results 1 – 1 of 1) sorted by relevance
2309 struct st_spk_t *first_console; in speakup_init() local2334 first_console = kzalloc(sizeof(*first_console), GFP_KERNEL); in speakup_init()2335 if (!first_console) { in speakup_init()2340 speakup_console[vc->vc_num] = first_console; in speakup_init()