Home
last modified time | relevance | path

Searched full:vid2 (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dtest_bridge_neigh_suppress.sh620 local vid2=20
637 h2_mac2=$(ip -n $h2 -j -p link show eth0.$vid2 | jq -r '.[]["address"]')
639 run_cmd "bridge -n $sw1 fdb replace $h2_mac2 dev vx0 master static vlan $vid2"
641 run_cmd "ip -n $sw1 neigh replace $tip2 lladdr $h2_mac2 nud permanent dev br0.$vid2"
651 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip2 -I eth0.$vid2 $tip2"
652 log_test $? 0 "arping (VLAN $vid2)"
657 log_test $? 0 "ARP suppression (VLAN $vid2)"
664 run_cmd "bridge -n $sw1 -d vlan show dev vx0 vid $vid2 | grep \"neigh_suppress off\""
665 log_test $? 0 "\"neigh_suppress\" is off (VLAN $vid2)"
669 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip2 -I eth0.$vid2
[all...]
/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,j721e-dss.yaml53 - const: vid2
166 <0x04a60000 0x10000>, /* vid2 */
178 "vidl1", "vidl2","vid1","vid2",
/linux/Documentation/devicetree/bindings/display/xlnx/
H A Dxlnx,zynqmp-dpsub.yaml109 - const: vid2
201 dma-names = "vid0", "vid1", "vid2", "gfx0", "aud0", "aud1";
/linux/drivers/media/usb/em28xx/
H A Dem28xx-core.c495 int vid1, vid2, feat, cfg; in em28xx_audio_setup() local
559 vid2 = em28xx_read_ac97(dev, AC97_VENDOR_ID2); in em28xx_audio_setup()
560 if (vid2 < 0) in em28xx_audio_setup()
563 vid = vid1 << 16 | vid2; in em28xx_audio_setup()
/linux/Documentation/arch/arm/omap/
H A Ddss.rst243 FB2 --- VID2 -/ TV ----- TV
264 FB2 --- VID2 -/ TV ----- TV
/linux/drivers/gpu/drm/omapdrm/
H A Domap_overlay.c19 [OMAP_DSS_VIDEO2] = "vid2",
H A Domap_irq.c166 { "vid2", DISPC_IRQ_VID2_FIFO_UNDERFLOW }, in omap_irq_fifo_underflow()
/linux/drivers/phy/amlogic/
H A Dphy-meson-axg-mipi-dphy.c31 * 1: clock from fixed 850Mhz clock source. 0: from VID2 PLL.
/linux/drivers/hwmon/
H A Dlm93.c83 /* vid inputs: vid1-vid2 (nr => 0-1) */
255 /* VID1 & VID2 => register format, 6-bits, right justified */
945 /* vid1 - vid2: values */ in lm93_update_client_common()
/linux/Documentation/sound/
H A Dalsa-configuration.rst2308 ``VID1:PID1:FLAGS1;VID2:PID2:FLAGS2;...``, where ``VIDx`` and ``PIDx``
/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c4721 TPACPI_HANDLE(vid2, root, "\\_SB.PCI0.AGPB.VID"); /* G41 */
4731 TPACPI_ACPIHANDLE_INIT(vid2); in video_init()