Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/headset_observe/
H A Drk_headset.c329 static struct early_suspend hs_early_suspend; variable
409 hs_early_suspend.suspend = NULL; in rk_headset_probe()
410 hs_early_suspend.resume = headset_early_resume; in rk_headset_probe()
411 hs_early_suspend.level = ~0x0; in rk_headset_probe()
412 register_early_suspend(&hs_early_suspend); in rk_headset_probe()