Lines Matching refs:cfg

165 	struct v4l2_ctrl_config cfg;  in pwc_init_controls()  local
209 cfg = pwc_auto_white_balance_cfg; in pwc_init_controls()
210 cfg.name = v4l2_ctrl_get_name(cfg.id); in pwc_init_controls()
211 cfg.def = def; in pwc_init_controls()
212 pdev->auto_white_balance = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls()
306 cfg = pwc_autocontour_cfg; in pwc_init_controls()
307 cfg.def = def == 0; in pwc_init_controls()
308 pdev->autocontour = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls()
315 cfg = pwc_contour_cfg; in pwc_init_controls()
316 cfg.def = def; in pwc_init_controls()
317 pdev->contour = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls()
326 cfg = pwc_backlight_cfg; in pwc_init_controls()
327 cfg.name = v4l2_ctrl_get_name(cfg.id); in pwc_init_controls()
328 cfg.def = def == 0; in pwc_init_controls()
329 pdev->backlight = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls()
336 cfg = pwc_flicker_cfg; in pwc_init_controls()
337 cfg.name = v4l2_ctrl_get_name(cfg.id); in pwc_init_controls()
338 cfg.def = def == 0; in pwc_init_controls()
339 pdev->flicker = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls()
346 cfg = pwc_noise_reduction_cfg; in pwc_init_controls()
347 cfg.def = def; in pwc_init_controls()
348 pdev->noise_reduction = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls()
367 cfg = pwc_awb_speed_cfg; in pwc_init_controls()
368 cfg.def = def; in pwc_init_controls()
369 pdev->awb_speed = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls()
375 cfg = pwc_awb_delay_cfg; in pwc_init_controls()
376 cfg.def = def; in pwc_init_controls()
377 pdev->awb_delay = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls()