Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/serio/
H A Dhp_sdc.c833 struct semaphore s_sync; in hp_sdc_init() local
903 t_sync.act.semaphore = &s_sync; in hp_sdc_init()
904 sema_init(&s_sync, 0); in hp_sdc_init()
906 down(&s_sync); /* Wait for t_sync to complete */ in hp_sdc_init()
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dhp_sdc.c833 struct semaphore s_sync; in hp_sdc_init() local
903 t_sync.act.semaphore = &s_sync; in hp_sdc_init()
904 sema_init(&s_sync, 0); in hp_sdc_init()
906 down(&s_sync); /* Wait for t_sync to complete */ in hp_sdc_init()

Completed in 3 milliseconds