/linux-6.14.4/drivers/video/fbdev/omap2/omapfb/dss/ |
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-6.14.4/drivers/video/fbdev/omap2/omapfb/displays/ |
D | panel-sony-acx565akm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 * Based on panel-generic.c by Tomi Valkeinen <[email protected]> 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-6.14.4/drivers/gpu/drm/omapdrm/ |
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-6.14.4/Documentation/devicetree/bindings/iio/adc/ |
D | adi,ad7944.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <[email protected]> 11 - Nuno Sá <[email protected]> 14 A family of pin-compatible single channel differential analog to digital 21 $ref: /schemas/spi/spi-peripheral-props.yaml# 26 - adi,ad7944 27 - adi,ad7985 28 - adi,ad7986 [all …]
|
D | adi,ad7606.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <[email protected]> 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-6.14.4/Documentation/devicetree/bindings/firmware/ |
D | qcom,scm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 16 - Bjorn Andersson <[email protected]> 17 - Robert Marko <[email protected]> 18 - Guru Das Srinagesh <[email protected]> 23 - enum: 24 - qcom,scm-apq8064 25 - qcom,scm-apq8084 26 - qcom,scm-ipq4019 [all …]
|
/linux-6.14.4/drivers/iio/adc/ |
D | ad4000.c | 1 // SPDX-License-Identifier: GPL-2.0+ 53 .shift = _storage_bits - _real_bits, \ 82 .shift = _storage_bits - _real_bits, \ 108 /* maps adi,sdi-pin property value to enum */ 110 [AD4000_SDI_MOSI] = "sdi", 153 /* AD7946, AD7686, AD7688, AD7988-5, AD7693 */ 177 /* AD7988-1 */ 384 .dev_name = "ad7988-1", 390 .dev_name = "ad7988-5", 434 if (chan->scan_type.sign == 's') in ad4000_fill_scale_tbl() [all …]
|
/linux-6.14.4/drivers/comedi/drivers/ |
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-6.14.4/drivers/media/spi/ |
D | gs1662.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (C) 2015-2016 Nexvision 6 * Author: Charles-Antoine Couret <charles-[email protected]> 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-6.14.4/arch/arm/mach-omap2/ |
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-6.14.4/Documentation/arch/arm/omap/ |
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-6.14.4/sound/pci/hda/ |
D | hda_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… 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->list, *item; in print_nid_array() 54 for (i = 0; i < array->used; i++) { in print_nid_array() 56 if (item->nid == nid) { in print_nid_array() 57 kctl = item->kctl; in print_nid_array() 60 kctl->id.name, kctl->id.index + item->index, in print_nid_array() [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/qcom/ |
D | ipq5018.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause 8 #include <dt-bindings/clock/qcom,apss-ipq.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/clock/qcom,gcc-ipq5018.h> 11 #include <dt-bindings/reset/qcom,gcc-ipq5018.h> 14 interrupt-parent = <&intc>; 15 #address-cells = <2>; 16 #size-cells = <2>; 19 sleep_clk: sleep-clk { 20 compatible = "fixed-clock"; [all …]
|
/linux-6.14.4/Documentation/admin-guide/media/ |
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-6.14.4/drivers/firmware/qcom/ |
D | qcom_scm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include <linux/arm-smccc.h> 13 #include <linux/dma-mapping.h> 29 #include <linux/reset-controller.h> 70 * struct qcom_scm_qseecom_resp - QSEECOM SCM call response. 153 ret = clk_prepare_enable(__scm->core_clk); in qcom_scm_clk_enable() 157 ret = clk_prepare_enable(__scm->iface_clk); in qcom_scm_clk_enable() 161 ret = clk_prepare_enable(__scm->bus_clk); in qcom_scm_clk_enable() 168 clk_disable_unprepare(__scm->iface_clk); in qcom_scm_clk_enable() 170 clk_disable_unprepare(__scm->core_clk); in qcom_scm_clk_enable() [all …]
|
/linux-6.14.4/drivers/usb/core/ |
D | quirks.c | 1 // SPDX-License-Identifier: GPL-2.0 6 * Copyright (c) 2007 Greg Kroah-Hartman <[email protected]> 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) */ 232 /* Logitech HD Pro Webcams C920, C920-C, C922, C925e and C930e */ 267 /* Logitech Harmony 700-series */ 293 /* Samsung Android phone modem - ID conflict with SPH-I500 */ [all …]
|
/linux-6.14.4/arch/powerpc/xmon/ |
D | xmon.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (C) 1996-2005 Paul Mackerras. 53 #include <asm/text-patching.h> 65 #include "dis-asm.h" 105 int enabled; member 109 /* Bits in bpt.enabled */ 119 #define BP_NUM(bp) ((bp) - bpts + 1) 214 static const char *xmon_ro_msg = "Operation disabled: xmon in read-only mode\n"; 280 sdi # disassemble spu local store for spu # (in hex)\n" 319 printf("xmon: Read-only due to kernel lockdown\n"); in xmon_is_locked_down() [all …]
|
/linux-6.14.4/drivers/bus/ |
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-6.14.4/arch/arm/boot/dts/ti/omap/ |
D | omap3-n900.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Copyright (C) 2013-2014 Aaro Koskinen <[email protected]> 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 …]
|
/linux-6.14.4/drivers/gpu/drm/i915/display/ |
D | intel_hdmi.c | 3 * Copyright © 2006-2009 Intel Corporation 44 #include <media/cec-notifier.h> 76 drm_WARN(display->drm, in assert_hdmi_port_disabled() 77 intel_de_read(display, intel_hdmi->hdmi_reg) & enabled_bits, in assert_hdmi_port_disabled() 78 "HDMI port enabled, expecting disabled\n"); in assert_hdmi_port_disabled() 85 drm_WARN(display->drm, in assert_hdmi_transcoder_func_disabled() 88 "HDMI transcoder function enabled, expecting disabled\n"); in assert_hdmi_transcoder_func_disabled() 219 drm_WARN(display->drm, !(val & VIDEO_DIP_ENABLE), in g4x_write_infoframe() 270 if ((val & VIDEO_DIP_PORT_MASK) != VIDEO_DIP_PORT(encoder->port)) in g4x_infoframes_enabled() 284 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in ibx_write_infoframe() [all …]
|