Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/speakup/
Dmain.c2297 struct st_spk_t *first_console; in speakup_init() local
2322 first_console = kzalloc(sizeof(*first_console), GFP_KERNEL); in speakup_init()
2323 if (!first_console) { in speakup_init()
2328 speakup_console[vc->vc_num] = first_console; in speakup_init()