Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp1363465imm; Fri, 29 Jun 2018 17:04:21 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKcUohvD2cy0WfavdxxBtN7SRDAw+KA859FNBicUAUUzYE0JF0e/H39WdaFYwgmsr0/TTpj X-Received: by 2002:a63:7a0a:: with SMTP id v10-v6mr14208911pgc.444.1530317061800; Fri, 29 Jun 2018 17:04:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530317061; cv=none; d=google.com; s=arc-20160816; b=XIhh8heLyxtCAWuldXn78/YGDAJMDnH8SWxSDZgg0CaEYIT1jw7Nx4SGyNMCzdLrMY GelCss5I25m7s/L6xcOLkG4XD1L71xN9Ug6uqUjDr2TDalk+XAT/j+NNjgPqbfeNj+P0 1mJyv969aZMm55DHeQDPGlxz1Pz05hij3f4fXyBv0WHhC0zdlCqbUbc2t8KvZYy1yLIV KSzKC45WnJvVmAs3IaeRn2C8beaVh9vpkDfJTVyevTilLOeB5f1gAVoTYLsBfIfSuAMe gjBGyK1/EiJj17kTcaZkzhDllyPpHITyyGtm7kOcdV2RD/jM8XaalSAvEdKn/ZZb1fc9 ViWg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=+VHRyTOCZBrgQNyNVjZpnzs2qSu8MvHDcrOHpthfP/w=; b=DVRs3z6P2yY0QRdTQRBBKH4Axcyjms2KFwobmONH2c/8FFr2Uq66xhCUj4NUgd6MuJ eDSa8rnOUT32bUerbrEnqG2CgFe+s+WGLfJluY9OPHushvO2sjWttkfFHCLpx/qgWV66 6xVjVyXJt9OQh7apPYvAL3pgEXN8VPQzEflO6coteImTBfzvmX2flhlzMrnwvOePQgPW DGJt8vIhi9egKXW07UEmossvyBzgozd/QC3IoZgHOxaXYFBh94MA5X5esAbHhaWIn0W6 2on1r5eB5zzjiGcglZHjM10auI9Ro4FUS6+5O9kwZkePiJayRnl698KUfiDSS851drfN ASHQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d24-v6si10201587plr.302.2018.06.29.17.03.31; Fri, 29 Jun 2018 17:04:21 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030286AbeF2VAP (ORCPT + 99 others); Fri, 29 Jun 2018 17:00:15 -0400 Received: from vps-vb.mhejs.net ([37.28.154.113]:58986 "EHLO vps-vb.mhejs.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935367AbeF2VAJ (ORCPT ); Fri, 29 Jun 2018 17:00:09 -0400 Received: by vps-vb.mhejs.net with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1fZ0Uu-00046i-Ca; Fri, 29 Jun 2018 23:00:04 +0200 From: "Maciej S. Szmigiero" To: Michael Krufky , Mauro Carvalho Chehab Cc: Andy Walls , linux-kernel , linux-media@vger.kernel.org, Hans Verkuil Subject: [RESEND][PATCH v6 2/6] cx25840: add kernel-doc description of struct cx25840_state Date: Fri, 29 Jun 2018 22:59:59 +0200 Message-Id: <761723d6712a2fe01b8118acfd9444ab9bcf917f.1530305665.git.mail@maciej.szmigiero.name> X-Mailer: git-send-email 2.17.0 In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This commit describes a device instance private data of the driver (struct cx25840_state) in a kernel-doc style comment. Signed-off-by: Maciej S. Szmigiero --- drivers/media/i2c/cx25840/cx25840-core.h | 33 ++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/drivers/media/i2c/cx25840/cx25840-core.h b/drivers/media/i2c/cx25840/cx25840-core.h index fb13a624d2e3..c323b1af1f83 100644 --- a/drivers/media/i2c/cx25840/cx25840-core.h +++ b/drivers/media/i2c/cx25840/cx25840-core.h @@ -45,6 +45,35 @@ enum cx25840_media_pads { CX25840_NUM_PADS }; +/** + * struct cx25840_state - a device instance private data + * @c: i2c_client struct representing this device + * @sd: our V4L2 sub-device + * @hdl: our V4L2 control handler + * @volume: audio volume V4L2 control (non-cx2583x devices only) + * @mute: audio mute V4L2 control (non-cx2583x devices only) + * @pvr150_workaround: whether we enable workaround for Hauppauge PVR150 + * hardware bug (audio dropping out) + * @radio: set if we are currently in the radio mode, otherwise + * the current mode is non-radio (that is, video) + * @std: currently set video standard + * @vid_input: currently set video input + * @aud_input: currently set audio input + * @audclk_freq: currently set audio sample rate + * @audmode: currently set audio mode (when in non-radio mode) + * @vbi_line_offset: vbi line number offset + * @id: exact device model + * @rev: raw device id read from the chip + * @is_initialized: whether we have already loaded firmware into the chip + * and initialized it + * @vbi_regs_offset: offset of vbi regs + * @fw_wait: wait queue to wake an initalization function up when + * firmware loading (on a separate workqueue) finishes + * @fw_work: a work that actually loads the firmware on a separate + * workqueue + * @ir_state: a pointer to chip IR controller private data + * @pads: array of supported chip pads (currently only a stub) + */ struct cx25840_state { struct i2c_client *c; struct v4l2_subdev sd; @@ -66,8 +95,8 @@ struct cx25840_state { u32 rev; int is_initialized; unsigned vbi_regs_offset; - wait_queue_head_t fw_wait; /* wake up when the fw load is finished */ - struct work_struct fw_work; /* work entry for fw load */ + wait_queue_head_t fw_wait; + struct work_struct fw_work; struct cx25840_ir_state *ir_state; #if defined(CONFIG_MEDIA_CONTROLLER) struct media_pad pads[CX25840_NUM_PADS];