Lines Matching refs:hook_status
76 unsigned int hook_status : 1; member
199 headset_info->hook_status = HOOK_UP; in headsetobserve_work()
239 old_status = headset_info->hook_status; in hook_work()
242 headset_info->hook_status = in hook_work()
246 headset_info->hook_status = in hook_work()
249 if (old_status == headset_info->hook_status) { in hook_work()
254 headset_info->hook_status ? "key down" : "key up"); in hook_work()
255 if (headset_info->hook_status == HOOK_DOWN) { in hook_work()
271 headset_info->hook_status); in hook_work()
297 headset_info->hook_status = HOOK_UP; in headset_timer_callback()
365 headset->hook_status = HOOK_UP; in rk_headset_probe()