| /freebsd-13.1/sys/contrib/device-tree/Bindings/clock/ |
| H A D | pistachio-clock.txt | 27 See dt-bindings/clock/pistachio-clk.h for the list of valid identifiers. 56 See dt-bindings/clock/pistachio-clk.h for the list of valid identifiers. 84 See dt-bindings/clock/pistachio-clk.h for the list of valid identifiers. 113 See dt-bindings/clock/pistachio-clk.h for the list of valid identifiers.
|
| H A D | marvell,pxa1928.txt | 21 All these identifiers can be found in <dt-bindings/clock/marvell,pxa1928.h>.
|
| H A D | artpec6.txt | 19 See dt-bindings/clock/axis,artpec6-clkctrl.h for the list of valid identifiers.
|
| H A D | vf610-clock.txt | 9 - clocks: list of clock identifiers which are external input clocks to the
|
| H A D | marvell,mmp2-clock.yaml | 19 All these identifiers could be found in <dt-bindings/clock/marvell,mmp2.h>.
|
| H A D | marvell,mmp2-audio-clock.yaml | 19 All these identifiers could be found in
|
| H A D | exynos7-clock.txt | 45 - clocks: list of clock identifiers which are fed as the input to
|
| H A D | exynos4-clock.txt | 60 - clocks: list of the clock controller input clock identifiers,
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | renesas,rzn1-pinctrl.txt | 115 one of the alternate function identifiers defined in: 117 These identifiers collapse the IO Multiplex Configuration Level 1 and 119 single number. The identifiers for Level 2 are simply offset by 10. 120 Additional identifiers are provided to specify the MDIO source peripheral.
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | X509_get0_uids.pod | 5 X509_get0_uids - get certificate unique identifiers 17 identifiers of certificate B<x> or NULL if the fields are not present.
|
| H A D | SSL_COMP_add_compression_method.pod | 45 methods or their corresponding identifiers, so there is currently no compatible 57 An OpenSSL server will match the identifiers listed by a client against
|
| H A D | SSL_set1_host.pod | 48 identifiers. When wildcard matching is not disabled, the name 50 of the reference identifiers configured via SSL_set1_host() or
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/ |
| H A D | faraday,ftmac.txt | 6 the SoC specific identifiers:
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/nds32/ |
| H A D | cpus.txt | 14 one of the following identifiers for a particular CPU core:
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/arm/ |
| H A D | juno,scpi.txt | 23 sensor identifiers
|
| H A D | arm,scpi.txt | 56 node. It can be non linear and hence provide the mapping of identifiers 83 Valid cell values are raw identifiers (Sensor ID)
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/spmi/ |
| H A D | spmi.txt | 17 These are the identifiers "statically assigned by the system integrator", as
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | davinci-mcbsp.txt | 23 identifiers must be "rx" and "tx".
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/dma/ |
| H A D | fsl-imx-dma.txt | 38 - dma-names: List of string identifiers for the DMA requests. For the correct
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1414 ArrayRef<IdentifierInfo *> identifiers, in actOnObjCTypeArgsOrProtocolQualifiers() argument 1524 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers() 1532 if (numProtocolsResolved == identifiers.size()) in actOnObjCTypeArgsOrProtocolQualifiers() 1542 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers() 1638 if (numTypeDeclsResolved == identifiers.size()) in actOnObjCTypeArgsOrProtocolQualifiers() 1645 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers() 1695 << identifiers[i]); in actOnObjCTypeArgsOrProtocolQualifiers() 1706 << identifiers[i]); in actOnObjCTypeArgsOrProtocolQualifiers() 1717 << identifiers[i] << true); in actOnObjCTypeArgsOrProtocolQualifiers() 1730 << identifiers[i]; in actOnObjCTypeArgsOrProtocolQualifiers() [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/security/tpm/ |
| H A D | ibmvtpm.txt | 6 identifiers, as 'IBM,vtpm'
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetPfmCounters.td | 13 // Definition of a hardware counters from libpfm identifiers.
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 1610 SmallVector<IdentifierInfo *, 4> identifiers; in parseObjCTypeArgsOrProtocolQualifiers() local 1621 identifiers.push_back(Tok.getIdentifierInfo()); in parseObjCTypeArgsOrProtocolQualifiers() 1629 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in parseObjCTypeArgsOrProtocolQualifiers() 1630 identifierLocPairs.push_back(IdentifierLocPair(identifiers[i], in parseObjCTypeArgsOrProtocolQualifiers() 1660 identifiers, in parseObjCTypeArgsOrProtocolQualifiers() 1685 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in parseObjCTypeArgsOrProtocolQualifiers() 1701 foundValidTypeId = identifiers[i]; in parseObjCTypeArgsOrProtocolQualifiers() 1706 unknownTypeArgs.push_back(identifiers[i]); in parseObjCTypeArgsOrProtocolQualifiers() 1711 if (!Actions.LookupProtocol(identifiers[i], identifierLocs[i])) { in parseObjCTypeArgsOrProtocolQualifiers() 1712 unknownTypeArgs.push_back(identifiers[i]); in parseObjCTypeArgsOrProtocolQualifiers() [all …]
|
| /freebsd-13.1/crypto/heimdal/doc/ |
| H A D | layman.asc | 196 identifiers begin with lower-case letters; type 826 Here the identifiers for the alternatives are certificate 907 identifiers and value1, ..., valuen are optional integer 908 values. The identifiers, when present, are associated with 1011 identifiers, and value1, ..., valuen are optional integer 1017 The identifiers identifier1, ..., identifiern are intended 1019 integer value when both are present. These identifiers can 1021 set of identifiers defined in X.208. 1197 identifiers for the components, Type1, ..., Typen are the 1199 default values for the components. The identifiers are [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/soc/ti/ |
| H A D | sci-pm-domain.txt | 57 of valid identifiers for k2g.
|