| /OK3568_Linux_fs/kernel/sound/soc/pxa/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 4 depends on ARCH_PXA || COMPILE_TEST 7 Say Y or M if you want to add support for codecs attached to 31 depends on PLAT_PXA 37 depends on ARCH_MMP 41 Say Y if you want to add support for codecs attached to 45 tristate "SoC Audio support for Sharp Zaurus SL-C7x0" 46 depends on SND_PXA2XX_SOC && PXA_SHARP_C7xx && I2C 50 Say Y if you want to add support for SoC audio on Sharp 51 Zaurus SL-C7x0 models (Corgi, Shepherd, Husky). [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/tegra/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 tristate "SoC Audio for the Tegra System-on-Chip" 4 depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST 5 depends on COMMON_CLK 6 depends on RESET_CONTROLLER 10 Say Y or M here if you want support for SoC audio on Tegra. 14 depends on SND_SOC_TEGRA 18 Say Y or M if you want to add support for codecs attached to the 24 depends on SND_SOC_TEGRA 26 Say Y or M if you want to add support for the Tegra20 DAS module. [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 4 depends on COMPILE_TEST || ARCH_ROCKCHIP 6 Say Y or M if you want to add support for codecs attached to 12 depends on SND_SOC_ROCKCHIP 14 Say Y or M if you want to add support for DLP driver for 15 Rockchip DMA-Based Digital Loopback. 19 depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP 22 Say Y or M if you want to add support for I2S driver for 28 depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP 31 Say Y or M if you want to add support for I2S/TDM driver for [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/tc-tests/actions/ |
| H A D | nat.json | 4 "name": "Add nat action on ingress with default control action", 17 "cmdUnderTest": "$TC actions add action nat ingress 192.168.1.1 200.200.200.1", 20 "matchPattern": "action order [0-9]+: nat ingress 192.168.1.1/32 200.200.200.1 pass", 28 "name": "Add nat action on ingress with pipe control action", 41 "cmdUnderTest": "$TC actions add action nat ingress 1.1.1.1 2.2.2.1 pipe index 77", 44 "matchPattern": "action order [0-9]+: nat ingress 1.1.1.1/32 2.2.2.1 pipe.*index 77 ref", 52 "name": "Add nat action on ingress with continue control action", 65 …"cmdUnderTest": "$TC actions add action nat ingress 192.168.10.10 192.168.20.20 continue index 100… 68 …"matchPattern": "action order [0-9]+: nat ingress 192.168.10.10/32 192.168.20.20 continue.*index … 76 "name": "Add nat action on ingress with reclassify control action", [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/fsl/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 8 depends on HAS_DMA 12 Say Y if you want to add Asynchronous Sample Rate Converter (ASRC) 14 This option is only useful for out-of-tree drivers since 15 in-tree drivers select it automatically. 23 Say Y if you want to add Synchronous Audio Interface (SAI) 25 This option is only useful for out-of-tree drivers since 26 in-tree drivers select it automatically. 30 depends on SND_SOC_FSL_SAI 33 Say Y if you want to add Medium Quality Sound (MQS) [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/atmel/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 tristate "SoC Audio for the Atmel System-on-Chip" 4 depends on HAS_IOMEM 6 Say Y or M if you want to add support for codecs attached to 26 depends on ATMEL_SSC 30 Say Y or M if you want to add support for Atmel SSC interface 31 in PDC mode configured using audio-graph-card in device-tree. 35 depends on ATMEL_SSC 39 Say Y or M if you want to add support for Atmel SSC interface 40 in DMA mode configured using audio-graph-card in device-tree. [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
| H A D | fifo.json | 4 "name": "Add bfifo qdisc with system default parameters on egress", 11 "$IP link add dev $DUMMY type dummy || /bin/true" 13 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root bfifo", 16 "matchPattern": "qdisc bfifo 1: root.*limit [0-9]+b", 25 "name": "Add pfifo qdisc with system default parameters on egress", 32 "$IP link add dev $DUMMY type dummy || /bin/true" 34 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root pfifo", 37 "matchPattern": "qdisc pfifo 1: root.*limit [0-9]+p", 46 … "name": "Add bfifo qdisc with system default parameters on egress with handle of maximum value", 52 "$IP link add dev $DUMMY type dummy || /bin/true" [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_drv.h | 1 /* radeon_drv.h -- Private header for radeon driver -*- linux-c -*- 51 * 1.1 - ?? 52 * 1.2 - Add vertex2 ioctl (keith) 53 * - Add stencil capability to clear ioctl (gareth, keith) 54 * - Increase MAX_TEXTURE_LEVELS (brian) 55 * 1.3 - Add cmdbuf ioctl (keith) 56 * - Add support for new radeon packets (keith) 57 * - Add getparam ioctl (keith) 58 * - Add flip-buffers ioctl, deprecate fullscreen foo (keith). 59 * 1.4 - Add scratch registers to get_param ioctl. [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/ |
| H A D | tc_flower.sh | 2 # SPDX-License-Identifier: GPL-2.0 26 tc qdisc add dev $h2 clsact 41 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \ 43 tc filter add dev $h2 ingress protocol ip pref 2 handle 102 flower \ 46 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac -A 192.0.2.1 -B 192.0.2.2 \ 47 -t ip -q 50 check_fail $? "Matched on a wrong filter" 53 check_err $? "Did not match on correct filter" 67 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \ 69 tc filter add dev $h2 ingress protocol ip pref 2 handle 102 flower \ [all …]
|
| H A D | router_multicast.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 # +------------------+ 9 # +-------------|----+ 11 # +-------------|-------------------------------+ 20 # +--------------|--------------------------|---+ 23 # +--------------|---+ +--------------|---+ 28 # +------------------+ +------------------+ 44 ip route add 198.51.100.16/28 vrf v$h1 nexthop via 198.51.100.1 45 ip route add 198.51.100.32/28 vrf v$h1 nexthop via 198.51.100.1 47 ip route add 2001:db8:2::/64 vrf v$h1 nexthop via 2001:db8:1::1 [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/ti/ |
| H A D | cpsw_switchdev.rst | 1 .. SPDX-License-Identifier: GPL-2.0 12 On older udev versions renaming of ethX to swXpY will not be automatically 17 ip -d link show dev sw0p1 | grep switchid 19 SUBSYSTEM=="net", ACTION=="add", ATTR{phys_switch_id}==<switchid>, \ 26 - The new (cpsw_new.c) driver is operating in dual-emac mode by default, thus 30 - optimized promiscuous mode: The P0_UNI_FLOOD (both ports) is enabled in 36 - learning disabled on ports as it make not too much sense for 37 segregated ports - no forwarding in HW. 38 - enabled basic support for devlink. 47 name switch_mode type driver-specific [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ |
| H A D | RkAiqVersion.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 11 * distributed under the License is distributed on an "AS IS" BASIS, 23 * - initial version, support HDR 24 * - optimized tnr,nr in low light condition 25 * - optimized imx347 iq 26 * - FEC,ORB,LDCH not enabled 27 * - set compile optimized level to Os 29 * - optimize nr quality under low light 30 * - optimize hdr image quality 31 * - fix circular flicker of image luma [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | rtnetlink.sh | 2 # SPDX-License-Identifier: GPL-2.0 69 ip addr add dev $swp1 192.0.2.1/28 77 ip addr add dev $swp2 192.0.2.2/28 &>/dev/null 79 ip addr add dev $swp2 192.0.2.2/28 2>&1 >/dev/null \ 80 | grep -q mlxsw_spectrum 85 ip addr add dev $swp2 192.0.2.2/28 &>/dev/null 93 | grep -q mlxsw_spectrum 96 log_test "RIF - bad MAC change" 107 # Test that it is possible to set an IP address on a VRF upper despite 111 ip link add name vrf-test type vrf table 10 [all …]
|
| H A D | tc_restrictions.sh | 2 # SPDX-License-Identifier: GPL-2.0 38 # It is forbidden in mlxsw driver to have mixed-bound 41 tc qdisc add dev $swp1 ingress_block 22 clsact 44 tc filter add block 22 protocol ip pref 1 handle 101 flower \ 46 check_err $? "Failed to add drop rule to ingress bound block" 48 tc qdisc add dev $swp2 ingress_block 22 clsact 53 tc qdisc add dev $swp2 egress_block 22 clsact 58 tc qdisc add dev $swp2 egress_block 22 clsact 61 tc filter add block 22 protocol ip pref 1 handle 101 flower \ 63 check_fail $? "Incorrect success to add drop rule to mixed bound block" [all …]
|
| /OK3568_Linux_fs/tools/linux/Linux_Upgrade_Tool/Linux_Upgrade_Tool/ |
| H A D | revision.txt | 2 1.add grow_align to specify if align on grow partition 8 1.add jffs image download support 9 2.add force_data_band config 12 1.add sfi command to print loader and firmware info 13 2.add exf command to extract firmware or loader 19 1.fix sparse size larger than 4g bug on computing total size 20 2.add stdout buffer config 23 1.fix chunk data size bug on writing sparse 27 1.fix multi-storage firmware compatible bug 30 1.fix upgrade multi-storage firmware bug [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/ti/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 depends on DMA_OMAP || TI_EDMA || TI_K3_UDMA || COMPILE_TEST 20 depends on ARCH_DAVINCI || COMPILE_TEST 35 - daVinci devices 36 - Sitara line of SoCs (AM335x, AM438x, etc) 37 - DRA7x devices 38 - Keystone devices 39 - K3 devices (am654, j721e) 43 depends on ARCH_DAVINCI || COMPILE_TEST 50 depends on ARCH_OMAP4 || SOC_OMAP5 || COMPILE_TEST [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/spi/ |
| H A D | Kconfig | 5 depends on DM && DM_SPI 11 supported by U-Boot. The uclass interface is defined in 20 depends on SANDBOX && DM_SPI_FLASH 26 stored in a file on the host filesystem. 40 depends on SPI_FLASH || DM_SPI_FLASH 45 flash is present on the system. 48 int "SPI Flash default Chip-select" 49 depends on SPI_FLASH || DM_SPI_FLASH 54 flash is present on the system. 58 depends on SPI_FLASH || DM_SPI_FLASH [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/samsung/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 4 depends on PLAT_SAMSUNG || ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST 5 depends on COMMON_CLK 8 Say Y or M if you want to add support for codecs attached to 36 depends on MACH_NEO1973_GTA02 46 depends on MACH_JIVE && I2C 50 Say Y if you want to add support for SoC audio on the Jive. 53 tristate "SoC I2S Audio support for WM8580 on SMDK" 54 depends on MACH_SMDK6410 || COMPILE_TEST 55 depends on I2C [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | fib_tests.sh | 2 # SPDX-License-Identifier: GPL-2.0 8 # Kselftest framework requirement - SKIP code is 4. 11 # all tests in this script. Can be overridden with -t option 17 IP="ip -netns ns1" 28 if [ ${rc} -eq ${expected} ]; then 29 printf " TEST: %-60s [ OK ]\n" "${msg}" 34 printf " TEST: %-60s [FAIL]\n" "${msg}" 53 set -e 54 ip netns add ns1 57 ip netns exec ns1 sysctl -qw net.ipv4.ip_forward=1 [all …]
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | ChangeLog | 2 Copyright 2008-2009 Andrej Stepanchuk; Distributed under the GPL v2 3 Copyright 2009-2015 Howard Chu 8 - add NetStream.Authenticate.UsherToken for Justin.tv 11 - add RTMPE type 9 handshake support 14 - fix RC4 cleanup for GnuTLS/gcrypt 15 - declare RTMP_Write buf as const 16 - cleanup Makefile 17 - replace all use of bool with int 18 - add RTMP_Socket() and RTMP_Pause() APIs 19 - add ping/pong message handling [all …]
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | changelog | 1 xorg-server (2:1.20.11-1) unstable; urgency=medium 4 - CVE-2021-3472 5 * Add signing key for Matt Turner. 7 -- Timo Aaltonen <tjaalton@debian.org> Tue, 13 Apr 2021 19:07:31 +0300 9 xorg-server (2:1.20.10-3) unstable; urgency=medium 12 * Drop workaround for mips* FTBFS added in 2:1.20.10-1, shouldn't be 13 necessary anymore with the change in 2:1.20.10-2. 16 * Recommend default-logind | logind rather than libpam-systemd in 17 xserver-xorg-core (Closes: #923198). 18 * Use mktemp rather than tempfile in xserver-xorg-legacy.postinst [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | version.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 #include <linux/rk-isp21-config.h> 23 * 2. fix picture of hdr is abnormal in multi-visual isp when run second time 26 * 5. add cru reset for rv1126 29 * 1. add more clk rate for rv1126 30 * 2. support hal to control hdrtmo on/off 34 * 1. add proc fs 35 * 2. add iq part information to procfs 48 * 1. add monitor to restart if abnormal 49 * 2. isp/ispp procfs add work info [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/dsa/ |
| H A D | configuration.rst | 1 .. SPDX-License-Identifier: GPL-2.0 10 .. _dsa-config-showcases: 13 ----------------------- 37 The slave interfaces depend on the master interface. They can only brought up, 61 * lan1: 192.0.2.1/30 (192.0.2.0 - 192.0.2.3) 62 * lan2: 192.0.2.5/30 (192.0.2.4 - 192.0.2.7) 63 * lan3: 192.0.2.9/30 (192.0.2.8 - 192.0.2.11) 66 * br0: 192.0.2.129/25 (192.0.2.128 - 192.0.2.255) 69 * br0: 192.0.2.129/25 (192.0.2.128 - 192.0.2.255) 70 * wan: 192.0.2.1/30 (192.0.2.0 - 192.0.2.3) [all …]
|
| H A D | b53.rst | 1 .. SPDX-License-Identifier: GPL-2.0 17 DSA driver; see ``Documentation/networking/dsa/dsa.rst`` for details on the 20 The switch is, if possible, configured to enable a Broadcom specific 4-bytes 26 The configuration of the device depends on whether or not tagging is 30 configuration described in the :ref:`dsa-config-showcases`. 33 ---------------------------------- 38 See :ref:`dsa-tagged-configuration`. 41 ------------------------------------- 48 The configuration slightly differ from the :ref:`dsa-vlan-configuration`. 54 In difference to the configuration described in :ref:`dsa-vlan-configuration` [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fuse.h | 1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause) */ 4 Copyright (C) 2001-2008 Miklos Szeredi <miklos@szeredi.hu> 9 This -- and only this -- header file may also be distributed under 12 Copyright (C) 2001-2007 Miklos Szeredi. All rights reserved. 30 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 42 * - add the following messages: 48 * - add padding to messages to accommodate 32-bit servers on 64-bit kernels 51 * - add FOPEN_DIRECT_IO and FOPEN_KEEP_CACHE flags 52 * - add FUSE_FSYNCDIR message 55 * - add FUSE_ACCESS message [all …]
|