pixel_threshold  1431 drivers/media/usb/go7007/go7007-fw.c 		0xbf82,		has_modet0 ? go->modet[0].pixel_threshold : 32767,
pixel_threshold  1432 drivers/media/usb/go7007/go7007-fw.c 		0xbf83,		has_modet1 ? go->modet[1].pixel_threshold : 32767,
pixel_threshold  1433 drivers/media/usb/go7007/go7007-fw.c 		0xbf84,		has_modet2 ? go->modet[2].pixel_threshold : 32767,
pixel_threshold  1434 drivers/media/usb/go7007/go7007-fw.c 		0xbf85,		has_modet3 ? go->modet[3].pixel_threshold : 32767,
pixel_threshold   216 drivers/media/usb/go7007/go7007-priv.h 		int pixel_threshold;
pixel_threshold   786 drivers/media/usb/go7007/go7007-v4l2.c 		go->modet[0].pixel_threshold = ctrl->val;
pixel_threshold   795 drivers/media/usb/go7007/go7007-v4l2.c 		go->modet[1].pixel_threshold = ctrl->val;
pixel_threshold   804 drivers/media/usb/go7007/go7007-v4l2.c 		go->modet[2].pixel_threshold = ctrl->val;
pixel_threshold   813 drivers/media/usb/go7007/go7007-v4l2.c 		go->modet[3].pixel_threshold = ctrl->val;