Searched refs:modet (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/media/usb/go7007/ |
D | go7007-fw.c | 1431 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 …]
|
D | go7007-v4l2.c | 814 go->modet[0].pixel_threshold = ctrl->val; in go7007_s_ctrl() 817 go->modet[0].motion_threshold = ctrl->val; in go7007_s_ctrl() 820 go->modet[0].mb_threshold = ctrl->val; in go7007_s_ctrl() 823 go->modet[1].pixel_threshold = ctrl->val; in go7007_s_ctrl() 826 go->modet[1].motion_threshold = ctrl->val; in go7007_s_ctrl() 829 go->modet[1].mb_threshold = ctrl->val; in go7007_s_ctrl() 832 go->modet[2].pixel_threshold = ctrl->val; in go7007_s_ctrl() 835 go->modet[2].motion_threshold = ctrl->val; in go7007_s_ctrl() 838 go->modet[2].mb_threshold = ctrl->val; in go7007_s_ctrl() 841 go->modet[3].pixel_threshold = ctrl->val; in go7007_s_ctrl() [all …]
|
D | go7007-driver.c | 337 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() 740 go->modet[i].enable = 0; in go7007_alloc()
|
D | go7007-priv.h | 227 } modet[4]; member
|