Home
last modified time | relevance | path

Searched refs:describe (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/freebsd-head/sys/contrib/device-tree/Bindings/leds/backlight/
HDled-backlight.txt3 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/
HDi2c-fsi.txt11 - 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/
HDfsi.txt11 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/
HDELF.h144 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/
Datmel,at91-pinctrl.txt24 - 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.
Dnvidia,tegra124-dpaux-padctl.txt21 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/
HDzfs-meta.m475 _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/
HDusb3503.txt11 '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.
HDusbmisc-imx.txt4 - #index-cells: Cells used to describe usb controller index. Should be <1>
/freebsd-head/sys/contrib/device-tree/Bindings/ufs/
HDufs-hisi.txt3 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/
HDRenamingAction.h54 static const RefactoringDescriptor &describe();
75 static const RefactoringDescriptor &describe();
/freebsd-head/contrib/bmake/mk/
HDoptions.mk111 .if !commands(describe-options)
112 describe-options: .NOTMAIN .PHONY
/freebsd-head/tools/diag/prtblknos/
HDREADME29 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/
HDTargetInstrPredicate.td11 // 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/
HDget-version.sh5 gitver=$(git describe 2>/dev/null | tr - .)
/freebsd-head/contrib/llvm-project/clang/lib/AST/Interp/
HDFrame.h30 virtual void describe(llvm::raw_ostream &OS) const = 0;
/freebsd-head/sys/contrib/device-tree/Bindings/i3c/
HDi3c.txt4 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/
HDthermal.txt9 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/
Dmti,mips-cpc.txt8 regs: Should describe the address & size of the CPC register region.
/freebsd-head/sys/contrib/openzfs/scripts/
HDmake_gitrev.sh54 git describe --always --long --dirty 2>/dev/null; } || :)
/freebsd-head/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/
HDExtract.h32 static const RefactoringDescriptor &describe();
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp238 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/
HDsii902x.txt8 - 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/
HDMakefile33 GITVER := $(shell git describe --dirty=+)
/freebsd-head/contrib/unifdef/scripts/
HDreversion.sh13 GV=$(git describe | sed 's|-g*|.|g;s|[.]|-|')

12345678910>>...14