Home
last modified time | relevance | path

Searched refs:Interface (Results 1 – 25 of 178) sorted by relevance

12345678

/freebsd-12.1/sys/dev/ce/
H A Dtau32-ddk.h289 typedef void(TAU32_CALLBACK_TYPE *TAU32_FifoTrigger)(TAU32_UserContext *pContext, int Interface, un…
411 int Interface; member
487 …ALL_TYPE TAU32_UpdateIdleCodes(TAU32_Controller *pControllerObject, int Interface, unsigned __int3…
489 …LL_TYPE TAU32_FifoPutCasAppend(TAU32_Controller *pControllerObject, int Interface, unsigned __int8…
490 …ALL_TYPE TAU32_FifoPutCasAhead(TAU32_Controller *pControllerObject, int Interface, unsigned __int8…
491 …U32_CALL_TYPE TAU32_FifoGetCas(TAU32_Controller *pControllerObject, int Interface, unsigned __int8…
492 …LL_TYPE TAU32_FifoPutFasAppend(TAU32_Controller *pControllerObject, int Interface, unsigned __int8…
493 …ALL_TYPE TAU32_FifoPutFasAhead(TAU32_Controller *pControllerObject, int Interface, unsigned __int8…
494 …U32_CALL_TYPE TAU32_FifoGetFas(TAU32_Controller *pControllerObject, int Interface, unsigned __int8…
495 …CALL_TYPE TAU32_SetFifoTrigger(TAU32_Controller *pControllerObject, int Interface, unsigned FifoId…
H A Dceddk.c489 req->Io.InterfaceConfig.Interface = TAU32_E1_A; in ce_init_board()
503 req->Io.InterfaceConfig.Interface = TAU32_E1_B; in ce_init_board()
973 req->Io.InterfaceConfig.Interface = TAU32_E1_A; in ce_set_baud()
1000 req->Io.InterfaceConfig.Interface = c->num ? TAU32_E1_B : TAU32_E1_A; in ce_set_lloop()
1027 req->Io.InterfaceConfig.Interface = c->num ? TAU32_E1_B : TAU32_E1_A; in ce_set_rloop()
1054 req->Io.InterfaceConfig.Interface = c->num ? TAU32_E1_B : TAU32_E1_A; in ce_set_higain()
1233 req->Io.InterfaceConfig.Interface = TAU32_E1_B; in ce_set_unfram()
1243 req->Io.InterfaceConfig.Interface = TAU32_E1_A; in ce_set_unfram()
1254 req->Io.InterfaceConfig.Interface = TAU32_E1_ALL; in ce_set_unfram()
1331 req->Io.InterfaceConfig.Interface = c->num ? TAU32_E1_B : TAU32_E1_A; in ce_set_scrambler()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTMerger.cpp240 void ExternalASTMerger::CompleteType(ObjCInterfaceDecl *Interface) { in CompleteType() argument
241 assert(Interface->hasExternalLexicalStorage()); in CompleteType()
243 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType()
252 Forward.MapImported(SourceInterface, Interface); in CompleteType()
259 bool ExternalASTMerger::CanComplete(DeclContext *Interface) { in CanComplete() argument
260 assert(Interface->hasExternalLexicalStorage() || in CanComplete()
261 Interface->hasExternalVisibleStorage()); in CanComplete()
263 ForEachMatchingDC(Interface, in CanComplete()
/freebsd-12.1/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new.py42 net = dbus.Interface(net_obj, WPAS_DBUS_BSS_INTERFACE)
106 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
140 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
H A Ddbus-listen-preq.py51 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
58 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
H A Dwpas-dbus-new-wps.py46 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
73 wps = dbus.Interface(if_obj, WPAS_DBUS_WPS_INTERFACE)
H A Dwpas-dbus-new-signals.py49 net = dbus.Interface(net_obj, WPAS_DBUS_BSS_INTERFACE)
136 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
150 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
/freebsd-12.1/lib/libbluetooth/
H A Dprotocols16 hid-control 17 HID-Control # Human Interface Device (control)
17 hid-interrupt 19 HID-Interrupt # Human Interface Device (interrupt)
/freebsd-12.1/contrib/gcclibs/libgomp/
H A Dlibgomp.texi190 @item @emph{Interface}: @tab @code{logical function omp_get_dynamic()}
248 @item @emph{Interface}: @tab @code{integer function omp_get_nested()}
358 @item @emph{Interface}: @tab @code{logical function omp_in_parallel()}
382 @item @emph{Interface}: @tab @code{subroutine omp_set_dynamic(set)}
411 @item @emph{Interface}: @tab @code{subroutine omp_set_dynamic(set)}
466 @item @emph{Interface}: @tab @code{subroutine omp_init_lock(lock)}
495 @item @emph{Interface}: @tab @code{subroutine omp_set_lock(lock)}
525 @item @emph{Interface}: @tab @code{subroutine omp_test_lock(lock)}
556 @item @emph{Interface}: @tab @code{subroutine omp_unset_lock(lock)}
583 @item @emph{Interface}: @tab @code{subroutine omp_destroy_lock(lock)}
[all …]
/freebsd-12.1/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_flush.py76 self.wpas = dbus.Interface(self.wpas_object,
93 self.p2p_interface = dbus.Interface(self.interface_object,
H A Dp2p_listen.py77 self.wpas = dbus.Interface(self.wpas_object,
94 self.p2p_interface = dbus.Interface(self.interface_object,
H A Dp2p_disconnect.py76 self.wpas = dbus.Interface(self.wpas_object,
93 self.p2p_interface = dbus.Interface(self.interface_object,
H A Dp2p_stop_find.py78 self.wpas = dbus.Interface(self.wpas_object,
95 self.p2p_interface = dbus.Interface(self.interface_object,
H A Dp2p_find.py80 self.wpas = dbus.Interface(self.wpas_object,
97 self.p2p_interface = dbus.Interface(self.interface_object,
H A Dp2p_invite.py91 self.wpas = dbus.Interface(self.wpas_object,
108 self.p2p_interface = dbus.Interface(self.interface_object,
H A Dp2p_group_add.py94 self.wpas = dbus.Interface(self.wpas_object,
111 self.p2p_interface = dbus.Interface(self.interface_object,
H A Dp2p_connect.py104 self.wpas = dbus.Interface(
130 self.p2p_interface = dbus.Interface(
/freebsd-12.1/contrib/llvm/include/llvm/
H A DPassSupport.h126 template <typename Interface, bool Default = false>
129 : RegisterAGBase(RPB.getPassName(), &Interface::ID, RPB.getTypeInfo(), in RegisterAnalysisGroup()
133 : RegisterAGBase(Name, &Interface::ID) {} in RegisterAnalysisGroup()
/freebsd-12.1/stand/efi/include/
H A Defiapi.h465 IN VOID *Interface
482 IN VOID *Interface
490 OUT VOID **Interface
567 OUT VOID **Interface,
621 VOID **Interface
/freebsd-12.1/contrib/ntp/
H A DREADME.refclocks23 IRIG_BANCOMM 16 /* Bancomm GPS/IRIG Interface */
28 GPS_VME 21 /* TrueTime GPS-VME Interface */
/freebsd-12.1/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1149 IN VOID *Interface
1224 IN VOID *Interface
1265 OUT VOID **Interface
1307 OUT VOID **Interface, OPTIONAL
1575 OUT VOID **Interface
/freebsd-12.1/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor.h69 #error No MAD Interface selected!
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp121 case TypeRecordKind::Interface: in getUdtKind()
122 return PDB_UdtType::Interface; in getUdtKind()
/freebsd-12.1/usr.sbin/bsdinstall/scripts/
H A Dnetconfig_ipv6111 --mixedform 'Static IPv6 Network Interface Configuration' 0 0 0 \
/freebsd-12.1/contrib/libpcap/
H A Dpcap-dll.rc22 VALUE "FileDescription", "System-Independent Interface for User-Level Packet Capture"

12345678