Searched refs:motion_threshold (Results 1 – 3 of 3) sorted by relevance
783 go->modet[0].motion_threshold = ctrl->val; in go7007_s_ctrl() 792 go->modet[1].motion_threshold = ctrl->val; in go7007_s_ctrl() 801 go->modet[2].motion_threshold = ctrl->val; in go7007_s_ctrl() 810 go->modet[3].motion_threshold = ctrl->val; in go7007_s_ctrl()
1435 0xbf86, has_modet0 ? go->modet[0].motion_threshold : 32767, in modet_to_package() 1436 0xbf87, has_modet1 ? go->modet[1].motion_threshold : 32767, in modet_to_package() 1437 0xbf88, has_modet2 ? go->modet[2].motion_threshold : 32767, in modet_to_package() 1438 0xbf89, has_modet3 ? go->modet[3].motion_threshold : 32767, in modet_to_package()
217 int motion_threshold; member