/linux/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | panel-sony-acx565akm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 * Based on panel-generic.c by Tomi Valkeinen <tomi.valkeinen@nokia.com> 65 int enabled; member 111 BUG_ON(ddata->spi == NULL); in acx565akm_transfer() 119 x->tx_buf = &cmd; in acx565akm_transfer() 120 x->bits_per_word = 9; in acx565akm_transfer() 121 x->len = 2; in acx565akm_transfer() 129 x->bits_per_word = 10; in acx565akm_transfer() 136 x->tx_buf = wbuf; in acx565akm_transfer() 137 x->len = wlen; in acx565akm_transfer() [all …]
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 15 can also be enabled by setting CONFIG_DYNAMIC_DEBUG and then setting 46 OMAP Video Encoder support for S-Video and composite TV-out. 67 bool "SDI support" 69 SDI (Serial Display Interface) support. 71 SDI is a high speed one-way display serial bus between the host 79 DSI is a high speed half-duplex serial interface between the host 110 This option enables the sleep, and is enabled by default. You can
|
/linux/drivers/gpu/drm/omapdrm/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 25 can also be enabled by setting CONFIG_DYNAMIC_DEBUG and then setting 58 OMAP Video Encoder support for S-Video and composite TV-out. 88 bool "SDI support" 91 SDI (Serial Display Interface) support. 93 SDI is a high speed one-way display serial bus between the host 103 DSI is a high speed half-duplex serial interface between the host 134 This option enables the sleep, and is enabled by default. You can
|
/linux/Documentation/iio/ |
H A D | ad4000.rst | 1 .. SPDX-License-Identifier: GPL-2.0-only 41 * `AD7988-1 <https://www.analog.com/AD7988-1>`_ 42 * `AD7988-5 <https://www.analog.com/AD7988-5>`_ 45 ------------------ 50 CS mode, 3-wire turbo mode 53 Datasheet "3-wire" mode is what most resembles standard SPI connection which, 56 "CS Mode, 3-Wire Turbo Mode" connection in datasheets. 57 NOTE: The datasheet definition of 3-wire mode for the AD4000 series is NOT the 58 same of standard spi-3wire mode. 62 Omit the ``adi,sdi-pin`` property in device tree to select this mode. [all …]
|
H A D | ad7606.rst | 1 .. SPDX-License-Identifier: GPL-2.0-only 24 ---------------- 30 ------------------ 33 .. code-block:: 35 +-------------+ +-------------+ 36 | BUSY |-------->| TRIGGER | 37 | CS |<--------| CS | 41 | SDI |<--------| SDO | 42 | DOUTA |-------->| SDI | 43 | SCLK |<--------| SCLK | [all …]
|
/linux/drivers/iio/adc/ |
H A D | ad4000.c | 1 // SPDX-License-Identifier: GPL-2.0+ 25 #include <linux/iio/buffer-dmaengine.h> 57 .shift = (_offl ? 0 : _storage_bits - _real_bits), \ 95 .shift = (_offl ? 0 : _storage_bits - _real_bits), \ 122 /* maps adi,sdi-pin property value to enum */ 124 [AD4000_SDI_MOSI] = "sdi", 167 /* AD7946, AD7686, AD7688, AD7988-5, AD7693 */ 191 /* AD7988-1 */ 475 .dev_name = "ad7988-1", 483 .dev_name = "ad7988-5", [all …]
|
/linux/drivers/comedi/drivers/ |
H A D | adl_pci7x3x.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * COMEDI driver for the ADLINK PCI-723x/743x series boards. 11 * COMEDI - Linux Control and Measurement Device Interface 17 * Description: 32/64-Channel Isolated Digital I/O Boards 18 * Devices: [ADLink] PCI-7230 (adl_pci7230), PCI-7233 (adl_pci7233), 19 * PCI-7234 (adl_pci7234), PCI-7432 (adl_pci7432), PCI-7433 (adl_pci7433), 20 * PCI-7434 (adl_pci7434) 23 * Status: works (tested on PCI-7230) 29 * PCI-7230 - 4 subdevices: 0 - 16 input, 1 - 16 output, 30 * 2 - IRQ_IDI0, 3 - IRQ_IDI1 [all …]
|
/linux/drivers/media/spi/ |
H A D | gs1662.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (C) 2015-2016 Nexvision 6 * Author: Charles-Antoine Couret <charles-antoine.couret@nexvision.fr> 19 #include <media/v4l2-common.h> 20 #include <media/v4l2-ctrls.h> 21 #include <media/v4l2-device.h> 22 #include <media/v4l2-subdev.h> 23 #include <media/v4l2-dv-timings.h> 24 #include <linux/v4l2-dv-timings.h> 50 int enabled; member [all …]
|
/linux/arch/arm/mach-omap2/ |
H A D | display.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/ 63 .id = -1, 91 return -ENODEV; in omap4_dsi_mux_pads() 170 return -ENODEV; in omapdss_init_fbdev() 212 "ti,omap2-dss", 213 "ti,omap3-dss", 214 "ti,omap4-dss", 215 "ti,omap5-dss", 216 "ti,dra7-dss", [all …]
|
/linux/sound/hda/common/ |
H A D | proc.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 17 static int dump_coef = -1; 19 MODULE_PARM_DESC(dump_coef, "Dump processing coefficients in codec proc file (-1=auto, 0=disable, 1=enable)"); 23 snd_hdac_read_parm_uncached(&(codec)->core, nid, parm) 38 if (wid_value == -1) in get_wid_type_name() 52 struct hda_nid_item *items = array->lis in print_nid_array() 461 int sdi = snd_hda_codec_read(codec, nid, 0, print_audio_io() local [all...] |
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | adi,ad7606.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <michael.hennerich@analog.com> 14 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7605-4.pdf 15 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606_7606-6_7606-4.pdf 16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7606B.pdf 17 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606c-16.pdf 18 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606c-18.pdf 19 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7607.pdf [all …]
|
/linux/Documentation/arch/arm/omap/ |
H A D | dss.rst | 7 TV-out and multiple display support, but there are lots of small improvements 10 The DSS2 driver (omapdss module) is in arch/arm/plat-omap/dss/, and the FB, 15 -------- 19 - MIPI DPI (parallel) output 20 - MIPI DSI output in command mode 21 - MIPI DBI (RFBI) output 22 - SDI output 23 - TV output 24 - All pieces can be compiled as a module or inside kernel 25 - Use DISPC to update any of the outputs [all …]
|
/linux/sound/soc/rockchip/ |
H A D | rockchip_sai.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * ALSA SoC Audio Layer - Rockchip SAI Controller driver 24 #define DRV_NAME "rockchip-sai" 56 unsigned int sdi[MAX_LANES]; member 78 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK && in rockchip_sai_stream_valid() 79 sai->has_playback) in rockchip_sai_stream_valid() 82 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE && in rockchip_sai_stream_valid() 83 sai->has_capture) in rockchip_sai_stream_valid() 93 if (sai->is_master_mode || sai->version < SAI_VER_2311) in rockchip_sai_fsync_lost_detect() 96 regmap_read(sai->regmap, SAI_FSCR, &fw); in rockchip_sai_fsync_lost_detect() [all …]
|
/linux/Documentation/admin-guide/media/ |
H A D | bttv.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 ---------------------- 12 ./scripts/config -e PCI 13 ./scripts/config -m I2C 14 ./scripts/config -m INPUT 15 ./scripts/config -m MEDIA_SUPPORT 16 ./scripts/config -e MEDIA_PCI_SUPPORT 17 ./scripts/config -e MEDIA_ANALOG_TV_SUPPORT 18 ./scripts/config -e MEDIA_DIGITAL_TV_SUPPORT 19 ./scripts/config -e MEDIA_RADIO_SUPPORT [all …]
|
/linux/drivers/usb/core/ |
H A D | quirks.c | 1 // SPDX-License-Identifier: GPL-2.0 6 * Copyright (c) 2007 Greg Kroah-Hartman <gregkh@suse.de> 38 return -ENOMEM; in quirks_param_set() 70 return -ENOMEM; in quirks_param_set() 193 /* CBM - Flash disk */ 220 /* Microsoft LifeCam-VX700 v2.0 */ 226 /* Cherry Stream G230 2.0 (G85-231) and 3.0 (G85-232) */ 233 /* Logitech HD Pro Webcams C920, C920-C, C922, C925e and C930e */ 268 /* Logitech Harmony 700-series */ 294 /* Samsung Android phone modem - ID conflict with SPH-I500 */ [all …]
|
/linux/drivers/bus/ |
H A D | ti-sysc.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * ti-sysc.c - Texas Instruments sysc interconnect target driver 8 * Copyright (C) 2017-2024 Texas Instruments Incorporated - https://www.ti.com/ 13 * Copyright (C) 2009-2011 Nokia Corporation 14 * Copyright (C) 2011-2021 Texas Instruments Incorporated - https://www.ti.com/ 35 #include <linux/platform_data/ti-sysc.h> 37 #include <dt-bindings/bus/ti-sysc.h> 107 * struct sysc - TI sysc interconnect target module registers and capabilities 113 * @mdata: ti-sysc to hwmod translation data for a module 126 * @enabled: sysc runtime enabled status [all …]
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-n900.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Copyright (C) 2013-2014 Aaro Koskinen <aaro.koskinen@iki.fi> 7 /dts-v1/; 10 #include <dt-bindings/input/input.h> 11 #include <dt-bindings/leds/common.h> 12 #include <dt-bindings/media/video-interfaces.h> 15 * Default secure signed bootloader (Nokia X-Loader) does not enable L3 firewall 17 * blocks then kernel receive "Unhandled fault: external abort on non-linefetch" 18 * and crash. Until somebody fix omap-aes.c and omap_hwmod_3xxx_data.c code (no 34 compatible = "nokia,omap3-n900", "ti,omap3430", "ti,omap3"; [all …]
|