Home
last modified time | relevance | path

Searched refs:modet (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/media/usb/go7007/
Dgo7007-fw.c1431 bool has_modet0 = go->modet[0].enable; in modet_to_package()
1432 bool has_modet1 = go->modet[1].enable; in modet_to_package()
1433 bool has_modet2 = go->modet[2].enable; in modet_to_package()
1434 bool has_modet3 = go->modet[3].enable; in modet_to_package()
1439 0xbf82, has_modet0 ? go->modet[0].pixel_threshold : 32767, in modet_to_package()
1440 0xbf83, has_modet1 ? go->modet[1].pixel_threshold : 32767, in modet_to_package()
1441 0xbf84, has_modet2 ? go->modet[2].pixel_threshold : 32767, in modet_to_package()
1442 0xbf85, has_modet3 ? go->modet[3].pixel_threshold : 32767, in modet_to_package()
1443 0xbf86, has_modet0 ? go->modet[0].motion_threshold : 32767, in modet_to_package()
1444 0xbf87, has_modet1 ? go->modet[1].motion_threshold : 32767, in modet_to_package()
[all …]
Dgo7007-v4l2.c812 go->modet[0].pixel_threshold = ctrl->val; in go7007_s_ctrl()
815 go->modet[0].motion_threshold = ctrl->val; in go7007_s_ctrl()
818 go->modet[0].mb_threshold = ctrl->val; in go7007_s_ctrl()
821 go->modet[1].pixel_threshold = ctrl->val; in go7007_s_ctrl()
824 go->modet[1].motion_threshold = ctrl->val; in go7007_s_ctrl()
827 go->modet[1].mb_threshold = ctrl->val; in go7007_s_ctrl()
830 go->modet[2].pixel_threshold = ctrl->val; in go7007_s_ctrl()
833 go->modet[2].motion_threshold = ctrl->val; in go7007_s_ctrl()
836 go->modet[2].mb_threshold = ctrl->val; in go7007_s_ctrl()
839 go->modet[3].pixel_threshold = ctrl->val; in go7007_s_ctrl()
[all …]
Dgo7007-driver.c337 go->modet[i].enable = 0; in go7007_start_encoder()
342 go->modet[0].enable = 1; in go7007_start_encoder()
350 go->modet[go->modet_map[idx]].enable = 1; in go7007_start_encoder()
735 go->modet[i].enable = 0; in go7007_alloc()
Dgo7007-priv.h227 } modet[4]; member