Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dtest_bridge_neigh_suppress.sh500 local vid2=20
517 h2_mac2=$(ip -n $h2 -j -p link show eth0.$vid2 | jq -r '.[]["address"]')
519 run_cmd "bridge -n $sw1 fdb replace $h2_mac2 dev vx0 master static vlan $vid2"
521 run_cmd "ip -n $sw1 neigh replace $tip2 lladdr $h2_mac2 nud permanent dev br0.$vid2"
531 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip2 -I eth0.$vid2 $tip2"
532 log_test $? 0 "arping (VLAN $vid2)"
537 log_test $? 0 "ARP suppression (VLAN $vid2)"
544 run_cmd "bridge -n $sw1 -d vlan show dev vx0 vid $vid2 | grep \"neigh_suppress off\""
545 log_test $? 0 "\"neigh_suppress\" is off (VLAN $vid2)"
549 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip2 -I eth0.$vid2 $tip2"
[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/sound/soc/codecs/
H A Dalc5623.c989 unsigned int vid1, vid2; in alc5623_i2c_probe() local
1012 ret = regmap_read(alc5623->regmap, ALC5623_VENDOR_ID2, &vid2); in alc5623_i2c_probe()
1017 vid2 >>= 8; in alc5623_i2c_probe()
1021 if ((vid1 != 0x10ec) || (vid2 != matched_id)) { in alc5623_i2c_probe()
1025 vid1, vid2); in alc5623_i2c_probe()
1029 dev_dbg(&client->dev, "Found codec id : alc56%02x\n", vid2); in alc5623_i2c_probe()
1047 alc5623->id = vid2; in alc5623_i2c_probe()
H A Dalc5632.c1110 unsigned int vid1, vid2; in alc5632_i2c_probe() local
1128 ret2 = regmap_read(alc5632->regmap, ALC5632_VENDOR_ID2, &vid2); in alc5632_i2c_probe()
1135 vid2 >>= 8; in alc5632_i2c_probe()
1139 if ((vid1 != 0x10EC) || (vid2 != matched_id)) { in alc5632_i2c_probe()
1141 "Device is not a ALC5632: VID1=0x%x, VID2=0x%x\n", vid1, vid2); in alc5632_i2c_probe()
1151 alc5632->id = vid2; in alc5632_i2c_probe()
/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/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.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/arch/arm64/boot/dts/xilinx/
H A Dzynqmp.dtsi1309 dma-names = "vid0", "vid1", "vid2", "gfx0",
/linux/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c271 .vid_name = { "vid1", "vidl1", "vid2", "vidl2" },
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c3343 [OMAP_DSS_VIDEO2] = "VID2", in dispc_dump_regs()
/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c4692 TPACPI_HANDLE(vid2, root, "\\_SB.PCI0.AGPB.VID"); /* G41 */
4702 TPACPI_ACPIHANDLE_INIT(vid2); in video_init()