| /freebsd-head/sys/contrib/device-tree/Bindings/leds/backlight/ |
| HD | led-backlight.txt | 3 This binding is used to describe a basic backlight device made of LEDs. 4 It can also be used to describe a backlight device controlled by the output of
|
| /freebsd-head/sys/contrib/device-tree/Bindings/i2c/ |
| HD | i2c-fsi.txt | 11 - child nodes : Nodes to describe busses off the I2C 18 - child nodes : Nodes to describe devices on the I2C
|
| /freebsd-head/sys/contrib/device-tree/Bindings/fsi/ |
| HD | fsi.txt | 11 FSI masters may require their own DT nodes (to describe the master HW itself); 15 Under the masters' nodes, we can describe the bus topology using nodes to 52 Since the master nodes describe the top-level of the FSI topology, they also 116 additional engines, but they don't necessarily need to be describe in the 135 * it's an I2C master controller, so subnodes describe the
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/Object/ |
| HD | ELF.h | 144 static std::string describe(const ELFFile<ELFT> &Obj, in describe() function 1040 return createError("cannot read content of " + describe(*this, Sec) + ": " + in getVersionDefinitions() 1049 return createError("invalid " + describe(*this, Sec) + in getVersionDefinitions() 1070 return createError("invalid " + describe(*this, Sec) + in getVersionDefinitions() 1076 "invalid " + describe(*this, Sec) + in getVersionDefinitions() 1082 return createError("unable to dump " + describe(*this, Sec) + in getVersionDefinitions() 1098 return createError("invalid " + describe(*this, Sec) + in getVersionDefinitions() 1133 return createError("cannot read content of " + describe(*this, Sec) + ": " + in getVersionDependencies() 1143 return createError("invalid " + describe(*this, Sec) + in getVersionDependencies() 1149 "invalid " + describe(*this, Sec) + in getVersionDependencies() [all …]
|
| /freebsd-head/sys/contrib/device-tree/Bindings/pinctrl/ |
| D | atmel,at91-pinctrl.txt | 24 - atmel,mux-mask: array of mask (periph per bank) to describe if a pin can be 25 configured in this periph mode. All the periph and bank need to be describe. 42 For each peripheral/bank we will describe in a u32 if a pin can be 113 name describe the pin function and group hierarchy. 119 4. The gpio controller must be describe in the pinctrl simple-bus.
|
| D | nvidia,tegra124-dpaux-padctl.txt | 21 needed to describe the pin mux'ing options for the DPAUX pads. 23 single set of pads, the child nodes only need to describe the pad group
|
| /freebsd-head/sys/contrib/openzfs/config/ |
| HD | zfs-meta.m4 | 75 _alias=$(git describe --match=${_match} 2>/dev/null) 79 _zfs_ac_meta_type="git describe" 82 _alias=$(git describe --match=${_match} 2>/dev/null) 86 _zfs_ac_meta_type="git describe"
|
| /freebsd-head/sys/contrib/device-tree/Bindings/usb/ |
| HD | usb3503.txt | 11 '1' or '2' or '3' are available for this property to describe the port 13 Do not describe this property if all ports have to be enabled.
|
| HD | usbmisc-imx.txt | 4 - #index-cells: Cells used to describe usb controller index. Should be <1>
|
| /freebsd-head/sys/contrib/device-tree/Bindings/ufs/ |
| HD | ufs-hisi.txt | 3 UFS nodes are defined to describe on-chip UFS hardware macro. 22 - resets : describe reset node register
|
| /freebsd-head/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/ |
| HD | RenamingAction.h | 54 static const RefactoringDescriptor &describe(); 75 static const RefactoringDescriptor &describe();
|
| /freebsd-head/contrib/bmake/mk/ |
| HD | options.mk | 111 .if !commands(describe-options) 112 describe-options: .NOTMAIN .PHONY
|
| /freebsd-head/tools/diag/prtblknos/ |
| HD | README | 29 The logical block numbers (lbn above) describe filesystem-block 32 The physical block numbers (blkno above) describe the smallest piece
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/Target/ |
| HD | TargetInstrPredicate.td | 11 // MCInstPredicate definitions are used by target scheduling models to describe 30 // example, `CheckOpcode` is a special type of predicate used to describe a 83 // makes it easy to describe a check that tests if an opcode is not part of a 221 // CheckAny. It allows to describe compositions of predicates. 326 // describe instructions that have a property in common. For example, 330 // An (optional) list of operand indices can be used to further describe 342 // Used by processor models to describe dependency breaking instructions. 352 // A function descriptor used to describe the signature of a predicate methods 397 // describe dependency breaking instructions and move elimination candidates.
|
| /freebsd-head/contrib/dma/ |
| HD | get-version.sh | 5 gitver=$(git describe 2>/dev/null | tr - .)
|
| /freebsd-head/contrib/llvm-project/clang/lib/AST/Interp/ |
| HD | Frame.h | 30 virtual void describe(llvm::raw_ostream &OS) const = 0;
|
| /freebsd-head/sys/contrib/device-tree/Bindings/i3c/ |
| HD | i3c.txt | 4 This document describes generic bindings that should be used to describe I3C 14 For other required properties e.g. to describe register sets, 76 means we have to describe I3C devices.
|
| /freebsd-head/sys/contrib/device-tree/Bindings/thermal/ |
| HD | thermal.txt | 9 The target of device tree thermal descriptors is to describe only 14 There are five types of nodes involved to describe thermal bindings: 18 - trip points: describe key temperatures at which cooling is recommended. The 20 - cooling maps: used to describe links between trip points and cooling devices; 21 - thermal zones: used to describe thermal data within the hardware; 73 The trip node is a node to describe a point in the temperature domain 95 The cooling device maps node is a node to describe how cooling devices 143 Type: sub-node required to describe the thermal zone. 147 Type: sub-node map nodes, used to describe the relation between trips
|
| /freebsd-head/sys/contrib/device-tree/Bindings/power/ |
| D | mti,mips-cpc.txt | 8 regs: Should describe the address & size of the CPC register region.
|
| /freebsd-head/sys/contrib/openzfs/scripts/ |
| HD | make_gitrev.sh | 54 git describe --always --long --dirty 2>/dev/null; } || :)
|
| /freebsd-head/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/ |
| HD | Extract.h | 32 static const RefactoringDescriptor &describe();
|
| /freebsd-head/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| HD | ELFDumper.cpp | 238 std::string describe(const Elf_Shdr &Sec) const; 427 std::string ELFDumper<ELFT>::describe(const Elf_Shdr &Sec) const { in describe() function in __anon4b60dffb0111::ELFDumper 428 return ::describe(Obj, Sec); in describe() 448 return createError("invalid section linked to " + describe(Obj, Sec) + in getLinkAsSymtab() 453 "invalid section linked to " + describe(Obj, Sec) + ": expected " + in getLinkAsSymtab() 463 describe(Obj, Sec) + ": " + toString(StrTabOrErr.takeError())); in getLinkAsSymtab() 467 return createError("unable to read symbols from the " + describe(Obj, Sec) + in getLinkAsSymtab() 484 return createError("the " + describe(Sec) + " is misaligned"); in getVersionTable() 489 return createError("cannot read content of " + describe(Sec) + ": " + in getVersionTable() 500 reportUniqueWarning(describe(Sec) + ": the number of entries (" + in getVersionTable() [all …]
|
| /freebsd-head/sys/contrib/device-tree/Bindings/display/bridge/ |
| HD | sii902x.txt | 8 - interrupts: describe the interrupt line used to inform the host 40 documents on how to describe the way the sii902x device is
|
| /freebsd-head/contrib/wpa/hostapd/ |
| HD | Makefile | 33 GITVER := $(shell git describe --dirty=+)
|
| /freebsd-head/contrib/unifdef/scripts/ |
| HD | reversion.sh | 13 GV=$(git describe | sed 's|-g*|.|g;s|[.]|-|')
|