Lines Matching refs:entity
297 media_entity struct embedded in the v4l2_subdev struct (entity field) by
303 err = media_entity_init(&sd->entity, npads, pads, 0);
309 A reference to the entity will be automatically acquired/released when the
312 Don't forget to cleanup the media entity before the sub-device is destroyed:
314 media_entity_cleanup(&sd->entity);
361 entity will be automatically registered with the media device.
697 media_entity struct embedded in the video_device struct (entity field) by
703 err = media_entity_init(&vdev->entity, 1, pad, 0);
708 A reference to the entity will be automatically acquired/released when the
762 entity will be automatically registered with the media device.
861 Don't forget to cleanup the media entity associated with the video device if
864 media_entity_cleanup(&vdev->entity);