Home
last modified time | relevance | path

Searched refs:md_threshold_grid_values (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/pci/tw5864/
Dtw5864.h128 u16 md_threshold_grid_values[12 * 16]; member
Dtw5864-video.c524 memset(input->md_threshold_grid_values, ctrl->val, in tw5864_s_ctrl()
525 sizeof(input->md_threshold_grid_values)); in tw5864_s_ctrl()
531 memcpy(input->md_threshold_grid_values, in tw5864_s_ctrl()
533 sizeof(input->md_threshold_grid_values)); in tw5864_s_ctrl()
1313 const u16 thresh = input->md_threshold_grid_values[i]; in tw5864_is_motion_triggered()