Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/headset_observe/
H A Drk_headset_irq_hook_adc.c102 struct delayed_work hook_work; member
190 cancel_delayed_work(&headset_info->hook_work); in headset_interrupt()
294 schedule_delayed_work(&headset_info->hook_work, in hook_once_work()
362 schedule_delayed_work(&headset_info->hook_work, msecs_to_jiffies(100)); in hook_work_callback()
461 INIT_DELAYED_WORK(&headset->hook_work, hook_work_callback); in rk_headset_adc_probe()
H A Drk_headset.c225 static void hook_work(struct work_struct *work) in hook_work() function
383 INIT_DELAYED_WORK(&headset->h_delayed_work[HOOK], hook_work); in rk_headset_probe()