Home
last modified time | relevance | path

Searched refs:TDK (Results 1 – 23 of 23) sorted by relevance

/openbsd/src/sys/dev/pcmcia/
Dpcmciadevs50 vendor TDK 0x0105 TDK
398 /* TDK */
399 product TDK LAK_CD021BX 0x0200 TDK LAK-CD021BX
400 product TDK DFL9610 0x0d0a TDK DFL9610
401 product TDK LAK_CF010 0x0900 TDK LAC-CF010
402 product TDK LAK_CD011WL 0x0000 TDK LAK-CD011WL
/openbsd/src/sys/dev/mii/
Dmiidevs65 oui TDK 0x00c039 TDK
320 /* TDK */
321 model TDK 78Q2120 0x0014 78Q2120
322 model TDK 78Q2121 0x0015 78Q2121
/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D1342.chain17 AIL+xqrtYvzQjbpbVvlOzy1toO7LCmkoTQCoqbpjlHXdqCFv4lQjhhKlphyc+TDK
/openbsd/src/sys/arch/alpha/conf/
DRAMDISKC41 tqphy* at mii? # TDK 78Q212x PHYs
DRAMDISKB67 tqphy* at mii? # TDK 78Q212x PHYs
DRAMDISK79 tqphy* at mii? # TDK 78Q212x PHYs
DRAMDISKBIG171 tqphy* at mii? # TDK 78Q212x PHYs
DGENERIC283 tqphy* at mii? # TDK 78Q212x PHYs
/openbsd/src/sys/arch/i386/conf/
DRAMDISK131 #tqphy* at mii? # TDK 78Q212x PHYs
DRAMDISK_CD315 tqphy* at mii? # TDK 78Q212x PHYs
DGENERIC655 tqphy* at mii? # TDK 78Q212x PHYs
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaTemplateDeduction.cpp3680 if (auto TDK = in FinishTemplateArgumentDeduction() local
3682 return TDK; in FinishTemplateArgumentDeduction()
4742 auto DeductionFailed = [&](TemplateDeductionResult TDK) { in DeduceAutoType() argument
4749 return TDK; in DeduceAutoType()
4790 if (auto TDK = DeduceTemplateArgumentsFromCallArgument( in DeduceAutoType() local
4794 if (TDK == TDK_Inconsistent) { in DeduceAutoType()
4800 return DeductionFailed(TDK); in DeduceAutoType()
4816 if (auto TDK = DeduceTemplateArgumentsFromCallArgument( in DeduceAutoType() local
4819 return DeductionFailed(TDK); in DeduceAutoType()
4858 if (auto TDK = in DeduceAutoType() local
[all …]
DSemaTemplate.cpp9372 if (TemplateDeductionResult TDK = DeduceTemplateArguments( in CheckFunctionTemplateSpecialization() local
9380 MakeDeductionFailureInfo(Context, TDK, Info)); in CheckFunctionTemplateSpecialization()
9381 (void)TDK; in CheckFunctionTemplateSpecialization()
10539 if (TemplateDeductionResult TDK in ActOnExplicitInstantiation() local
10547 MakeDeductionFailureInfo(Context, TDK, Info)); in ActOnExplicitInstantiation()
10548 (void)TDK; in ActOnExplicitInstantiation()
DSemaOverload.cpp617 Sema::TemplateDeductionResult TDK, in MakeDeductionFailureInfo() argument
620 Result.Result = static_cast<unsigned>(TDK); in MakeDeductionFailureInfo()
622 switch (TDK) { in MakeDeductionFailureInfo()
11304 unsigned TDK = Cand->DeductionFailure.Result; in DiagnoseBadDeduction() local
11305 if (TDK == Sema::TDK_TooFewArguments || TDK == Sema::TDK_TooManyArguments) { in DiagnoseBadDeduction()
/openbsd/src/sys/arch/macppc/conf/
DRAMDISK105 tqphy* at mii? # TDK Semiconductor PHYs
DGENERIC118 tqphy* at mii? # TDK Semiconductor PHYs
/openbsd/src/sys/arch/hppa/conf/
DRAMDISK185 tqphy* at mii? # TDK Semiconductor PHYs
DGENERIC304 tqphy* at mii? # TDK Semiconductor PHYs
/openbsd/src/sys/arch/amd64/conf/
DRAMDISK_CD318 tqphy* at mii? # TDK 78Q212x PHYs
DGENERIC623 tqphy* at mii? # TDK 78Q212x PHYs
/openbsd/src/sys/arch/sparc64/conf/
DGENERIC453 tqphy* at mii? # TDK 78Q212x PHYs
/openbsd/src/sys/dev/usb/
Dusbdevs124 vendor TDK 0x04bf TDK
4440 /* TDK products */
4441 product TDK UPA9664 0x0115 USB-PDC Adapter UPA9664
4442 product TDK UCA1464 0x0116 USB-cdmaOne Adapter UCA1464
4443 product TDK UHA6400 0x0117 USB-PHS Adapter UHA6400
4444 product TDK UPA6400 0x0118 USB-PHS Adapter UPA6400
4445 product TDK BLUETOOTH 0x0309 Bluetooth
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DSema.h13961 MakeDeductionFailureInfo(ASTContext &Context, Sema::TemplateDeductionResult TDK,