Searched refs:modet (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/media/usb/go7007/ |
H A D | go7007-fw.c | 1423 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 …]
|
H A D | go7007-v4l2.c | 782 go->modet[0].pixel_threshold = ctrl->val; in go7007_s_ctrl() 785 go->modet[0].motion_threshold = ctrl->val; in go7007_s_ctrl() 788 go->modet[0].mb_threshold = ctrl->val; in go7007_s_ctrl() 791 go->modet[1].pixel_threshold = ctrl->val; in go7007_s_ctrl() 794 go->modet[1].motion_threshold = ctrl->val; in go7007_s_ctrl() 797 go->modet[1].mb_threshold = ctrl->val; in go7007_s_ctrl() 800 go->modet[2].pixel_threshold = ctrl->val; in go7007_s_ctrl() 803 go->modet[2].motion_threshold = ctrl->val; in go7007_s_ctrl() 806 go->modet[2].mb_threshold = ctrl->val; in go7007_s_ctrl() 809 go->modet[3].pixel_threshold = ctrl->val; in go7007_s_ctrl() [all …]
|
H A D | go7007-driver.c | 331 go->modet[i].enable = 0; in go7007_start_encoder() 336 go->modet[0].enable = 1; in go7007_start_encoder() 344 go->modet[go->modet_map[idx]].enable = 1; in go7007_start_encoder()
|
H A D | go7007-priv.h | 219 } modet[4]; member
|