Home
last modified time | relevance | path

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

/drivers/media/usb/go7007/
Dgo7007-fw.c1423 bool has_modet0 = go->modet[0].enable; in modet_to_package()
1424 bool has_modet1 = go->modet[1].enable; in modet_to_package()
1425 bool has_modet2 = go->modet[2].enable; in modet_to_package()
1426 bool has_modet3 = go->modet[3].enable; in modet_to_package()
1431 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()
1435 0xbf86, has_modet0 ? go->modet[0].motion_threshold : 32767, in modet_to_package()
1436 0xbf87, has_modet1 ? go->modet[1].motion_threshold : 32767, in modet_to_package()
[all …]
Dgo7007-v4l2.c786 go->modet[0].pixel_threshold = ctrl->val; in go7007_s_ctrl()
789 go->modet[0].motion_threshold = ctrl->val; in go7007_s_ctrl()
792 go->modet[0].mb_threshold = ctrl->val; in go7007_s_ctrl()
795 go->modet[1].pixel_threshold = ctrl->val; in go7007_s_ctrl()
798 go->modet[1].motion_threshold = ctrl->val; in go7007_s_ctrl()
801 go->modet[1].mb_threshold = ctrl->val; in go7007_s_ctrl()
804 go->modet[2].pixel_threshold = ctrl->val; in go7007_s_ctrl()
807 go->modet[2].motion_threshold = ctrl->val; in go7007_s_ctrl()
810 go->modet[2].mb_threshold = ctrl->val; in go7007_s_ctrl()
813 go->modet[3].pixel_threshold = ctrl->val; in go7007_s_ctrl()
[all …]
Dgo7007-driver.c329 go->modet[i].enable = 0; in go7007_start_encoder()
334 go->modet[0].enable = 1; in go7007_start_encoder()
342 go->modet[go->modet_map[idx]].enable = 1; in go7007_start_encoder()
Dgo7007-priv.h219 } modet[4]; member