Lines Matching refs:vfd
539 v4l2_event_queue(solo_enc->vfd, &ev); in solo_enc_fillbuf()
789 input->std = solo_enc->vfd->tvnorms; in solo_enc_enum_input()
1297 solo_enc->vfd = video_device_alloc(); in solo_enc_alloc()
1298 if (!solo_enc->vfd) in solo_enc_alloc()
1301 *solo_enc->vfd = solo_enc_template; in solo_enc_alloc()
1302 solo_enc->vfd->v4l2_dev = &solo_dev->v4l2_dev; in solo_enc_alloc()
1303 solo_enc->vfd->ctrl_handler = hdl; in solo_enc_alloc()
1304 solo_enc->vfd->queue = &solo_enc->vidq; in solo_enc_alloc()
1305 solo_enc->vfd->lock = &solo_enc->lock; in solo_enc_alloc()
1306 video_set_drvdata(solo_enc->vfd, solo_enc); in solo_enc_alloc()
1307 ret = video_register_device(solo_enc->vfd, VFL_TYPE_VIDEO, nr); in solo_enc_alloc()
1311 snprintf(solo_enc->vfd->name, sizeof(solo_enc->vfd->name), in solo_enc_alloc()
1312 "%s-enc (%i/%i)", SOLO6X10_NAME, solo_dev->vfd->num, in solo_enc_alloc()
1313 solo_enc->vfd->num); in solo_enc_alloc()
1318 video_device_release(solo_enc->vfd); in solo_enc_alloc()
1337 video_unregister_device(solo_enc->vfd); in solo_enc_free()
1378 solo_dev->v4l2_enc[0]->vfd->num, in solo_enc_v4l2_init()
1379 solo_dev->v4l2_enc[solo_dev->nr_chans - 1]->vfd->num); in solo_enc_v4l2_init()