Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd-13.1/sys/contrib/device-tree/Bindings/media/
H A Dti-am437x-vpfe.txt14 0 - Raw Bayer Interface.
15 1 - 8 Bit BT656 Interface.
16 2 - 10 Bit BT656 Interface.
17 3 - YCbCr 8 Bit Interface.
18 4 - YCbCr 16 Bit Interface.
H A Dimx7-csi.txt1 Freescale i.MX7 CMOS Sensor Interface
7 This is device node for the CMOS Sensor Interface (CSI) which enables the chip
/freebsd-13.1/sys/contrib/device-tree/Bindings/powerpc/nintendo/
H A Dwii.txt23 1.a) The Video Interface (VI) node
34 1.b) The Processor Interface (PI) node
67 1.d) The Serial Interface (SI) node
79 1.e) The Audio Interface (AI) node
90 1.f) The External Interface (EXI) node
100 1.g) The Open Host Controller Interface (OHCI) nodes
110 1.h) The Enhanced Host Controller Interface (EHCI) node
112 Represents the USB 2.0 Enhanced Host Controller Interface.
120 1.i) The Secure Digital Host Controller Interface (SDHCI) nodes
167 1.n) The Disk Interface (DI) node
H A Dgamecube.txt14 1.a) The Video Interface (VI) node
25 1.b) The Processor Interface (PI) node
67 1.d) The Disk Interface (DI) node
77 1.e) The Audio Interface (AI) node
88 1.f) The Serial Interface (SI) node
100 1.g) The External Interface (EXI) node
/freebsd-13.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…
/freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/
H A Dzii,rave-sp.txt23 rave-sp-nvmem : Interface to onboard EEPROM
25 rave-sp-hwmon : Interface to onboard hardware sensors
26 rave-sp-leds : Interface to onboard LEDs
27 rave-sp-input : Interface to onboard power button
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp193 std::vector<DiffOutput> getSingleIF(InterfaceFile *Interface, in getSingleIF() argument
198 Order, Interface->getInstallName())); in getSingleIF()
201 Order, Interface->getCurrentVersion())); in getSingleIF()
204 Order, Interface->getCompatibilityVersion())); in getSingleIF()
207 Order, Interface->getSwiftABIVersion())); in getSingleIF()
210 Order, Interface->isInstallAPI())); in getSingleIF()
213 Order, Interface->isTwoLevelNamespace())); in getSingleIF()
216 Order, Interface->isApplicationExtensionSafe())); in getSingleIF()
218 Interface->reexportedLibraries(), Order); in getSingleIF()
222 diffAttribute("Symbols", Output, Interface->symbols(), Order); in getSingleIF()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp325 void ExternalASTMerger::CompleteType(ObjCInterfaceDecl *Interface) { in CompleteType() argument
326 assert(Interface->hasExternalLexicalStorage()); in CompleteType()
328 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType()
337 Forward.MapImported(SourceInterface, Interface); in CompleteType()
344 bool ExternalASTMerger::CanComplete(DeclContext *Interface) { in CanComplete() argument
345 assert(Interface->hasExternalLexicalStorage() || in CanComplete()
346 Interface->hasExternalVisibleStorage()); in CanComplete()
348 ForEachMatchingDC(Interface, in CanComplete()
/freebsd-13.1/sys/contrib/device-tree/Bindings/phy/
H A Dti-phy-gmii-sel.txt1 CPSW Port's Interface Mode Selection PHY Tree Bindings
31 CPSW Port's Interface Mode Selection PHY describes MII interface mode between
34 CPSW Port's Interface Mode Selection PHY device should defined as child device
H A Dti,phy-gmii-sel.yaml8 title: CPSW Port's Interface Mode Selection PHY Tree Bindings
41 CPSW Port's Interface Mode Selection PHY describes MII interface mode between
44 CPSW Port's Interface Mode Selection PHY device should defined as child device
/freebsd-13.1/sys/contrib/device-tree/Bindings/serial/
H A Damlogic,meson-uart.yaml8 title: Amlogic Meson SoC UART Serial Interface
14 The Amlogic Meson SoC UART Serial Interface is present on a large range
18 The particularity of the "Always-On" Serial Interface is that the hardware
/freebsd-13.1/sys/contrib/device-tree/Bindings/extcon/
H A Dextcon-sm5502.txt2 * SM5502 MUIC (Micro-USB Interface Controller) device
4 The Silicon Mitus SM5502 is a MUIC (Micro-USB Interface Controller) device
/freebsd-13.1/contrib/wpa/wpa_supplicant/examples/
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.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 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-13.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-13.1/sys/contrib/device-tree/Bindings/sound/
H A Dfsl,esai.txt1 Freescale Enhanced Serial Audio Interface (ESAI) Controller
3 The Enhanced Serial Audio Interface (ESAI) provides a full-duplex serial port
5 standard codecs, Sony/Phillips Digital Interface (S/PDIF) transceivers, and
/freebsd-13.1/sys/contrib/device-tree/Bindings/firmware/xilinx/
H A Dxlnx,zynqmp-firmware.txt2 Device Tree Bindings for the Xilinx Zynq MPSoC Firmware Interface
7 driver provides an interface to firmware APIs. Interface APIs can be
/freebsd-13.1/sys/contrib/device-tree/Bindings/net/
H A Dti,dp83867.yaml24 IEEE 802.3 Standard Media Independent Interface (MII), the IEEE 802.3 Gigabit
25 Media Independent Interface (GMII) or Reduced GMII (RGMII).
37 MAC Interface Impedance control to set the programmable output impedance
43 MAC Interface Impedance control to set the programmable output impedance
H A Dxilinx_gmii2rgmii.txt4 The Gigabit Media Independent Interface (GMII) to Reduced Gigabit Media
5 Independent Interface (RGMII) core provides the RGMII between RGMII-compliant
/freebsd-13.1/sys/contrib/device-tree/Bindings/slimbus/
H A Dslim-qcom-ctrl.txt18 - clocks : Interface and core clocks used by this SLIMbus controller
20 "iface" : Interface clock for this controller
/freebsd-13.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,
/freebsd-13.1/sys/contrib/device-tree/Bindings/powerpc/4xx/
H A Dakebono.txt14 1.a) The Secure Digital Host Controller Interface (SDHCI) node
24 1.b) The Advanced Host Controller Interface (AHCI) SATA node
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/firmware/
H A Dsdei.txt1 * Software Delegated Exception Interface (SDEI)
4 ARM DEN 0054A ("Software Delegated Exception Interface") can be used by

12345678910>>...13