Lines Matching refs:PWC_CID_CUSTOM
40 #define PWC_CID_CUSTOM(ctrl) ((V4L2_CID_USER_BASE | 0xf000) + custom_ ## ctrl) macro
74 .id = PWC_CID_CUSTOM(autocontour),
84 .id = PWC_CID_CUSTOM(contour),
113 .id = PWC_CID_CUSTOM(noise_reduction),
123 .id = PWC_CID_CUSTOM(save_user),
130 .id = PWC_CID_CUSTOM(restore_user),
137 .id = PWC_CID_CUSTOM(restore_factory),
144 .id = PWC_CID_CUSTOM(awb_speed),
154 .id = PWC_CID_CUSTOM(awb_delay),
823 case PWC_CID_CUSTOM(autocontour): in pwc_s_ctrl()
845 case PWC_CID_CUSTOM(noise_reduction): in pwc_s_ctrl()
850 case PWC_CID_CUSTOM(save_user): in pwc_s_ctrl()
853 case PWC_CID_CUSTOM(restore_user): in pwc_s_ctrl()
856 case PWC_CID_CUSTOM(restore_factory): in pwc_s_ctrl()
860 case PWC_CID_CUSTOM(awb_speed): in pwc_s_ctrl()
865 case PWC_CID_CUSTOM(awb_delay): in pwc_s_ctrl()