Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dtest_bridge_neigh_suppress.sh647 local vid1=10
664 h2_mac1=$(ip -n $h2 -j -p link show eth0.$vid1 | jq -r '.[]["address"]')
666 run_cmd "bridge -n $sw1 fdb replace $h2_mac1 dev vx0 master static vlan $vid1"
668 run_cmd "ip -n $sw1 neigh replace $tip1 lladdr $h2_mac1 nud permanent dev br0.$vid1"
677 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip1 -I eth0.$vid1 $tip1"
678 log_test $? 0 "arping (VLAN $vid1)"
683 log_test $? 0 "ARP suppression (VLAN $vid1)"
689 run_cmd "bridge -n $sw1 vlan set vid $vid1 dev vx0 neigh_suppress on"
690 run_cmd "bridge -n $sw1 -d vlan show dev vx0 vid $vid1 | grep \"neigh_suppress on\""
691 log_test $? 0 "\"neigh_suppress\" is on (VLAN $vid1)"
[all...]
/linux/Documentation/devicetree/bindings/clock/
H A Damlogic,a9-peripherals-clkc.yaml81 - const: vid1
129 <&vid1>,
156 "vid1",
/linux/sound/ac97/
H A Dbus.c135 unsigned short vid1, vid2; in snd_ac97_bus_scan_one() local
139 vid1 = (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/include/linux/regulator/
H A Dmax8649.h34 unsigned mode:2; /* bit[1:0] = VID1,VID0 */
/linux/Documentation/devicetree/bindings/display/xlnx/
H A Dxlnx,zynqmp-dpsub.yaml108 - const: vid1
201 dma-names = "vid0", "vid1", "vid2", "gfx0", "aud0", "aud1";
/linux/drivers/gpu/drm/sti/
H A Dsti_mixer.c84 char *const disp_layer[] = {"BKG", "VID0", "VID1", "GDP0", in mixer_dbg_ctl()
116 seq_puts(s, "VID1"); in mixer_dbg_crb()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Doverlay.c65 ovl->name = "vid1"; in dss_init_overlays()
/linux/drivers/gpu/drm/omapdrm/
H A Domap_irq.c166 { "vid1", DISPC_IRQ_VID1_FIFO_UNDERFLOW }, in omap_irq_fifo_underflow()
/linux/arch/arm/boot/dts/ti/keystone/
H A Dkeystone-k2g.dtsi329 reg-names = "cfg", "common", "vid1", "ovr1", "vp1";
/linux/drivers/clk/meson/
H A Da9-peripherals.c1056 { .fw_name = "vid1", },
1251 { .fw_name = "vid1", },
1704 { .fw_name = "vid1", },
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c3342 [OMAP_DSS_VIDEO1] = "VID1", in dispc_dump_regs()