motion_threshold 1435 drivers/media/usb/go7007/go7007-fw.c 		0xbf86,		has_modet0 ? go->modet[0].motion_threshold : 32767,
motion_threshold 1436 drivers/media/usb/go7007/go7007-fw.c 		0xbf87,		has_modet1 ? go->modet[1].motion_threshold : 32767,
motion_threshold 1437 drivers/media/usb/go7007/go7007-fw.c 		0xbf88,		has_modet2 ? go->modet[2].motion_threshold : 32767,
motion_threshold 1438 drivers/media/usb/go7007/go7007-fw.c 		0xbf89,		has_modet3 ? go->modet[3].motion_threshold : 32767,
motion_threshold  217 drivers/media/usb/go7007/go7007-priv.h 		int motion_threshold;
motion_threshold  789 drivers/media/usb/go7007/go7007-v4l2.c 		go->modet[0].motion_threshold = ctrl->val;
motion_threshold  798 drivers/media/usb/go7007/go7007-v4l2.c 		go->modet[1].motion_threshold = ctrl->val;
motion_threshold  807 drivers/media/usb/go7007/go7007-v4l2.c 		go->modet[2].motion_threshold = ctrl->val;
motion_threshold  816 drivers/media/usb/go7007/go7007-v4l2.c 		go->modet[3].motion_threshold = ctrl->val;