Searched refs:hdl (Results 1 - 25 of 179) sorted by relevance

12345678

/drivers/media/common/
H A Dcx2341x.c1246 return container_of(ctrl->handler, struct cx2341x_handler, hdl);
1249 static int cx2341x_hdl_api(struct cx2341x_handler *hdl, argument
1261 return hdl->func(hdl->priv, cmd, args, 0, data);
1272 struct cx2341x_handler *hdl = to_cxhdl(ctrl); local
1279 int gop = hdl->video_gop_size->val;
1286 hdl->video_gop_size->val = gop;
1292 hdl->video_encoding->val =
1293 (hdl->stream_type->val == V4L2_MPEG_STREAM_TYPE_MPEG1_SS ||
1294 hdl
1320 struct cx2341x_handler *hdl = to_cxhdl(ctrl); local
1488 cx2341x_ctrl_new_custom(struct v4l2_ctrl_handler *hdl, u32 id, s32 min, s32 max, s32 step, s32 def) argument
1511 cx2341x_ctrl_new_std(struct v4l2_ctrl_handler *hdl, u32 id, s32 min, s32 max, s32 step, s32 def) argument
1517 cx2341x_ctrl_new_menu(struct v4l2_ctrl_handler *hdl, u32 id, s32 max, s32 mask, s32 def) argument
1526 struct v4l2_ctrl_handler *hdl = &cxhdl->hdl; local
[all...]
/drivers/media/i2c/
H A Dtlv320aic23b.c45 struct v4l2_ctrl_handler hdl; member in struct:tlv320aic23b_state
55 return &container_of(ctrl->handler, struct tlv320aic23b_state, hdl)->sd;
113 v4l2_ctrl_handler_log_status(&state->hdl, sd->name);
186 v4l2_ctrl_handler_init(&state->hdl, 1);
187 v4l2_ctrl_new_std(&state->hdl, &tlv320aic23b_ctrl_ops,
189 sd->ctrl_handler = &state->hdl;
190 if (state->hdl.error) {
191 int err = state->hdl.error;
193 v4l2_ctrl_handler_free(&state->hdl);
196 v4l2_ctrl_handler_setup(&state->hdl);
[all...]
H A Dtda7432.c64 struct v4l2_ctrl_handler hdl; member in struct:tda7432
84 return &container_of(ctrl->handler, struct tda7432, hdl)->sd;
267 v4l2_ctrl_handler_log_status(&state->hdl, sd->name);
367 v4l2_ctrl_handler_init(&t->hdl, 5);
368 v4l2_ctrl_new_std(&t->hdl, &tda7432_ctrl_ops,
370 t->mute = v4l2_ctrl_new_std(&t->hdl, &tda7432_ctrl_ops,
372 t->balance = v4l2_ctrl_new_std(&t->hdl, &tda7432_ctrl_ops,
374 t->bass = v4l2_ctrl_new_std(&t->hdl, &tda7432_ctrl_ops,
376 t->treble = v4l2_ctrl_new_std(&t->hdl, &tda7432_ctrl_ops,
378 sd->ctrl_handler = &t->hdl;
[all...]
H A Dtw9903.c41 struct v4l2_ctrl_handler hdl; member in struct:tw9903
153 struct tw9903 *dec = container_of(ctrl->handler, struct tw9903, hdl);
209 struct v4l2_ctrl_handler *hdl; local
223 hdl = &dec->hdl;
224 v4l2_ctrl_handler_init(hdl, 4);
225 v4l2_ctrl_new_std(hdl, &tw9903_ctrl_ops,
227 v4l2_ctrl_new_std(hdl, &tw9903_ctrl_ops,
229 v4l2_ctrl_new_std(hdl, &tw9903_ctrl_ops,
231 sd->ctrl_handler = hdl;
[all...]
H A Dtw9906.c32 struct v4l2_ctrl_handler hdl; member in struct:tw9906
123 struct tw9906 *dec = container_of(ctrl->handler, struct tw9906, hdl);
177 struct v4l2_ctrl_handler *hdl; local
191 hdl = &dec->hdl;
192 v4l2_ctrl_handler_init(hdl, 4);
193 v4l2_ctrl_new_std(hdl, &tw9906_ctrl_ops,
195 v4l2_ctrl_new_std(hdl, &tw9906_ctrl_ops,
197 v4l2_ctrl_new_std(hdl, &tw9906_ctrl_ops,
199 sd->ctrl_handler = hdl;
[all...]
H A Dwm8739.c55 struct v4l2_ctrl_handler hdl; member in struct:wm8739_state
72 return &container_of(ctrl->handler, struct wm8739_state, hdl)->sd;
167 v4l2_ctrl_handler_log_status(&state->hdl, sd->name);
219 v4l2_ctrl_handler_init(&state->hdl, 2);
220 state->volume = v4l2_ctrl_new_std(&state->hdl, &wm8739_ctrl_ops,
222 state->mute = v4l2_ctrl_new_std(&state->hdl, &wm8739_ctrl_ops,
224 state->balance = v4l2_ctrl_new_std(&state->hdl, &wm8739_ctrl_ops,
226 sd->ctrl_handler = &state->hdl;
227 if (state->hdl.error) {
228 int err = state->hdl
[all...]
H A Dml86v7667.c91 struct v4l2_ctrl_handler hdl; member in struct:ml86v7667_priv
102 return &container_of(ctrl->handler, struct ml86v7667_priv, hdl)->sd;
360 v4l2_ctrl_handler_init(&priv->hdl, 8);
361 v4l2_ctrl_new_std(&priv->hdl, &ml86v7667_ctrl_ops,
363 v4l2_ctrl_new_std(&priv->hdl, &ml86v7667_ctrl_ops,
365 v4l2_ctrl_new_std(&priv->hdl, &ml86v7667_ctrl_ops,
367 v4l2_ctrl_new_std(&priv->hdl, &ml86v7667_ctrl_ops,
369 v4l2_ctrl_new_std(&priv->hdl, &ml86v7667_ctrl_ops,
371 v4l2_ctrl_new_std(&priv->hdl, &ml86v7667_ctrl_ops,
373 v4l2_ctrl_new_std(&priv->hdl,
[all...]
H A Dwm8775.c58 struct v4l2_ctrl_handler hdl; member in struct:wm8775_state
73 return &container_of(ctrl->handler, struct wm8775_state, hdl)->sd;
163 v4l2_ctrl_handler_log_status(&state->hdl, sd->name);
240 v4l2_ctrl_handler_init(&state->hdl, 4);
241 state->mute = v4l2_ctrl_new_std(&state->hdl, &wm8775_ctrl_ops,
243 state->vol = v4l2_ctrl_new_std(&state->hdl, &wm8775_ctrl_ops,
245 state->bal = v4l2_ctrl_new_std(&state->hdl, &wm8775_ctrl_ops,
247 state->loud = v4l2_ctrl_new_std(&state->hdl, &wm8775_ctrl_ops,
249 sd->ctrl_handler = &state->hdl;
250 err = state->hdl
[all...]
H A Dcs5345.c41 struct v4l2_ctrl_handler hdl; member in struct:cs5345_state
51 return &container_of(ctrl->handler, struct cs5345_state, hdl)->sd;
178 v4l2_ctrl_handler_init(&state->hdl, 2);
179 v4l2_ctrl_new_std(&state->hdl, &cs5345_ctrl_ops,
181 v4l2_ctrl_new_std(&state->hdl, &cs5345_ctrl_ops,
183 sd->ctrl_handler = &state->hdl;
184 if (state->hdl.error) {
185 int err = state->hdl.error;
187 v4l2_ctrl_handler_free(&state->hdl);
191 v4l2_ctrl_handler_setup(&state->hdl);
[all...]
H A Dcs53l32a.c46 struct v4l2_ctrl_handler hdl; member in struct:cs53l32a_state
56 return &container_of(ctrl->handler, struct cs53l32a_state, hdl)->sd;
112 v4l2_ctrl_handler_log_status(&state->hdl, sd->name);
180 v4l2_ctrl_handler_init(&state->hdl, 2);
181 v4l2_ctrl_new_std(&state->hdl, &cs53l32a_ctrl_ops,
183 v4l2_ctrl_new_std(&state->hdl, &cs53l32a_ctrl_ops,
185 sd->ctrl_handler = &state->hdl;
186 if (state->hdl.error) {
187 int err = state->hdl.error;
189 v4l2_ctrl_handler_free(&state->hdl);
[all...]
H A Dsaa6752hs.c95 struct v4l2_ctrl_handler hdl; member in struct:saa6752hs_state
373 container_of(ctrl->handler, struct saa6752hs_state, hdl);
389 container_of(ctrl->handler, struct saa6752hs_state, hdl);
665 struct v4l2_ctrl_handler *hdl; local
688 hdl = &h->hdl;
689 v4l2_ctrl_handler_init(hdl, 14);
690 v4l2_ctrl_new_std_menu(hdl, &saa6752hs_ctrl_ops,
696 v4l2_ctrl_new_std_menu(hdl, &saa6752hs_ctrl_ops,
704 v4l2_ctrl_new_std_menu(hdl,
[all...]
H A Dlm3646.c209 struct v4l2_ctrl_handler *hdl = &flash->ctrls_led; local
212 v4l2_ctrl_handler_init(hdl, 8);
214 v4l2_ctrl_new_std_menu(hdl, ops, V4L2_CID_FLASH_LED_MODE,
219 v4l2_ctrl_new_std_menu(hdl, ops, V4L2_CID_FLASH_STROBE_SOURCE,
223 v4l2_ctrl_new_std(hdl, ops, V4L2_CID_FLASH_STROBE, 0, 0, 0, 0);
225 v4l2_ctrl_new_std(hdl, ops, V4L2_CID_FLASH_STROBE_STOP, 0, 0, 0, 0);
228 v4l2_ctrl_new_std(hdl, ops, V4L2_CID_FLASH_TIMEOUT,
234 v4l2_ctrl_new_std(hdl, ops, V4L2_CID_FLASH_INTENSITY,
241 v4l2_ctrl_new_std(hdl, ops, V4L2_CID_FLASH_TORCH_INTENSITY,
248 fault = v4l2_ctrl_new_std(hdl, op
[all...]
H A Dtw2804.c41 struct v4l2_ctrl_handler hdl; member in struct:tw2804
149 return container_of(ctrl->handler, struct tw2804, hdl);
378 v4l2_ctrl_handler_init(&state->hdl, 10);
379 v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops,
381 v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops,
383 v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops,
385 v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops,
387 v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops,
389 v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops,
391 ctrl = v4l2_ctrl_new_std(&state->hdl,
[all...]
H A Dadv7393.c49 struct v4l2_ctrl_handler hdl; member in struct:adv7393_state
67 return &container_of(ctrl->handler, struct adv7393_state, hdl)->sd;
419 v4l2_ctrl_handler_init(&state->hdl, 3);
420 v4l2_ctrl_new_std(&state->hdl, &adv7393_ctrl_ops,
424 v4l2_ctrl_new_std(&state->hdl, &adv7393_ctrl_ops,
428 v4l2_ctrl_new_std(&state->hdl, &adv7393_ctrl_ops,
432 state->sd.ctrl_handler = &state->hdl;
433 if (state->hdl.error) {
434 int err = state->hdl.error;
436 v4l2_ctrl_handler_free(&state->hdl);
[all...]
H A Dbt819.c55 struct v4l2_ctrl_handler hdl; member in struct:bt819
70 return &container_of(ctrl->handler, struct bt819, hdl)->sd;
453 v4l2_ctrl_handler_init(&decoder->hdl, 4);
454 v4l2_ctrl_new_std(&decoder->hdl, &bt819_ctrl_ops,
456 v4l2_ctrl_new_std(&decoder->hdl, &bt819_ctrl_ops,
458 v4l2_ctrl_new_std(&decoder->hdl, &bt819_ctrl_ops,
460 v4l2_ctrl_new_std(&decoder->hdl, &bt819_ctrl_ops,
462 sd->ctrl_handler = &decoder->hdl;
463 if (decoder->hdl.error) {
464 int err = decoder->hdl
[all...]
H A Dlm3560.c291 struct v4l2_ctrl_handler *hdl = &flash->ctrls_led[led_no]; local
294 v4l2_ctrl_handler_init(hdl, 8);
297 v4l2_ctrl_new_std_menu(hdl, ops, V4L2_CID_FLASH_LED_MODE,
303 v4l2_ctrl_new_std_menu(hdl, ops, V4L2_CID_FLASH_STROBE_SOURCE,
307 v4l2_ctrl_new_std(hdl, ops, V4L2_CID_FLASH_STROBE, 0, 0, 0, 0);
310 v4l2_ctrl_new_std(hdl, ops, V4L2_CID_FLASH_STROBE_STOP, 0, 0, 0, 0);
313 v4l2_ctrl_new_std(hdl, ops, V4L2_CID_FLASH_TIMEOUT,
320 v4l2_ctrl_new_std(hdl, ops, V4L2_CID_FLASH_INTENSITY,
325 v4l2_ctrl_new_std(hdl, ops, V4L2_CID_FLASH_TORCH_INTENSITY,
330 fault = v4l2_ctrl_new_std(hdl, op
[all...]
H A Dsaa7110.c56 struct v4l2_ctrl_handler hdl; member in struct:saa7110
73 return &container_of(ctrl->handler, struct saa7110, hdl)->sd;
408 v4l2_ctrl_handler_init(&decoder->hdl, 2);
409 v4l2_ctrl_new_std(&decoder->hdl, &saa7110_ctrl_ops,
411 v4l2_ctrl_new_std(&decoder->hdl, &saa7110_ctrl_ops,
413 v4l2_ctrl_new_std(&decoder->hdl, &saa7110_ctrl_ops,
415 v4l2_ctrl_new_std(&decoder->hdl, &saa7110_ctrl_ops,
417 sd->ctrl_handler = &decoder->hdl;
418 if (decoder->hdl.error) {
419 int err = decoder->hdl
[all...]
/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-ctrls.c455 struct v4l2_ctrl_handler *hdl = &ctrls->handler; local
457 int ret = v4l2_ctrl_handler_init(hdl, 22);
462 ctrls->auto_wb = v4l2_ctrl_new_std_menu(hdl, ops,
467 ctrls->auto_exposure = v4l2_ctrl_new_std_menu(hdl, ops,
470 ctrls->exposure_bias = v4l2_ctrl_new_int_menu(hdl, ops,
476 ctrls->exposure_metering = v4l2_ctrl_new_std_menu(hdl, ops,
481 ctrls->focus_auto = v4l2_ctrl_new_std(hdl, ops,
484 ctrls->af_start = v4l2_ctrl_new_std(hdl, ops,
487 ctrls->af_stop = v4l2_ctrl_new_std(hdl, ops,
490 ctrls->af_status = v4l2_ctrl_new_std(hdl, op
[all...]
/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c1699 static inline int handler_set_err(struct v4l2_ctrl_handler *hdl, int err) argument
1701 if (hdl->error == 0)
1702 hdl->error = err;
1707 int v4l2_ctrl_handler_init_class(struct v4l2_ctrl_handler *hdl, argument
1711 hdl->lock = &hdl->_lock;
1712 mutex_init(hdl->lock);
1713 lockdep_set_class_and_name(hdl->lock, key, name);
1714 INIT_LIST_HEAD(&hdl->ctrls);
1715 INIT_LIST_HEAD(&hdl
1725 v4l2_ctrl_handler_free(struct v4l2_ctrl_handler *hdl) argument
1761 find_private_ref( struct v4l2_ctrl_handler *hdl, u32 id) argument
1783 find_ref(struct v4l2_ctrl_handler *hdl, u32 id) argument
1810 find_ref_lock( struct v4l2_ctrl_handler *hdl, u32 id) argument
1824 v4l2_ctrl_find(struct v4l2_ctrl_handler *hdl, u32 id) argument
1833 handler_new_ref(struct v4l2_ctrl_handler *hdl, struct v4l2_ctrl *ctrl) argument
1904 v4l2_ctrl_new(struct v4l2_ctrl_handler *hdl, const struct v4l2_ctrl_ops *ops, const struct v4l2_ctrl_type_ops *type_ops, u32 id, const char *name, enum v4l2_ctrl_type type, s64 min, s64 max, u64 step, s64 def, const u32 dims[V4L2_CTRL_MAX_DIMS], u32 elem_size, u32 flags, const char * const *qmenu, const s64 *qmenu_int, void *priv) argument
2051 v4l2_ctrl_new_custom(struct v4l2_ctrl_handler *hdl, const struct v4l2_ctrl_config *cfg, void *priv) argument
2096 v4l2_ctrl_new_std(struct v4l2_ctrl_handler *hdl, const struct v4l2_ctrl_ops *ops, u32 id, s64 min, s64 max, u64 step, s64 def) argument
2118 v4l2_ctrl_new_std_menu(struct v4l2_ctrl_handler *hdl, const struct v4l2_ctrl_ops *ops, u32 id, u8 _max, u64 mask, u8 _def) argument
2151 v4l2_ctrl_new_std_menu_items(struct v4l2_ctrl_handler *hdl, const struct v4l2_ctrl_ops *ops, u32 id, u8 _max, u64 mask, u8 _def, const char * const *qmenu) argument
2184 v4l2_ctrl_new_int_menu(struct v4l2_ctrl_handler *hdl, const struct v4l2_ctrl_ops *ops, u32 id, u8 _max, u8 _def, const s64 *qmenu_int) argument
2208 v4l2_ctrl_add_ctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_ctrl *ctrl) argument
2224 v4l2_ctrl_add_handler(struct v4l2_ctrl_handler *hdl, struct v4l2_ctrl_handler *add, bool (*filter)(const struct v4l2_ctrl *ctrl)) argument
2401 v4l2_ctrl_handler_log_status(struct v4l2_ctrl_handler *hdl, const char *prefix) argument
2431 v4l2_ctrl_handler_setup(struct v4l2_ctrl_handler *hdl) argument
2469 v4l2_query_ext_ctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_query_ext_ctrl *qc) argument
2564 v4l2_queryctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_queryctrl *qc) argument
2609 v4l2_querymenu(struct v4l2_ctrl_handler *hdl, struct v4l2_querymenu *qm) argument
2700 prepare_ext_ctrls(struct v4l2_ctrl_handler *hdl, struct v4l2_ext_controls *cs, struct v4l2_ctrl_helper *helpers, bool get) argument
2794 class_check(struct v4l2_ctrl_handler *hdl, u32 ctrl_class) argument
2804 v4l2_g_ext_ctrls(struct v4l2_ctrl_handler *hdl, struct v4l2_ext_controls *cs) argument
2913 v4l2_g_ctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_control *control) argument
3050 try_set_ext_ctrls(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl, struct v4l2_ext_controls *cs, bool set) argument
3147 v4l2_try_ext_ctrls(struct v4l2_ctrl_handler *hdl, struct v4l2_ext_controls *cs) argument
3153 v4l2_s_ext_ctrls(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl, struct v4l2_ext_controls *cs) argument
3214 v4l2_s_ctrl(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl, struct v4l2_control *control) argument
[all...]
/drivers/media/usb/gspca/m5602/
H A Dm5602_ov7660.c126 struct v4l2_ctrl_handler *hdl = &sd->gspca_dev.ctrl_handler; local
128 sd->gspca_dev.vdev.ctrl_handler = hdl;
129 v4l2_ctrl_handler_init(hdl, 6);
131 v4l2_ctrl_new_std(hdl, &ov7660_ctrl_ops, V4L2_CID_AUTO_WHITE_BALANCE,
133 v4l2_ctrl_new_std_menu(hdl, &ov7660_ctrl_ops,
136 sd->autogain = v4l2_ctrl_new_std(hdl, &ov7660_ctrl_ops,
138 sd->gain = v4l2_ctrl_new_std(hdl, &ov7660_ctrl_ops, V4L2_CID_GAIN, 0,
141 sd->hflip = v4l2_ctrl_new_std(hdl, &ov7660_ctrl_ops, V4L2_CID_HFLIP,
143 sd->vflip = v4l2_ctrl_new_std(hdl, &ov7660_ctrl_ops, V4L2_CID_VFLIP,
146 if (hdl
[all...]
H A Dm5602_po1030.c135 struct v4l2_ctrl_handler *hdl = &sd->gspca_dev.ctrl_handler; local
137 sd->gspca_dev.vdev.ctrl_handler = hdl;
138 v4l2_ctrl_handler_init(hdl, 9);
140 sd->auto_white_bal = v4l2_ctrl_new_std(hdl, &po1030_ctrl_ops,
143 sd->green_bal = v4l2_ctrl_new_custom(hdl, &po1030_greenbal_cfg, NULL);
144 sd->red_bal = v4l2_ctrl_new_std(hdl, &po1030_ctrl_ops,
147 sd->blue_bal = v4l2_ctrl_new_std(hdl, &po1030_ctrl_ops,
151 sd->autoexpo = v4l2_ctrl_new_std_menu(hdl, &po1030_ctrl_ops,
153 sd->expo = v4l2_ctrl_new_std(hdl, &po1030_ctrl_ops, V4L2_CID_EXPOSURE,
156 sd->gain = v4l2_ctrl_new_std(hdl,
[all...]
/drivers/media/usb/pwc/
H A Dpwc-v4l.c164 struct v4l2_ctrl_handler *hdl; local
168 hdl = &pdev->ctrl_handler;
169 r = v4l2_ctrl_handler_init(hdl, 20);
177 pdev->brightness = v4l2_ctrl_new_std(hdl, &pwc_ctrl_ops,
183 pdev->contrast = v4l2_ctrl_new_std(hdl, &pwc_ctrl_ops,
195 pdev->saturation = v4l2_ctrl_new_std(hdl, &pwc_ctrl_ops,
202 pdev->gamma = v4l2_ctrl_new_std(hdl, &pwc_ctrl_ops,
212 pdev->auto_white_balance = v4l2_ctrl_new_custom(hdl, &cfg, NULL);
215 return hdl->error;
221 pdev->red_balance = v4l2_ctrl_new_std(hdl,
[all...]
/drivers/media/radio/
H A Dradio-sf16fmi.c49 struct v4l2_ctrl_handler hdl; member in struct:fmi
193 struct fmi *fmi = container_of(ctrl->handler, struct fmi, hdl);
277 struct v4l2_ctrl_handler *hdl = &fmi->hdl; local
330 v4l2_ctrl_handler_init(hdl, 1);
331 v4l2_ctrl_new_std(hdl, &fmi_ctrl_ops,
333 v4l2_dev->ctrl_handler = hdl;
334 if (hdl->error) {
335 res = hdl->error;
337 v4l2_ctrl_handler_free(hdl);
[all...]
H A Dradio-keene.c65 struct v4l2_ctrl_handler hdl; member in struct:keene_device
250 container_of(ctrl->handler, struct keene_device, hdl);
303 v4l2_ctrl_handler_free(&radio->hdl);
314 struct v4l2_ctrl_handler *hdl; local
340 hdl = &radio->hdl;
341 v4l2_ctrl_handler_init(hdl, 4);
342 v4l2_ctrl_new_std(hdl, &keene_ctrl_ops, V4L2_CID_AUDIO_MUTE,
344 v4l2_ctrl_new_std_menu(hdl, &keene_ctrl_ops, V4L2_CID_TUNE_PREEMPHASIS,
346 v4l2_ctrl_new_std(hdl,
[all...]
H A Dradio-miropcm20.c437 struct v4l2_ctrl_handler *hdl; local
455 hdl = &dev->ctrl_handler;
456 v4l2_ctrl_handler_init(hdl, 7);
457 v4l2_ctrl_new_std(hdl, &pcm20_ctrl_ops,
459 dev->rds_pty = v4l2_ctrl_new_std(hdl, NULL,
461 dev->rds_ps_name = v4l2_ctrl_new_std(hdl, NULL,
463 dev->rds_radio_test = v4l2_ctrl_new_std(hdl, NULL,
465 dev->rds_ta = v4l2_ctrl_new_std(hdl, NULL,
467 dev->rds_tp = v4l2_ctrl_new_std(hdl, NULL,
469 dev->rds_ms = v4l2_ctrl_new_std(hdl, NUL
[all...]

Completed in 583 milliseconds

12345678