Searched +full:lite +full:- +full:on (Results 1 – 25 of 147) sorted by relevance
123456
/linux-6.12.1/Documentation/networking/ |
D | udplite.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 The UDP-Lite protocol (RFC 3828) 8 UDP-Lite is a Standards-Track IETF transport protocol whose characteristic 9 is a variable-length checksum. This has advantages for transport of multimedia 14 For in-depth information, you can consult: 16 - The UDP-Lite Homepage: 17 http://web.archive.org/web/%2E/http://www.erg.abdn.ac.uk/users/gerrit/udp-lite/ 21 - The UDP-Lite HOWTO on 22 …http://web.archive.org/web/%2E/http://www.erg.abdn.ac.uk/users/gerrit/udp-lite/files/UDP-Lite-HOWT… 24 - The Wireshark UDP-Lite WiKi (with capture files): [all …]
|
/linux-6.12.1/drivers/media/platform/samsung/exynos4-is/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 5 depends on V4L_PLATFORM_DRIVERS 6 depends on VIDEO_DEV && OF && COMMON_CLK 7 depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST 22 depends on I2C 23 depends on HAS_DMA 33 module will be called s5p-fimc. 36 tristate "S5P/EXYNOS MIPI-CSI2 receiver (MIPI-CSIS) driver" 37 depends on REGULATOR 41 This is a V4L2 driver for Samsung S5P and EXYNOS4 SoC MIPI-CSI2 [all …]
|
D | media-dev.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. 10 #include <linux/clk-provider.h> 14 #include <media/media-device.h> 15 #include <media/media-entity.h> 16 #include <media/v4l2-device.h> 17 #include <media/v4l2-subdev.h> 18 #include <media/drv-intf/exynos-fimc.h> 20 #include "fimc-core.h" 21 #include "fimc-lite.h" [all …]
|
D | media-dev.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (C) 2011 - 2013 Samsung Electronics Co., Ltd. 11 #include <linux/clk-provider.h> 26 #include <media/v4l2-async.h> 27 #include <media/v4l2-ctrls.h> 28 #include <media/v4l2-fwnode.h> 29 #include <media/media-device.h> 30 #include <media/drv-intf/exynos-fimc.h> 32 #include "media-dev.h" 33 #include "fimc-core.h" [all …]
|
D | fimc-lite-reg.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Register interface file for EXYNOS FIMC-LITE (camera interface) driver 12 #include <media/drv-intf/exynos-fimc.h> 14 #include "fimc-lite-reg.h" 15 #include "fimc-lite.h" 16 #include "fimc-core.h" 25 cfg = readl(dev->regs + FLITE_REG_CIGCTRL); in flite_hw_reset() 27 writel(cfg, dev->regs + FLITE_REG_CIGCTRL); in flite_hw_reset() 30 cfg = readl(dev->regs + FLITE_REG_CIGCTRL); in flite_hw_reset() 37 writel(cfg, dev->regs + FLITE_REG_CIGCTRL); in flite_hw_reset() [all …]
|
D | fimc-lite.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Samsung EXYNOS FIMC-LITE (camera host interface) driver 5 * Copyright (C) 2012 - 2013 Samsung Electronics Co., Ltd. 25 #include <media/v4l2-device.h> 26 #include <media/v4l2-ioctl.h> 27 #include <media/v4l2-mem2mem.h> 28 #include <media/v4l2-rect.h> 29 #include <media/videobuf2-v4l2.h> 30 #include <media/videobuf2-dma-contig.h> 31 #include <media/drv-intf/exynos-fimc.h> [all …]
|
/linux-6.12.1/arch/arm/boot/dts/samsung/ |
D | exynos5422-odroidxu3-lite.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Hardkernel Odroid XU3-Lite board device tree source 11 /dts-v1/; 12 #include "exynos5422-odroidxu3-common.dtsi" 13 #include "exynos5422-odroidxu3-audio.dtsi" 14 #include "exynos54xx-odroidxu-leds.dtsi" 17 model = "Hardkernel Odroid XU3 Lite"; 18 compatible = "hardkernel,odroid-xu3-lite", "samsung,exynos5800", "samsung,exynos5"; 34 samsung,asv-bin = <2>; 38 * Odroid XU3-Lite board uses SoC revision with lower maximum frequencies [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/memory-controllers/ |
D | rockchip,rk3399-dmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/rockchip,rk3399-dmc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Brian Norris <briannorris@chromium.org> 15 - rockchip,rk3399-dmc 17 devfreq-events: 26 clock-names: 28 - const: dmc_clk 30 operating-points-v2: true [all …]
|
/linux-6.12.1/drivers/net/ethernet/xilinx/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 20 tristate "Xilinx 10/100 Ethernet Lite support" 21 depends on HAS_IOMEM 24 This driver supports the 10/100 Ethernet Lite from Xilinx. 28 depends on HAS_IOMEM 29 depends on XILINX_DMA 36 tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver" 37 depends on HAS_IOMEM
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/light/ |
D | liteon,ltr390.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Lite-On LTR390 ALS and UV Sensor 10 The Lite-On LTR390 is an ALS (Ambient Light Sensor) and a UV sensor in a 14 … https://optoelectronics.liteon.com/upload/download/DS86-2015-0004/LTR-390UV_Final_%20DS_V1%201.pdf 17 - Anshul Dalal <anshulusr@gmail.com> 22 - liteon,ltr390 34 vdd-supply: true 37 - compatible [all …]
|
/linux-6.12.1/drivers/net/wwan/iosm/ |
D | iosm_ipc_mux_codec.h | 1 /* SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2020-21 Intel Corporation. 70 /* Size of the buffer for the IP MUX Lite data buffer. */ 89 * struct mux_cmdh - Structure of Command Header. 112 * struct mux_acbh - Structure of the Aggregated Command Block Header. 128 * struct mux_adbh - Structure of the Aggregated Data Block Header. 145 * struct mux_adth - Structure of the Aggregated Datagram Table Header. 168 * struct mux_adgh - Aggregated Datagram Header. 193 * struct mux_lite_cmdh - MUX Lite Command Header 203 * the command transaction on the given interface. [all …]
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx31-lite.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 3 // Copyright (C) 2016-2018 Vladimir Zapolskiy <vz@mleia.com> 5 /dts-v1/; 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/interrupt-controller/irq.h> 13 model = "LogicPD i.MX31 Lite"; 14 compatible = "logicpd,imx31-lite", "fsl,imx31"; 17 stdout-path = &uart1; 26 compatible = "gpio-leds"; 43 nand-bus-width = <8>; [all …]
|
D | imx6dl-kontron-samx6i-ads2.dts | 1 // SPDX-License-Identifier: GPL-2.0 OR X11 3 /dts-v1/; 6 #include "imx6qdl-kontron-samx6i.dtsi" 7 #include "imx6qdl-kontron-samx6i-ads2.dtsi" 10 model = "Kontron SMARC-sAMX6i Dual-Lite/Solo on SMARC Eval 2.0 carrier"; 11 compatible = "kontron,imx6dl-samx6i-ads2", "kontron,imx6dl-samx6i", "fsl,imx6dl";
|
/linux-6.12.1/drivers/media/rc/keymaps/ |
D | rc-kworld-plus-tv-analog.c | 1 // SPDX-License-Identifier: GPL-2.0+ 2 // kworld-plus-tv-analog.h - Keytable for kworld_plus_tv_analog Remote Controller 4 // keymap imported from ir-keymaps.c 8 #include <media/rc-map.h> 11 /* Kworld Plus TV Analog Lite PCI IR 17 { 0x16, KEY_CLOSECD }, /* -> ) */ 58 but this doesn't seem to be on some GPIO. 100 MODULE_DESCRIPTION("Kworld Plus TV Analog Lite PCI IR remote controller keytable");
|
/linux-6.12.1/include/net/ |
D | udp.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 15 * Alan Cox : Turned on udp checksums. I don't want to 34 * struct udp_skb_cb - UDP(-Lite) private variables 37 * @cscov: checksum coverage length (UDP-Lite only) 50 #define UDP_SKB_CB(__skb) ((struct udp_skb_cb *)((__skb)->cb)) 53 * struct udp_hslot - UDP hash slot 66 * struct udp_table - UDP table 68 * @hash: hash table, sockets are hashed on (local port) 69 * @hash2: hash table, sockets are hashed on (local port, local address) 85 return &table->hash[udp_hashfn(net, num, table->mask)]; in udp_hashslot() [all …]
|
/linux-6.12.1/arch/arm/boot/dts/allwinner/ |
D | sun8i-h3-orangepi-lite.dts | 4 * This file is dual-licensed: you can use it either under the terms 43 /dts-v1/; 44 #include "sun8i-h3.dtsi" 45 #include "sunxi-common-regulators.dtsi" 47 #include <dt-bindings/gpio/gpio.h> 48 #include <dt-bindings/input/input.h> 51 model = "Xunlong Orange Pi Lite"; 52 compatible = "xunlong,orangepi-lite", "allwinner,sun8i-h3"; 61 stdout-path = "serial0:115200n8"; 65 compatible = "hdmi-connector"; [all …]
|
/linux-6.12.1/drivers/media/platform/qcom/camss/ |
D | camss-csid.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * camss-csid.h 5 * Qualcomm MSM Camera Subsystem - CSID (CSI Decoder) Module 7 * Copyright (c) 2011-2014, The Linux Foundation. All rights reserved. 8 * Copyright (C) 2015-2018 Linaro Ltd. 15 #include <media/media-entity.h> 16 #include <media/v4l2-ctrls.h> 17 #include <media/v4l2-device.h> 18 #include <media/v4l2-mediabus.h> 19 #include <media/v4l2-subdev.h> [all …]
|
D | camss-vfe.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * camss-vfe.h 5 * Qualcomm MSM Camera Subsystem - VFE (Video Front End) Module 7 * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. 8 * Copyright (C) 2015-2018 Linaro Ltd. 15 #include <media/media-entity.h> 16 #include <media/v4l2-device.h> 17 #include <media/v4l2-subdev.h> 19 #include "camss-video.h" 20 #include "camss-vfe-gen1.h" [all …]
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | platform-cardlist.rst | 1 .. SPDX-License-Identifier: GPL-2.0 6 There are several drivers that are focused on providing support for 9 drivers, and are very popular on embedded devices. 17 am437x-vpfe TI AM437x VPFE 18 aspeed-video Aspeed AST2400 and AST2500 19 atmel-isc ATMEL Image Sensor Controller (ISC) 20 atmel-isi ATMEL Image Sensor Interface (ISI) 24 cdns-csi2rx Cadence MIPI-CSI2 RX Controller 25 cdns-csi2tx Cadence MIPI-CSI2 TX Controller 26 coda-vpu Chips&Media Coda multi-standard codec IP [all …]
|
D | bt8xx.rst | 1 .. SPDX-License-Identifier: GPL-2.0 16 ------------------- 21 Please see Documentation/admin-guide/media/bttv-cardlist.rst for a complete 22 list of Cards based on the Conexant Bt8xx PCI bridge supported by the 28 ./scripts/config -e PCI 29 ./scripts/config -e INPUT 30 ./scripts/config -m I2C 31 ./scripts/config -m MEDIA_SUPPORT 32 ./scripts/config -e MEDIA_PCI_SUPPORT 33 ./scripts/config -e MEDIA_ANALOG_TV_SUPPORT [all …]
|
/linux-6.12.1/drivers/net/ethernet/broadcom/ |
D | bcmsysport.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 28 /* HW supports 40-bit addressing hence the */ 108 /* Level-2 Interrupt controller offsets and defines */ 118 /* Level-2 instance 0 interrupt bits */ 132 /* SYSTEMPORT Lite groups the TX queues interrupts on instance 0 */ 189 /* SYSTEMPORT Lite uses two bits here */ 230 /* These offsets are valid for SYSTEMPORT and SYSTEMPORT Lite */ 242 /* Only valid on SYSTEMPORT Lite */ 329 #define TDMA_PORT_SIZE DESC_SIZE /* two 32-bits words */ 425 /* Uses 2 bits on SYSTEMPORT Lite and shifts everything by 1 bit, we [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/samsung/ |
D | samsung-boards.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/arm/samsung/samsung-boards.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 17 - description: S3C2416 based boards 19 - enum: 20 - samsung,smdk2416 # Samsung SMDK2416 21 - const: samsung,s3c2416 23 - description: S3C6410 based boards [all …]
|
/linux-6.12.1/drivers/media/pci/bt8xx/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 4 depends on PCI && I2C && VIDEO_DEV 7 depends on RC_CORE 8 depends on MEDIA_RADIO_SUPPORT 20 <file:Documentation/admin-guide/media/bttv.rst> for more information. 27 depends on DVB_CORE && PCI && I2C && VIDEO_BT848 37 Support for PCI cards based on the Bt8xx PCI bridge. Examples are 39 the pcHDTV HD2000 cards, the DViCO FusionHDTV Lite cards, and 44 an external software decoder to watch TV on your computer.
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | fsl.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Shawn Guo <shawnguo@kernel.org> 17 - description: i.MX1 based Boards 19 - enum: 20 - armadeus,imx1-apf9328 21 - fsl,imx1ads 22 - const: fsl,imx1 24 - description: i.MX23 based Boards [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | btusb.txt | 2 --------------------------------------------------- 6 - compatible : should comply with the format "usbVID,PID" specified in 7 Documentation/devicetree/bindings/usb/usb-device.yaml 13 "usb4ca,301a" (Qualcomm QCA6174A (Lite-On)) 17 Documentation/devicetree/bindings/net/marvell-bt-8xxx.txt 21 - interrupt-names: (see below) 22 - interrupts : The interrupt specified by the name "wakeup" is the interrupt 23 that shall be used for out-of-band wake-on-bt. Driver will 31 Following example uses irq pin number 3 of gpio0 for out of band wake-on-bt: 34 #address-cells = <1>; [all …]
|
123456