Home
last modified time | relevance | path

Searched refs:InterfaceType (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dactbl3.h256 UINT8 InterfaceType; /* 0=full 16550, 1=subset of 16550 */ member
300 UINT8 InterfaceType; member
H A Dactbl2.h351 UINT32 InterfaceType; member
1627 UINT8 InterfaceType; member
/freebsd-14.2/sys/dev/uart/
H A Duart_cpu_acpi.c166 cd = uart_cpu_acpi_scan(spcr->InterfaceType); in uart_cpu_acpi_spcr()
/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmtbinfo3.c247 {ACPI_DMT_UINT8, ACPI_SPCR_OFFSET (InterfaceType), "Interface Type", 0},
279 {ACPI_DMT_UINT8, ACPI_SPMI_OFFSET (InterfaceType), "Interface Type", 0},
H A Ddmtbinfo1.c294 {ACPI_DMT_AEST_GIC, ACPI_AEST4_OFFSET (InterfaceType), "GIC Interface Type", 0},
H A Ddmtbinfo2.c967 {ACPI_DMT_UINT8, ACPI_MCHI_OFFSET (InterfaceType), "Interface Type", 0},
/freebsd-14.2/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h181 UINT8 InterfaceType; member
/freebsd-14.2/usr.sbin/bhyve/
H A Dacpi.c713 spcr.InterfaceType = ACPI_DBG2_16550_COMPATIBLE; in build_spcr()
/freebsd-14.2/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1175 IN EFI_INTERFACE_TYPE InterfaceType,
/freebsd-14.2/stand/efi/include/
H A Defiapi.h467 IN EFI_INTERFACE_TYPE InterfaceType,
/freebsd-14.2/lib/libefivar/
H A Defivar-dp-format.c395 Bmc->InterfaceType, in DevPathToTextBmc()
H A Defivar-dp-parse.c722 BmcDp->InterfaceType = (UINT8)Strtoi (InterfaceTypeStr); in DevPathFromTextBmc()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4114 auto *InterfaceType = cast<llvm::DICompositeType>(It->second); in getObjCMethodDeclaration() local
4116 InterfaceType, getObjCMethodName(OMD), StringRef(), in getObjCMethodDeclaration()
4117 InterfaceType->getFile(), LineNo, FnType, LineNo, Flags, SPFlags); in getObjCMethodDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12526 QualType InterfaceType = Type->getPointeeType(); in hasIsEqualMethod() local
12535 InterfaceType, in hasIsEqualMethod()