/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb-device.txt | 21 - compatible: "usbVID,PID", where VID is the vendor id and PID the product id. 22 The textual representation of VID and PID shall be in lower case hexadecimal 36 - compatible: "usbifVID,PID.configCN.IN", where VID is the vendor id, PID is 38 number. The textual representation of VID, PID, CN and IN shall be in lower 50 - compatible: "usbVID,PID", where VID is the vendor id and PID the product id. 51 The textual representation of VID and PID shall be in lower case hexadecimal
|
/freebsd/contrib/wpa/src/ap/ |
H A D | vlan_ioctl.c | 93 if_request.u.VID == vid) { in vlan_add() 111 if_request.u.VID = vid; in vlan_add()
|
/freebsd/contrib/wpa/src/common/ |
H A D | linux_vlan.h | 42 int VID; member
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | playdate | 49 0 string Playdate\ VID Playdate video file
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 370 Intrinsic::ID VID = VPI.getIntrinsicID(); in getNeutralReductionElement() local 371 switch (VID) { in getNeutralReductionElement() 396 bool PropagatesNaN = VID == Intrinsic::vp_reduce_fminimum || in getNeutralReductionElement() 397 VID == Intrinsic::vp_reduce_fmaximum; in getNeutralReductionElement()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.h | 495 DbgOpID insertValueOp(ValueIDNum VID) { 496 auto ExistingIt = ValueOpToID.find(VID); 500 ValueOpToID.insert(std::make_pair(VID, ID)); 501 ValueOps.push_back(VID);
|
H A D | InstrRefBasedImpl.cpp | 1739 DebugVariableID VID = DVMap.insertDVID(V, MI.getDebugLoc().get()); in transferDebugInstrRef() local 1740 TTracker->addUseBeforeDef(VID, {MI.getDebugExpression(), false, true}, in transferDebugInstrRef()
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | cpsw.txt | 51 - dual_emac_res_vlan : Specifies VID to be used to segregate the ports
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonRegisterInfo.td | 310 def VID : Rs<21, "vid", ["s21"]>, DwarfRegNum<[165]>; 384 def S21_20 : Rss<20, "s21:20", [S20, VID]>, DwarfRegNum<[164]>; 602 EVB, MODECTL, SYSCFG, S20, VID, S22, S24,
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | xcalibur1501.dts | 248 /* On-board signals for VID, flash, serial */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/ |
H A D | HexagonDisassembler.cpp | 787 Hexagon::VID, Hexagon::S22, Hexagon::S23,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 3752 SDValue VID = DAG.getNode(RISCVISD::VID_VL, DL, VIDContainerVT, Mask, VL); in lowerBuildVectorOfConstants() local 3757 VID = convertFromScalableVector(VIDVT, VID, DAG, Subtarget); in lowerBuildVectorOfConstants() 3761 VID = DAG.getNode(StepOpcode, DL, VIDVT, VID, SplatStep); in lowerBuildVectorOfConstants() 3766 VID = DAG.getNode(ISD::SRL, DL, VIDVT, VID, SplatStep); in lowerBuildVectorOfConstants() 3770 VID = DAG.getNode(Negate ? ISD::SUB : ISD::ADD, DL, VIDVT, SplatAddend, in lowerBuildVectorOfConstants() 3771 VID); in lowerBuildVectorOfConstants() 3775 VID = DAG.getNode(ISD::SINT_TO_FP, DL, VT, VID); in lowerBuildVectorOfConstants() 3777 return VID; in lowerBuildVectorOfConstants() 9259 SDValue VID = DAG.getNode(RISCVISD::VID_VL, DL, VT, Mask, VL); in LowerINTRINSIC_WO_CHAIN() local 9262 {VID, SplattedIdx, DAG.getCondCode(ISD::SETEQ), in LowerINTRINSIC_WO_CHAIN() [all …]
|
/freebsd/contrib/libpcap/ |
H A D | CHANGES | 637 Check only VID in VLAN test in filters (GitHub issue #461)
|
/freebsd/contrib/tcpdump/ |
H A D | CHANGES | 175 DSA: correctly determine VID.
|
/freebsd/share/misc/ |
H A D | usb_vendors | 5185 04ce SL11DEMO, VID: 0x4ce, PID: 0x4ce 5186 07d1 SL11R, VID: 0x4ce, PID: 0x07D1 19027 05e1 Free shared USB VID/PID pair for CDC devices 19028 05e4 Free shared USB VID/PID pair for MIDI devices
|
/freebsd/sys/dev/usb/ |
H A D | usbdevs | 36 * USB.org publishes a VID list of USB-IF member companies at
|