Lines Matching refs:v4l2_ctrl_config
52 static const struct v4l2_ctrl_config pwc_auto_white_balance_cfg = {
60 static const struct v4l2_ctrl_config pwc_autocontour_cfg = {
70 static const struct v4l2_ctrl_config pwc_contour_cfg = {
81 static const struct v4l2_ctrl_config pwc_backlight_cfg = {
90 static const struct v4l2_ctrl_config pwc_flicker_cfg = {
99 static const struct v4l2_ctrl_config pwc_noise_reduction_cfg = {
109 static const struct v4l2_ctrl_config pwc_save_user_cfg = {
116 static const struct v4l2_ctrl_config pwc_restore_user_cfg = {
123 static const struct v4l2_ctrl_config pwc_restore_factory_cfg = {
130 static const struct v4l2_ctrl_config pwc_awb_speed_cfg = {
140 static const struct v4l2_ctrl_config pwc_awb_delay_cfg = {
153 struct v4l2_ctrl_config cfg; in pwc_init_controls()