Home
last modified time | relevance | path

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

12345678910>>...47

/openbmc/linux/sound/soc/tegra/
H A DKconfig1 # 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.
19 Say Y or M if you want to add support for codecs attached to the
26 Say Y or M if you want to add support for the Tegra20 DAS module.
34 Say Y or M if you want to add support for codecs attached to the
41 Say Y or M if you want to add support for the Tegra20 SPDIF interface.
[all …]
/openbmc/ipmitool/
H A DChangeLog1 version 1.8.15 2014-11-24
2 * ID: 340 - ipmitool sol session improperly closes on packet retry
3 * ID: 277 - support for hostnames longer than 64 chars
4 * ID: 313 - ipmitool doesn't support hostname long than 64 symbols
5 * ID: 277 - Minor issue with ipmi_intf_session_set_hostname()
6 * ID: 247 - 'sensor thresh' help output is wrong
7 * ID: 324 - conflicting declaration write_fru_area()
8 * ID: 337 - Add support for 13G Dell PowerEdge
9 * ID: 325 - DDR4 DIMM Decoding Logic
10 * ID: 328 - HPM.2 fixes
[all …]
/openbmc/linux/sound/soc/fsl/
H A DKconfig1 # 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.
24 Say Y if you want to add Synchronous Audio Interface (SAI)
26 This option is only useful for out-of-tree drivers since
27 in-tree drivers select it automatically.
31 depends on SND_SOC_FSL_SAI
34 Say Y if you want to add Medium Quality Sound (MQS)
[all …]
/openbmc/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 Drtnetlink.sh2 # SPDX-License-Identifier: GPL-2.0
63 # Test that it is possible to set an IP address on a VRF upper despite
67 ip link add name vrf-test type vrf table 10
68 ip link set dev $swp1 master vrf-test
70 ip -4 address add 192.0.2.1/24 dev vrf-test
71 check_err $? "failed to set IPv4 address on VRF"
72 ip -6 address add 2001:db8:1::1/64 dev vrf-test
73 check_err $? "failed to set IPv6 address on VRF"
75 log_test "RIF - setting IP address on VRF"
77 ip link del dev vrf-test
[all …]
/openbmc/linux/sound/soc/atmel/
H A DKconfig1 # 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 …]
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dnat.json4 "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 …]
/openbmc/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 # +------------------+ +------------------+
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 …]
/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/
H A Dam65_nuss_cpsw_switchdev.rst1 .. SPDX-License-Identifier: GPL-2.0
14 ip -d link show dev sw0p1 | grep switchid
16 SUBSYSTEM=="net", ACTION=="add", ATTR{phys_switch_id}==<switchid>, \
23 - The driver is operating in multi-mac mode by default, thus
29 See Documentation/networking/devlink/am65-nuss-cpsw-switch.rst
40 This can be done regardless of the state of Port's netdev devices - UP/DOWN, but
45 When the both interfaces joined the bridge - CPSW switch driver will enable
58 ip link add name br0 type bridge
65 [*] bridge vlan add dev br0 vid 1 pvid untagged self
72 On/off STP
[all …]
H A Dcpsw_switchdev.rst1 .. 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 …]
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dfifo.json4 "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 …]
H A Dprio.json4 "name": "Add prio qdisc on egress",
10 "$IP link add dev $DUMMY type dummy || /bin/true"
12 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root prio",
24 "name": "Add prio qdisc on egress with handle of maximum value",
30 "$IP link add dev $DUMMY type dummy || /bin/true"
32 "cmdUnderTest": "$TC qdisc add dev $DUMMY root handle ffff: prio",
43 "name": "Add prio qdisc on egress with invalid handle exceeding maximum value",
49 "$IP link add dev $DUMMY type dummy || /bin/true"
51 "cmdUnderTest": "$TC qdisc add dev $DUMMY root handle 10000: prio",
62 "name": "Add prio qdisc on egress with unsupported argument",
[all …]
/openbmc/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 …]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_drv.h1 /* 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 …]
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_conf.robot50 ${negative_ip} 10.-7.-7.7
63 Verify IP On BMC ${network_configuration['Address']}
71 Verify Netmask On BMC ${network_configuration['SubnetMask']}
75 [Documentation] Get gateway and verify it's existence on the BMC.
79 Verify Gateway On BMC ${network_configuration['Gateway']}
83 [Documentation] Get MAC address and verify it's existence on the BMC.
91 Validate MAC On BMC ${macaddr}
94 [Documentation] Verify all configured IP and netmask on BMC.
98 Verify IP And Netmask On BMC ${network_configuration['Address']}
108 Validate Hostname On BMC ${hostname}
[all …]
/openbmc/ipmitool/control/
H A Dipmitool.spec.in2 Summary: ipmitool - Utility for IPMI control
8 Source: %{name}-%{version}.tar.gz
9 Buildroot: /var/tmp/ipmitool-root
16 This utility can communicate with IPMI-enabled devices through either a
19 communications and remote Serial-over-LAN functionality.
28 rm -rf $RPM_BUILD_ROOT
34 ./configure --with-kerneldir \
35 --with-rpm-distro=@DISTRO@ \
36 --prefix=%{_prefix} \
37 --bindir=%{_bindir} \
[all …]
/openbmc/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 …]
/openbmc/u-boot/drivers/i2c/
H A DKconfig9 depends on DM
21 depends on DM
23 Enable old-style I2C functions for compatibility with existing code.
30 depends on CROS_EC
39 bool "Provide access to LDOs on the Chrome OS EC"
40 depends on CROS_EC
41 ---help---
42 On many Chromebooks the main PMIC is inaccessible to the AP. This is
43 often dealt with by using an I2C pass-through interface provided by
44 the EC. On some unfortunate models (e.g. Spring) the pass-through
[all …]
/openbmc/linux/sound/soc/rockchip/
H A DKconfig1 # 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 HAVE_CLK && SND_SOC_ROCKCHIP
15 Say Y or M if you want to add support for I2S driver for
21 depends on HAVE_CLK && SND_SOC_ROCKCHIP
24 Say Y or M if you want to add support for the I2S/TDM driver for
32 depends on HAVE_CLK && SND_SOC_ROCKCHIP
36 Say Y or M if you want to add support for PDM driver for
42 depends on HAVE_CLK && SND_SOC_ROCKCHIP
[all …]
/openbmc/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 …]
/openbmc/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.
123 depends on QCOM_APR
[all …]
/openbmc/linux/Documentation/networking/dsa/
H A Dconfiguration.rst1 .. SPDX-License-Identifier: GPL-2.0
10 .. _dsa-config-showcases:
13 -----------------------
37 The slave interfaces depend on the master interface being up in order for them
42 - when a DSA slave interface is brought up, the master interface is
44 - when the master interface is brought down, all DSA slave 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 …]
/openbmc/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 …]
/openbmc/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 …]

12345678910>>...47