Lines Matching refs:v4l2_ctrl_config
64 static const struct v4l2_ctrl_config pwc_auto_white_balance_cfg = {
72 static const struct v4l2_ctrl_config pwc_autocontour_cfg = {
82 static const struct v4l2_ctrl_config pwc_contour_cfg = {
93 static const struct v4l2_ctrl_config pwc_backlight_cfg = {
102 static const struct v4l2_ctrl_config pwc_flicker_cfg = {
111 static const struct v4l2_ctrl_config pwc_noise_reduction_cfg = {
121 static const struct v4l2_ctrl_config pwc_save_user_cfg = {
128 static const struct v4l2_ctrl_config pwc_restore_user_cfg = {
135 static const struct v4l2_ctrl_config pwc_restore_factory_cfg = {
142 static const struct v4l2_ctrl_config pwc_awb_speed_cfg = {
152 static const struct v4l2_ctrl_config pwc_awb_delay_cfg = {
165 struct v4l2_ctrl_config cfg; in pwc_init_controls()