Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/speakup/
Dmain.c2295 struct st_spk_t *first_console; in speakup_init() local
2320 first_console = kzalloc(sizeof(*first_console), GFP_KERNEL); in speakup_init()
2321 if (!first_console) { in speakup_init()
2326 speakup_console[vc->vc_num] = first_console; in speakup_init()