Home
last modified time | relevance | path

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

/drivers/staging/speakup/
Dmain.c2309 struct st_spk_t *first_console; in speakup_init() local
2334 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()