Searched refs:mb_threshold (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/go7007/ |
H A D | go7007-priv.h | 218 int mb_threshold; member
|
H A D | go7007-v4l2.c | 792 go->modet[0].mb_threshold = ctrl->val; in go7007_s_ctrl() 801 go->modet[1].mb_threshold = ctrl->val; in go7007_s_ctrl() 810 go->modet[2].mb_threshold = ctrl->val; in go7007_s_ctrl() 819 go->modet[3].mb_threshold = ctrl->val; in go7007_s_ctrl()
|
H A D | go7007-fw.c | 1439 0xbf8a, has_modet0 ? go->modet[0].mb_threshold : 32767, in modet_to_package() 1440 0xbf8b, has_modet1 ? go->modet[1].mb_threshold : 32767, in modet_to_package() 1441 0xbf8c, has_modet2 ? go->modet[2].mb_threshold : 32767, in modet_to_package() 1442 0xbf8d, has_modet3 ? go->modet[3].mb_threshold : 32767, in modet_to_package()
|
/kernel/linux/linux-6.6/drivers/media/usb/go7007/ |
H A D | go7007-priv.h | 218 int mb_threshold; member
|
H A D | go7007-v4l2.c | 788 go->modet[0].mb_threshold = ctrl->val; in go7007_s_ctrl() 797 go->modet[1].mb_threshold = ctrl->val; in go7007_s_ctrl() 806 go->modet[2].mb_threshold = ctrl->val; in go7007_s_ctrl() 815 go->modet[3].mb_threshold = ctrl->val; in go7007_s_ctrl()
|
H A D | go7007-fw.c | 1439 0xbf8a, has_modet0 ? go->modet[0].mb_threshold : 32767, in modet_to_package() 1440 0xbf8b, has_modet1 ? go->modet[1].mb_threshold : 32767, in modet_to_package() 1441 0xbf8c, has_modet2 ? go->modet[2].mb_threshold : 32767, in modet_to_package() 1442 0xbf8d, has_modet3 ? go->modet[3].mb_threshold : 32767, in modet_to_package()
|
Completed in 9 milliseconds