From: Hans Verkuil <hverkuil@xs4all.nl>
To: "Niklas Söderlund" <niklas.soderlund+renesas@ragnatech.se>,
mchehab@osg.samsung.com, linux-media@vger.kernel.org,
laurent.pinchart@ideasonboard.com, hans.verkuil@cisco.com
Cc: linux-renesas-soc@vger.kernel.org
Subject: Re: [RFC/PATCH] [media] rcar-vin: add Renesas R-Car VIN IP core
Date: Mon, 15 Feb 2016 11:48:14 +0100 [thread overview]
Message-ID: <56C1ACEE.4060203@xs4all.nl> (raw)
In-Reply-To: <56C19A2B.2080502@xs4all.nl>
On 02/15/2016 10:28 AM, Hans Verkuil wrote:
>> +static const struct v4l2_ioctl_ops rvin_ioctl_ops = {
>> + .vidioc_querycap = rvin_querycap,
>> + .vidioc_try_fmt_vid_cap = rvin_try_fmt_vid_cap,
>> + .vidioc_g_fmt_vid_cap = rvin_g_fmt_vid_cap,
>> + .vidioc_s_fmt_vid_cap = rvin_s_fmt_vid_cap,
>> + .vidioc_enum_fmt_vid_cap = rvin_enum_fmt_vid_cap,
>> +
>> + /* TODO:
>> + * .vidioc_g_selection = rvin_g_selection,
>> + * .vidioc_s_selection = rvin_s_selection,
>> + */
>> +
>> + .vidioc_enum_input = rvin_enum_input,
>> + .vidioc_g_input = rvin_g_input,
>> + .vidioc_s_input = rvin_s_input,
>
> I'm missing g/s/querystd here!
>
> (enum_std is handled by the core)
>
>> +
>> + .vidioc_reqbufs = vb2_ioctl_reqbufs,
>> + .vidioc_create_bufs = vb2_ioctl_create_bufs,
>> + .vidioc_querybuf = vb2_ioctl_querybuf,
>> + .vidioc_qbuf = vb2_ioctl_qbuf,
>> + .vidioc_dqbuf = vb2_ioctl_dqbuf,
>> + .vidioc_expbuf = vb2_ioctl_expbuf,
Please add .vidioc_prepare_buf = vb2_ioctl_prepare_buf here as well.
Regards,
Hans
>> +
>> + .vidioc_streamon = rvin_streamon,
>> + .vidioc_streamoff = rvin_streamoff,
>> +
>> + .vidioc_log_status = v4l2_ctrl_log_status,
>> + .vidioc_subscribe_event = v4l2_ctrl_subscribe_event,
>> + .vidioc_unsubscribe_event = v4l2_event_unsubscribe,
>> +};
next prev parent reply other threads:[~2016-02-15 10:48 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-14 16:55 [RFC/PATCH] [media] rcar-vin: add Renesas R-Car VIN IP core Niklas Söderlund
2016-02-15 9:28 ` Hans Verkuil
2016-02-15 10:48 ` Hans Verkuil [this message]
2016-02-18 0:13 ` Niklas Söderlund
2016-02-18 6:36 ` Hans Verkuil
2016-02-15 11:40 ` Ulrich Hecht
2016-02-18 1:51 ` Niklas Söderlund
2016-02-22 13:31 ` Ulrich Hecht
2016-02-22 14:36 ` Niklas Söderlund
2016-02-22 15:17 ` Laurent Pinchart
2016-02-23 10:45 ` Ulrich Hecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56C1ACEE.4060203@xs4all.nl \
--to=hverkuil@xs4all.nl \
--cc=hans.verkuil@cisco.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=mchehab@osg.samsung.com \
--cc=niklas.soderlund+renesas@ragnatech.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.