Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/go7007/
Dgo7007-v4l2.c815 go->modet[0].motion_threshold = ctrl->val; in go7007_s_ctrl()
824 go->modet[1].motion_threshold = ctrl->val; in go7007_s_ctrl()
833 go->modet[2].motion_threshold = ctrl->val; in go7007_s_ctrl()
842 go->modet[3].motion_threshold = ctrl->val; in go7007_s_ctrl()
Dgo7007-fw.c1443 0xbf86, has_modet0 ? go->modet[0].motion_threshold : 32767, in modet_to_package()
1444 0xbf87, has_modet1 ? go->modet[1].motion_threshold : 32767, in modet_to_package()
1445 0xbf88, has_modet2 ? go->modet[2].motion_threshold : 32767, in modet_to_package()
1446 0xbf89, has_modet3 ? go->modet[3].motion_threshold : 32767, in modet_to_package()
Dgo7007-priv.h225 int motion_threshold; member