Searched +full:conversion +full:- +full:start +full:- +full:gpios (Results 1 – 20 of 20) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Beniamin Bia <beniamin.bia@analog.com>11 - Stefan Popa <stefan.popa@analog.com>15 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606_7606-6_7606-4.pdf16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7606B.pdf17 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7616.pdf22 - adi,ad7605-423 - adi,ad7606-8[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */42 * struct ad7606_chip_info - chip specific information62 * struct ad7606_state - driver instance specific data78 * @lock protect sensor state from concurrent accesses to GPIOs79 * @gpio_convst GPIO descriptor for conversion start signal (CONVST)80 * @gpio_reset GPIO descriptor for device hard-reset82 * @gpio_standby GPIO descriptor for stand-by signal (STBY),83 * controls power-down mode of device87 * @complete completion to indicate end of conversion121 * 16 * 16-bit samples + 64-bit timestamp[all …]
1 // SPDX-License-Identifier: GPL-2.03 // Copyright (c) 2009-2011 Samsung Electronics Co., Ltd.11 // Samsung - GPIOlib support31 #include "regs-gpio.h"32 #include "gpio-samsung.h"35 #include "gpio-core.h"36 #include "gpio-cfg.h"37 #include "gpio-cfg-helpers.h"43 void __iomem *reg = chip->base + 0x08; in samsung_gpio_setpull_updown()58 void __iomem *reg = chip->base + 0x08; in samsung_gpio_getpull_updown()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only10 * Copyright 2006-11 One Laptop Per Child Association, Inc.11 * Copyright 2006-11 Jonathan Corbet <corbet@lwn.net>16 * v4l2_device/v4l2_subdev conversion by:28 #include <media/v4l2-device.h>36 #include "mcam-core.h"61 * Most of the camera controller registers are defined in mcam-core.h,67 * "General purpose register" has a couple of GPIOs used for sensor86 #define TWSIC0_MODE 0x00000002 /* 1 = 16-bit, 0 = 8-bit */134 dev_err(&(cam)->pdev->dev, fmt, ##arg);[all …]
1 // SPDX-License-Identifier: GPL-2.0-only21 * and transfers them over an internal MAI (multi-channel audio90 struct drm_info_node *node = (struct drm_info_node *)m->private; in vc4_hdmi_debugfs_regs()91 struct vc4_hdmi *vc4_hdmi = node->info_ent->data; in vc4_hdmi_debugfs_regs()94 drm_print_regset32(&p, &vc4_hdmi->hdmi_regset); in vc4_hdmi_debugfs_regs()95 drm_print_regset32(&p, &vc4_hdmi->hd_regset); in vc4_hdmi_debugfs_regs()117 reset_control_reset(vc4_hdmi->reset); in vc5_hdmi_reset()138 clk_cnt = clk_get_rate(vc4_hdmi->hsm_clock) / CEC_CLOCK_FREQ; in vc4_hdmi_cec_update_clk_div()152 WARN_ON(pm_runtime_resume_and_get(&vc4_hdmi->pdev->dev)); in vc4_hdmi_connector_detect()154 if (vc4_hdmi->hpd_gpio) { in vc4_hdmi_connector_detect()[all …]
1 // SPDX-License-Identifier: GPL-2.023 #include <linux/rk-camera-module.h>24 #include <media/media-entity.h>25 #include <media/v4l2-async.h>26 #include <media/v4l2-ctrls.h>27 #include <media/v4l2-subdev.h>29 #include <linux/rk-preisp.h>42 #define OF_CAMERA_HDR_MODE "rockchip,camera-hdr-mode"573 .vc[PAD1] = V4L2_MBUS_CSI2_CHANNEL_0,//L->csi wr0575 .vc[PAD3] = V4L2_MBUS_CSI2_CHANNEL_1,//M->csi wr2[all …]
1 // SPDX-License-Identifier: GPL-2.08 * V0.0X01.0X01 add conversion gain control9 * V0.0X01.0X02 add debug interface for conversion gain control24 #include <linux/rk-camera-module.h>25 #include <media/media-entity.h>26 #include <media/v4l2-async.h>27 #include <media/v4l2-ctrls.h>28 #include <media/v4l2-subdev.h>29 #include <media/v4l2-fwnode.h>30 #include <media/v4l2-mediabus.h>[all …]
1 // SPDX-License-Identifier: GPL-2.08 * V0.0X01.0X01 support conversion gain switch.9 * V0.0X01.0X02 add debug interface for conversion gain switch.26 #include <linux/rk-camera-module.h>27 #include <media/media-entity.h>28 #include <media/v4l2-async.h>29 #include <media/v4l2-ctrls.h>30 #include <media/v4l2-subdev.h>32 #include <linux/rk-preisp.h>33 #include <media/v4l2-fwnode.h>[all …]
1 // SPDX-License-Identifier: GPL-2.08 * V0.0X01.0X01 add conversion gain control9 * V0.0X01.0X02 add debug interface for conversion gain control25 #include <linux/rk-camera-module.h>26 #include <media/media-entity.h>27 #include <media/v4l2-async.h>28 #include <media/v4l2-ctrls.h>29 #include <media/v4l2-subdev.h>31 #include <linux/rk-preisp.h>42 #define OF_CAMERA_HDR_MODE "rockchip,camera-hdr-mode"[all …]
1 // SPDX-License-Identifier: GPL-2.010 * 2.fixed gain conversion function27 #include <linux/rk-camera-module.h>28 #include <media/media-entity.h>29 #include <media/v4l2-async.h>30 #include <media/v4l2-ctrls.h>31 #include <media/v4l2-subdev.h>33 #include <linux/rk-preisp.h>45 #define OF_CAMERA_HDR_MODE "rockchip,camera-hdr-mode"605 .vc[PAD1] = V4L2_MBUS_CSI2_CHANNEL_0,//L->csi wr0[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * adv7604 - Analog Devices ADV7604 video decoder driver11 * REF_01 - Analog devices, ADV7604, Register Settings Recommendations,13 * REF_02 - Analog devices, Register map documentation, Documentation of15 * REF_03 - Analog devices, ADV7604, Hardware Manual, Rev. F, August 201026 #include <linux/v4l2-dv-timings.h>34 #include <media/v4l2-ctrls.h>35 #include <media/v4l2-device.h>36 #include <media/v4l2-event.h>37 #include <media/v4l2-dv-timings.h>[all …]
1 // SPDX-License-Identifier: GPL-2.08 * V0.0X01.0X01 support conversion gain switch.9 * V0.0X01.0X02 add debug interface for conversion gain switch.25 #include <linux/rk-camera-module.h>26 #include <media/media-entity.h>27 #include <media/v4l2-async.h>28 #include <media/v4l2-ctrls.h>29 #include <media/v4l2-subdev.h>31 #include <linux/rk-preisp.h>46 #define OF_CAMERA_HDR_MODE "rockchip,camera-hdr-mode"[all …]
1 // SPDX-License-Identifier: GPL-2.08 * V0.0X01.0X01 support conversion gain switch.9 * V0.0X01.0X02 add debug interface for conversion gain switch.33 #include <linux/rk-camera-module.h>34 #include <media/media-entity.h>35 #include <media/v4l2-async.h>36 #include <media/v4l2-ctrls.h>37 #include <media/v4l2-subdev.h>38 #include <media/v4l2-fwnode.h>40 #include <linux/rk-preisp.h>[all …]
1 // SPDX-License-Identifier: GPL-2.03 * sht15.c - support for the SHT15 Temperature and Humidity Sensor5 * Portions Copyright (c) 2010-2012 Savoir-faire Linux Inc.21 #include <linux/hwmon-sysfs.h>65 * struct sht15_temppair - elements of voltage dependent temp calc74 /* Table 9 from datasheet - relates temperature calculation to supply voltage */76 { 2500000, -39400 },77 { 3000000, -39600 },78 { 3500000, -39700 },79 { 4000000, -39800 },[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later9 * (c) 2005-2006 Mauro Carvalho Chehab <mchehab@kernel.org>10 * - video_ioctl2 conversion24 #include <media/v4l2-common.h>25 #include <media/v4l2-ioctl.h>26 #include <media/v4l2-event.h>27 #include <media/drv-intf/cx2341x.h>44 /* ------------------------------------------------------------------ */48 /* defines below are from ivtv-driver.h */142 BLACKBIRD_NOTIFICATION_NO_MAILBOX = -1,[all …]
2 * Chip-specific hardware definitions for14 * <<Broadcom-WL-IPTag/Proprietary:>>48 /* This marks the start of a packed structure section. */70 #define TX_AC_BE_FIFO 1 /**< Access Category Best-Effort TX FIFO */82 #define TX_TRIG_BE_FIFO 7 /**< Access Category Best-Effort TX FIFO */114 #define TX_FIFO_MU_START 8 /* index at which MU TX FIFOs start */183 /* Select MAC_SMPL_CPTR debug data that is placed in pc<7:1> & ifs_gpio_out<8:0> GPIOs */228 #define MCMD_TSYNC (1 << 10) /**< start timestamp sync process in ucode */239 #define MI_ATIMWINEND (1 << 5) /**< end of ATIM-window (IBSS) */242 #define MI_NSPECGEN_1 (1 << 8) /**< non-specific gen-stat bits that are set by PSM */[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later9 * Rewritted from card-es1938.c source.26 * until you start doing insane things like FM emulation and surround27 * encoding. The codecs are almost always AC-97 compliant codecs, 88 #include <linux/dma-mapping.h>102 #include <media/drv-intf/tea575x.h>119 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 1-MAX */122 static int total_bufsize[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1024 };123 static int pcm_substreams_p[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 4 };124 static int pcm_substreams_c[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1 };[all …]
... d dbm, %d mW Override is %s -o -d -q -m Error: Missing ...
7 * Copyright (C) 2005-2016 Broadcom Corporation.8 * Copyright (C) 2016-2017 Broadcom Limited.14 * Copyright (C) 2000-2016 Broadcom Corporation.15 * Copyright (C) 2016-2017 Broadcom Ltd.52 #include <linux/dma-mapping.h>56 #include <linux/hwmon-sysfs.h>92 _tg3_flag(TG3_FLAG_##flag, (tp)->tg3_flags)94 _tg3_flag_set(TG3_FLAG_##flag, (tp)->tg3_flags)96 _tg3_flag_clear(TG3_FLAG_##flag, (tp)->tg3_flags)122 * and dev->tx_timeout() should be called to fix the problem[all …]