Lines Matching refs:PWC_CID_CUSTOM
28 #define PWC_CID_CUSTOM(ctrl) ((V4L2_CID_USER_BASE | 0xf000) + custom_ ## ctrl) macro
62 .id = PWC_CID_CUSTOM(autocontour),
72 .id = PWC_CID_CUSTOM(contour),
101 .id = PWC_CID_CUSTOM(noise_reduction),
111 .id = PWC_CID_CUSTOM(save_user),
118 .id = PWC_CID_CUSTOM(restore_user),
125 .id = PWC_CID_CUSTOM(restore_factory),
132 .id = PWC_CID_CUSTOM(awb_speed),
142 .id = PWC_CID_CUSTOM(awb_delay),
807 case PWC_CID_CUSTOM(autocontour): in pwc_s_ctrl()
829 case PWC_CID_CUSTOM(noise_reduction): in pwc_s_ctrl()
834 case PWC_CID_CUSTOM(save_user): in pwc_s_ctrl()
837 case PWC_CID_CUSTOM(restore_user): in pwc_s_ctrl()
840 case PWC_CID_CUSTOM(restore_factory): in pwc_s_ctrl()
844 case PWC_CID_CUSTOM(awb_speed): in pwc_s_ctrl()
849 case PWC_CID_CUSTOM(awb_delay): in pwc_s_ctrl()