Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/usb/go7007/
Dgo7007-v4l2.c786 go->modet[0].pixel_threshold = ctrl->val; in go7007_s_ctrl()
795 go->modet[1].pixel_threshold = ctrl->val; in go7007_s_ctrl()
804 go->modet[2].pixel_threshold = ctrl->val; in go7007_s_ctrl()
813 go->modet[3].pixel_threshold = ctrl->val; in go7007_s_ctrl()
Dgo7007-fw.c1431 0xbf82, has_modet0 ? go->modet[0].pixel_threshold : 32767, in modet_to_package()
1432 0xbf83, has_modet1 ? go->modet[1].pixel_threshold : 32767, in modet_to_package()
1433 0xbf84, has_modet2 ? go->modet[2].pixel_threshold : 32767, in modet_to_package()
1434 0xbf85, has_modet3 ? go->modet[3].pixel_threshold : 32767, in modet_to_package()
Dgo7007-priv.h216 int pixel_threshold; member