Home
last modified time | relevance | path

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

/drivers/media/usb/go7007/
Dgo7007-v4l2.c822 go->modet[0].mb_threshold = ctrl->val; in go7007_s_ctrl()
831 go->modet[1].mb_threshold = ctrl->val; in go7007_s_ctrl()
840 go->modet[2].mb_threshold = ctrl->val; in go7007_s_ctrl()
849 go->modet[3].mb_threshold = ctrl->val; in go7007_s_ctrl()
Dgo7007-fw.c1447 0xbf8a, has_modet0 ? go->modet[0].mb_threshold : 32767, in modet_to_package()
1448 0xbf8b, has_modet1 ? go->modet[1].mb_threshold : 32767, in modet_to_package()
1449 0xbf8c, has_modet2 ? go->modet[2].mb_threshold : 32767, in modet_to_package()
1450 0xbf8d, has_modet3 ? go->modet[3].mb_threshold : 32767, in modet_to_package()
Dgo7007-priv.h226 int mb_threshold; member