Home
last modified time | relevance | path

Searched +full:add +full:- +full:on (Results 1 – 25 of 1076) sorted by relevance

12345678910>>...44

/linux/sound/soc/tegra/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
5 tristate "SoC Audio for the Tegra System-on-Chip"
6 depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST
7 depends on COMMON_CLK
8 depends on RESET_CONTROLLER
12 Say Y or M here if you want support for SoC audio on Tegra.
21 Say Y or M if you want to add support for codecs attached to the
28 Say Y or M if you want to add support for the Tegra20 DAS module.
36 Say Y or M if you want to add support for codecs attached to the
43 Say Y or M if you want to add support for the Tegra20 SPDIF interface.
[all …]
/linux/sound/soc/fsl/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
8 depends on HAS_DMA
15 Say Y if you want to add Asynchronous Sample Rate Converter (ASRC)
17 This option is only useful for out-of-tree drivers since
18 in-tree drivers select it automatically.
27 Say Y if you want to add Synchronous Audio Interface (SAI)
29 This option is only useful for out-of-tree drivers since
30 in-tree drivers select it automatically.
34 depends on SND_SOC_FSL_SAI
35 depends on IMX_SCMI_MISC_DRV || !IMX_SCMI_MISC_DRV
[all …]
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dq_in_q_veto.sh2 # SPDX-License-Identifier: GPL-2.0
49 ip link add dev br0 type bridge vlan_filtering 1 \
56 ip link add name br0.100 link br0 type vlan \
58 check_fail $? "$netdev_proto vlan upper creation on top of an $bridge_proto bridge not rejected"
60 ip link add name br0.100 link br0 type vlan \
62 | grep -q mlxsw_spectrum
63 …check_err $? "$netdev_proto vlan upper creation on top of an $bridge_proto bridge rejected without…
65 log_test "create $netdev_proto vlan upper on top $bridge_proto bridge"
74 ip link add name $swp1.100 link $swp1 type vlan \
76 check_fail $? "802.1ad vlan upper creation on top of a front panel not rejected"
[all …]
H A Dtc_restrictions.sh2 # SPDX-License-Identifier: GPL-2.0
41 # It is forbidden in mlxsw driver to have mixed-bound
44 tc qdisc add dev $swp1 ingress_block 22 clsact
47 tc filter add block 22 protocol ip pref 1 handle 101 flower \
49 check_err $? "Failed to add drop rule to ingress bound block"
51 tc qdisc add dev $swp2 ingress_block 22 clsact
56 tc qdisc add dev $swp2 egress_block 22 clsact
61 tc qdisc add dev $swp2 egress_block 22 clsact
64 tc filter add block 22 protocol ip pref 1 handle 101 flower \
66 check_fail $? "Incorrect success to add drop rule to mixed bound block"
[all …]
/linux/tools/testing/selftests/net/forwarding/
H A Dtc_flower.sh2 # SPDX-License-Identifier: GPL-2.0
29 tc qdisc add dev $h2 clsact
44 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
46 tc filter add dev $h2 ingress protocol ip pref 2 handle 102 flower \
49 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac -A 192.0.2.1 -B 192.0.2.2 \
50 -t ip -q
53 check_fail $? "Matched on a wrong filter"
56 check_fail $? "Did not match on correct filter"
70 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
72 tc filter add dev $h2 ingress protocol ip pref 2 handle 102 flower \
[all …]
H A Drouter_multicast.sh2 # SPDX-License-Identifier: GPL-2.0
4 # +------------------+
9 # +-------------|----+
11 # +-------------|-------------------------------+
20 # +--------------|--------------------------|---+
23 # +--------------|---+ +--------------|---+
28 # +------------------+ +------------------+
40 ip route add 198.51.100.16/28 vrf v$h1 nexthop via 198.51.100.1
41 ip route add 198.51.100.32/28 vrf v$h1 nexthop via 198.51.100.1
43 ip route add 2001:db8:2::/64 vrf v$h1 nexthop via 2001:db8:1::1
[all …]
/linux/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dnat.json4 "name": "Add nat action on ingress with default control action",
20 "cmdUnderTest": "$TC actions add action nat ingress 192.168.1.1 200.200.200.1",
23 "matchPattern": "action order [0-9]+: nat ingress 192.168.1.1/32 200.200.200.1 pass",
31 "name": "Add nat action on ingress with pipe control action",
47 "cmdUnderTest": "$TC actions add action nat ingress 1.1.1.1 2.2.2.1 pipe index 77",
50 "matchPattern": "action order [0-9]+: nat ingress 1.1.1.1/32 2.2.2.1 pipe.*index 77 ref",
58 "name": "Add nat action on ingress with continue control action",
74 …"cmdUnderTest": "$TC actions add action nat ingress 192.168.10.10 192.168.20.20 continue index 100…
77 …"matchPattern": "action order [0-9]+: nat ingress 192.168.10.10/32 192.168.20.20 continue.*index …
85 "name": "Add nat action on ingress with reclassify control action",
[all …]
/linux/sound/soc/atmel/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 depends on HAS_IOMEM
19 depends on ATMEL_SSC
23 Say Y or M if you want to add support for Atmel SSC interface
24 in PDC mode configured using audio-graph-card in device-tree.
28 depends on ATMEL_SSC
32 Say Y or M if you want to add support for Atmel SSC interface
33 in DMA mode configured using audio-graph-card in device-tree.
36 tristate "SoC Audio support for WM8731-based At91sam9g20 evaluation board"
37 depends on ARCH_AT91 || COMPILE_TEST
[all …]
/linux/drivers/gpu/drm/radeon/
H A Dradeon_drv.h1 /* radeon_drv.h -- Private header for radeon driver -*- linux-c -*-
49 * 1.1 - ??
50 * 1.2 - Add vertex2 ioctl (keith)
51 * - Add stencil capability to clear ioctl (gareth, keith)
52 * - Increase MAX_TEXTURE_LEVELS (brian)
53 * 1.3 - Add cmdbuf ioctl (keith)
54 * - Add support for new radeon packets (keith)
55 * - Add getparam ioctl (keith)
56 * - Add flip-buffers ioctl, deprecate fullscreen foo (keith).
57 * 1.4 - Add scratch registers to get_param ioctl.
[all …]
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dswitch-driver.rst1 .. SPDX-License-Identifier: GPL-2.0
10 The DPAA2 Switch driver probes on the Datapath Switch (DPSW) object which can
11 be instantiated on the following DPAA2 SoCs and their variants: LS2088A and
24 [dpaa2-eth] [dpaa2-eth] [ dpaa2-switch ]
30 | ---------- | [DPMAC] [DPMAC]
31 ------------------------------- | |
38 The dpaa2-switch driver probes on DPSW devices found on the fsl-mc bus. These
40 file - DataPath Layout (DPL) - or at runtime using the DPAA2 object APIs
43 At the moment, the dpaa2-switch driver imposes the following restrictions on
55 FDB depending on the switch ports that are sharing it (aka are under the
[all …]
/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dfifo.json4 "name": "Add bfifo qdisc with system default parameters on egress",
14 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root bfifo",
17 "matchPattern": "qdisc bfifo 1: root.*limit [0-9]+b",
25 "name": "Add pfifo qdisc with system default parameters on egress",
35 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root pfifo",
38 "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",
56 "cmdUnderTest": "$TC qdisc add dev $DUMMY root handle ffff: bfifo",
59 "matchPattern": "qdisc bfifo ffff: root.*limit [0-9]+b",
67 "name": "Add bfifo qdisc on egress with queue size of 3000 bytes",
[all …]
H A Dprio.json4 "name": "Add prio qdisc on egress",
14 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root prio",
25 "name": "Add prio qdisc on egress with handle of maximum value",
35 "cmdUnderTest": "$TC qdisc add dev $DUMMY root handle ffff: prio",
45 "name": "Add prio qdisc on egress with invalid handle exceeding maximum value",
55 "cmdUnderTest": "$TC qdisc add dev $DUMMY root handle 10000: prio",
65 "name": "Add prio qdisc on egress with unsupported argument",
75 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root prio foorbar",
85 "name": "Add prio qdisc on egress with 4 bands and new priomap",
95 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root prio bands 4 priomap 1 1 2 2 3 3 0 0 1 2 …
[all …]
/linux/tools/testing/selftests/net/
H A Dbig_tcp.sh2 # SPDX-License-Identifier: GPL-2.0
5 # TOPO: CLIENT_NS (link0)<--->(link1) ROUTER_NS (link2)<--->(link3) SERVER_NS
7 CLIENT_NS=$(mktemp -u client-XXXXXXXX)
11 SERVER_NS=$(mktemp -u server-XXXXXXXX)
15 ROUTER_NS=$(mktemp -u router-XXXXXXXX)
24 # Kselftest framework requirement - SKIP code is 4.
28 ip netns add $CLIENT_NS
29 ip netns add $SERVER_NS
30 ip netns add $ROUTER_NS
31 ip -net $ROUTER_NS link add link1 type veth peer name link0 netns $CLIENT_NS
[all …]
/linux/Documentation/networking/dsa/
H A Dconfiguration.rst1 .. SPDX-License-Identifier: GPL-2.0
10 .. _dsa-config-showcases:
13 -----------------------
37 The user interfaces depend on the conduit interface being up in order for them
42 - when a DSA user interface is brought up, the conduit interface is
44 - when the conduit interface is brought down, all DSA user interfaces are
71 * lan1: 192.0.2.1/30 (192.0.2.0 - 192.0.2.3)
72 * lan2: 192.0.2.5/30 (192.0.2.4 - 192.0.2.7)
73 * lan3: 192.0.2.9/30 (192.0.2.8 - 192.0.2.11)
76 * br0: 192.0.2.129/25 (192.0.2.128 - 192.0.2.255)
[all …]
H A Db53.rst1 .. 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 …]
/linux/sound/soc/qcom/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
4 depends on ARCH_QCOM || COMPILE_TEST
6 Say Y or M if you want to add support to use audio devices
7 in Qualcomm Technologies SOC-based platforms.
52 depends on GPIOLIB
56 Say Y or M if you want add support for SoC audio on the
57 Qualcomm Technologies IPQ806X-based Storm board.
65 APQ8016 SOC-based systems.
66 Say Y if you want to use audio devices on MI2S.
126 depends on SND_SOC_USB
[all …]
/linux/sound/soc/samsung/
H A DKconfig1 # 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
25 tristate "SoC I2S Audio support for WM8994 on SMDK"
26 depends on I2C=y
31 Say Y if you want to add support for SoC audio on the SMDKs.
37 Say Y if you want to add support for SoC S/PDIF audio on the SMDK.
40 tristate "SoC PCM Audio support for WM8994 on SMDK"
41 depends on I2C=y
[all …]
/linux/sound/soc/rockchip/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 depends on COMPILE_TEST || ARCH_ROCKCHIP
4 depends on HAVE_CLK
10 Say Y or M if you want to add support for I2S driver for
18 Say Y or M if you want to add support for the I2S/TDM driver for
29 Say Y or M if you want to add support for PDM driver for
37 Say Y or M if you want to add support for the Rockchip Serial Audio
38 Interface controller found on Rockchip SoCs such as the RK3576. The
46 Say Y or M if you want to add support for SPDIF driver for
51 depends on I2C && GPIOLIB
[all …]
/linux/sound/soc/ti/
H A DKconfig1 # 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
29 depends on COMMON_CLK
36 - daVinci devices
37 - Sitara line of SoCs (AM335x, AM438x, etc)
38 - OMAP4
39 - DRA7x devices
40 - Keystone devices
41 - K3 devices (am654, j721e)
[all …]
/linux/drivers/input/rmi4/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
18 depends on I2C
27 depends on SPI
36 depends on I2C
48 depends on RMI4_CORE
50 Say Y here if you want to add support for RMI4 function 03.
53 includes support for TrackPoints on TouchPads.
57 depends on RMI4_CORE
58 depends on RMI4_F03
69 Say Y here if you want to add support for RMI4 function 11.
[all …]
/linux/include/uapi/linux/
H A Dfuse.h1 /* 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 …]
/linux/drivers/platform/cznic/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
4 # see Documentation/kbuild/kconfig-language.rst.
9 depends on ARCH_MVEBU || COMPILE_TEST
12 devices. This option alone does not add any kernel code.
18 depends on MACH_ARMADA_38X || COMPILE_TEST
19 depends on I2C
21 Say Y here to add support for the features implemented by the
22 microcontroller on the CZ.NIC's Turris Omnia SOHO router.
26 called turris-omnia-mcu.
33 depends on GPIOLIB
[all …]
/linux/tools/perf/pmu-events/arch/x86/cascadelakex/
H A Dfloating-point.json3 …ce for most SIMD 128-bit packed computational double precision floating-point instructions retired…
7-bit packed computational double precision floating-point instructions retired; some instructions …
12 …ce for most SIMD 128-bit packed computational single precision floating-point instruction retired.…
16-bit packed computational single precision floating-point instructions retired; some instructions …
21 …ce for most SIMD 256-bit packed double computational precision floating-point instructions retired…
25-bit packed double computational precision floating-point instructions retired; some instructions …
30 …ce for most SIMD 256-bit packed single computational precision floating-point instructions retired…
34-bit packed single computational precision floating-point instructions retired; some instructions …
39-bit packed single and 256-bit packed double precision FP instructions retired; some instructions …
43-bit packed single precision and 256-bit packed double precision floating-point instructions reti…
[all …]
/linux/sound/soc/meson/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 depends on ARCH_MESON || (COMPILE_TEST && COMMON_CLK)
12 Select Y or M to add support for the Audio output subsystem found
25 Select Y or M to add support for the frontend playback interfaces
32 Select Y or M to add support for the frontend capture interfaces
49 Select Y or M to add support for TDM input formatter embedded
57 Select Y or M to add support for TDM output formatter embedded
74 Select Y or M to add support for the AXG SoC sound card
82 Select Y or M to add support for SPDIF output serializer embedded
89 Select Y or M to add support for SPDIF input embedded
[all …]
/linux/sound/soc/sunxi/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 depends on ARCH_SUNXI || COMPILE_TEST
10 Select Y or M to add support for the Codec embedded in the Allwinner
15 depends on OF
16 depends on MACH_SUN8I || (ARM64 && ARCH_SUNXI) || COMPILE_TEST
17 depends on COMMON_CLK
23 Say Y or M if you want to add sun8i digital audio codec support.
27 depends on MACH_SUN8I || (ARM64 && ARCH_SUNXI) || COMPILE_TEST
30 Say Y or M if you want to add support for the analog controls for
35 depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
[all …]

12345678910>>...44