lkml.org 
[lkml]   [2018]   [Feb]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [PATCH v5 03/16] media: rkisp1: Add user space ABI definitions
    From
    Date
    On 12/29/2017 08:52 AM, Shunqian Zheng wrote:
    > From: Jeffy Chen <jeffy.chen@rock-chips.com>
    >
    > Add the header for userspace
    >
    > Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
    > Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
    > ---
    > include/uapi/linux/rkisp1-config.h | 757 +++++++++++++++++++++++++++++++++++++
    > 1 file changed, 757 insertions(+)
    > create mode 100644 include/uapi/linux/rkisp1-config.h
    >
    > diff --git a/include/uapi/linux/rkisp1-config.h b/include/uapi/linux/rkisp1-config.h
    > new file mode 100644
    > index 0000000..0f9f4226
    > --- /dev/null
    > +++ b/include/uapi/linux/rkisp1-config.h
    > @@ -0,0 +1,757 @@

    <snip>

    > +/**
    > + * enum cifisp_exp_ctrl_auotostop - stop modes

    auotostop -> autostop

    > + * @CIFISP_EXP_CTRL_AUTOSTOP_0: continous measurement

    continous -> continuous

    > + * @CIFISP_EXP_CTRL_AUTOSTOP_1: stop measuring after a complete frame
    > + */
    > +enum cifisp_exp_ctrl_auotostop {

    auotostop -> autostop

    > + CIFISP_EXP_CTRL_AUTOSTOP_0 = 0,
    > + CIFISP_EXP_CTRL_AUTOSTOP_1 = 1,
    > +};

    Just noticed this :-)

    Regards,

    Hans

    \
     
     \ /
      Last update: 2018-02-07 17:33    [W:4.330 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site