Searched defs:hdl (Results 1 - 25 of 159) sorted by relevance

1234567

/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 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 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 Dadv7183.c38 struct v4l2_ctrl_handler hdl; member in struct:adv7183
81 return &container_of(ctrl->handler, struct adv7183, hdl)->sd;
197 v4l2_ctrl_handler_log_status(&decoder->hdl, sd->name);
534 struct v4l2_ctrl_handler *hdl; local
573 hdl = &decoder->hdl;
574 v4l2_ctrl_handler_init(hdl, 4);
575 v4l2_ctrl_new_std(hdl, &adv7183_ctrl_ops,
577 v4l2_ctrl_new_std(hdl, &adv7183_ctrl_ops,
579 v4l2_ctrl_new_std(hdl,
[all...]
H A Dadv7343.c47 struct v4l2_ctrl_handler hdl; member in struct:adv7343_state
66 return &container_of(ctrl->handler, struct adv7343_state, hdl)->sd;
470 v4l2_ctrl_handler_init(&state->hdl, 2);
471 v4l2_ctrl_new_std(&state->hdl, &adv7343_ctrl_ops,
475 v4l2_ctrl_new_std(&state->hdl, &adv7343_ctrl_ops,
479 v4l2_ctrl_new_std(&state->hdl, &adv7343_ctrl_ops,
483 state->sd.ctrl_handler = &state->hdl;
484 if (state->hdl.error) {
485 err = state->hdl.error;
488 v4l2_ctrl_handler_setup(&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 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...]
/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_st6422.c103 struct v4l2_ctrl_handler *hdl = &sd->gspca_dev.ctrl_handler; local
105 v4l2_ctrl_handler_init(hdl, 4);
106 v4l2_ctrl_new_std(hdl, &st6422_ctrl_ops,
108 v4l2_ctrl_new_std(hdl, &st6422_ctrl_ops,
110 v4l2_ctrl_new_std(hdl, &st6422_ctrl_ops,
112 v4l2_ctrl_new_std(hdl, &st6422_ctrl_ops,
115 return hdl->error;
H A Dstv06xx_vv6410.c99 struct v4l2_ctrl_handler *hdl = &sd->gspca_dev.ctrl_handler; local
101 v4l2_ctrl_handler_init(hdl, 2);
105 /* v4l2_ctrl_new_std(hdl, &vv6410_ctrl_ops, */
107 /* v4l2_ctrl_new_std(hdl, &vv6410_ctrl_ops, */
109 v4l2_ctrl_new_std(hdl, &vv6410_ctrl_ops,
111 v4l2_ctrl_new_std(hdl, &vv6410_ctrl_ops,
113 return hdl->error;
/drivers/media/pci/saa7134/
H A Dsaa7134-empress.c255 struct v4l2_ctrl_handler *hdl = &dev->empress_ctrl_handler; local
270 v4l2_ctrl_handler_init(hdl, 21);
271 v4l2_ctrl_add_handler(hdl, &dev->ctrl_handler, empress_ctrl_filter);
273 v4l2_ctrl_add_handler(hdl, dev->empress_sd->ctrl_handler, NULL);
274 if (hdl->error) {
276 return hdl->error;
278 dev->empress_dev->ctrl_handler = hdl;
/drivers/media/radio/
H A Dradio-isa.h39 struct v4l2_ctrl_handler hdl; member in struct:radio_isa_card
/drivers/media/tuners/
H A De4000_priv.h38 struct v4l2_ctrl_handler hdl; member in struct:e4000
/drivers/media/usb/gspca/m5602/
H A Dm5602_mt9m111.c132 struct v4l2_ctrl_handler *hdl = &sd->gspca_dev.ctrl_handler; local
134 sd->gspca_dev.vdev.ctrl_handler = hdl;
135 v4l2_ctrl_handler_init(hdl, 7);
137 sd->auto_white_bal = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops,
140 sd->green_bal = v4l2_ctrl_new_custom(hdl, &mt9m111_greenbal_cfg, NULL);
141 sd->red_bal = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops,
144 sd->blue_bal = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops,
148 v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, V4L2_CID_GAIN, 0,
152 sd->hflip = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, V4L2_CID_HFLIP,
154 sd->vflip = v4l2_ctrl_new_std(hdl,
[all...]
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...]
H A Dm5602_s5k4aa.c334 struct v4l2_ctrl_handler *hdl = &sd->gspca_dev.ctrl_handler; local
336 sd->gspca_dev.vdev.ctrl_handler = hdl;
337 v4l2_ctrl_handler_init(hdl, 6);
339 v4l2_ctrl_new_std(hdl, &s5k4aa_ctrl_ops, V4L2_CID_BRIGHTNESS,
342 v4l2_ctrl_new_std(hdl, &s5k4aa_ctrl_ops, V4L2_CID_EXPOSURE,
345 v4l2_ctrl_new_std(hdl, &s5k4aa_ctrl_ops, V4L2_CID_GAIN,
348 v4l2_ctrl_new_std(hdl, &s5k4aa_ctrl_ops, V4L2_CID_SHARPNESS,
351 sd->hflip = v4l2_ctrl_new_std(hdl, &s5k4aa_ctrl_ops, V4L2_CID_HFLIP,
353 sd->vflip = v4l2_ctrl_new_std(hdl, &s5k4aa_ctrl_ops, V4L2_CID_VFLIP,
356 if (hdl
[all...]
H A Dm5602_s5k83a.c143 struct v4l2_ctrl_handler *hdl = &sd->gspca_dev.ctrl_handler; local
145 sd->gspca_dev.vdev.ctrl_handler = hdl;
146 v4l2_ctrl_handler_init(hdl, 6);
148 v4l2_ctrl_new_std(hdl, &s5k83a_ctrl_ops, V4L2_CID_BRIGHTNESS,
151 v4l2_ctrl_new_std(hdl, &s5k83a_ctrl_ops, V4L2_CID_EXPOSURE,
155 v4l2_ctrl_new_std(hdl, &s5k83a_ctrl_ops, V4L2_CID_GAIN,
158 sd->hflip = v4l2_ctrl_new_std(hdl, &s5k83a_ctrl_ops, V4L2_CID_HFLIP,
160 sd->vflip = v4l2_ctrl_new_std(hdl, &s5k83a_ctrl_ops, V4L2_CID_VFLIP,
163 if (hdl->error) {
165 return hdl
[all...]
/drivers/media/usb/tlg2300/
H A Dpd-radio.c316 struct v4l2_ctrl_handler *hdl = &p->radio_data.ctrl_handler; local
321 v4l2_ctrl_handler_init(hdl, 1);
322 v4l2_ctrl_new_std_menu(hdl, &tlg_fm_ctrl_ops, V4L2_CID_TUNE_PREEMPHASIS,
324 if (hdl->error) {
325 v4l2_ctrl_handler_free(hdl);
326 return hdl->error;
329 vfd->ctrl_handler = hdl;
/drivers/media/common/saa7146/
H A Dsaa7146_fops.c469 struct v4l2_ctrl_handler *hdl = &dev->ctrl_handler; local
479 v4l2_ctrl_handler_init(hdl, 6);
480 v4l2_ctrl_new_std(hdl, &saa7146_ctrl_ops,
482 v4l2_ctrl_new_std(hdl, &saa7146_ctrl_ops,
484 v4l2_ctrl_new_std(hdl, &saa7146_ctrl_ops,
486 v4l2_ctrl_new_std(hdl, &saa7146_ctrl_ops,
488 v4l2_ctrl_new_std(hdl, &saa7146_ctrl_ops,
490 if (hdl->error) {
491 err = hdl->error;
492 v4l2_ctrl_handler_free(hdl);
[all...]
/drivers/media/dvb-frontends/
H A Dau8522_decoder.c495 container_of(ctrl->handler, struct au8522_state, hdl);
730 struct v4l2_ctrl_handler *hdl; local
771 hdl = &state->hdl;
772 v4l2_ctrl_handler_init(hdl, 4);
773 v4l2_ctrl_new_std(hdl, &au8522_ctrl_ops,
775 v4l2_ctrl_new_std(hdl, &au8522_ctrl_ops,
778 v4l2_ctrl_new_std(hdl, &au8522_ctrl_ops,
780 v4l2_ctrl_new_std(hdl, &au8522_ctrl_ops,
782 sd->ctrl_handler = hdl;
[all...]
/drivers/media/i2c/cx25840/
H A Dcx25840-core.h47 struct v4l2_ctrl_handler hdl; member in struct:cx25840_state
76 return &container_of(ctrl->handler, struct cx25840_state, hdl)->sd;

Completed in 451 milliseconds

1234567