Home
last modified time | relevance | path

Searched full:vid2 (Results 1 – 13 of 13) 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
165 <0x04a60000 0x10000>, /* vid2 */
177 "vidl1", "vidl2","vid1","vid2",
/linux/sound/ac97/
H A Dbus.c135 unsigned short vid1, vid2; in snd_ac97_bus_scan_one() local
144 vid2 = (ret & 0xffff); in snd_ac97_bus_scan_one()
149 __func__, codec_num, AC97_ID(vid1, vid2)); in snd_ac97_bus_scan_one()
150 return AC97_ID(vid1, vid2); in snd_ac97_bus_scan_one()
/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/video/fbdev/omap2/omapfb/dss/
H A Doverlay.c69 ovl->name = "vid2"; in dss_init_overlays()
/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.c20 [OMAP_DSS_VIDEO2] = "vid2",
H A Domap_irq.c167 { "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/gpu/drm/omapdrm/dss/
H A Ddispc.c3343 [OMAP_DSS_VIDEO2] = "VID2", in dispc_dump_regs()
/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c4708 TPACPI_HANDLE(vid2, root, "\\_SB.PCI0.AGPB.VID"); /* G41 */
4718 TPACPI_ACPIHANDLE_INIT(vid2); in video_init()