Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/input/serio/
Dhp_sdc.c837 struct semaphore s_sync; in hp_sdc_init() local
907 t_sync.act.semaphore = &s_sync; in hp_sdc_init()
908 sema_init(&s_sync, 0); in hp_sdc_init()
910 down(&s_sync); /* Wait for t_sync to complete */ in hp_sdc_init()