Home
last modified time | relevance | path

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

12345678910>>...17

/linux/drivers/char/tpm/
H A DKconfig63 tristate "TPM Interface Specification 1.2 Interface / TPM 2.0 FIFO Interface"
74 tristate "TPM Interface Specification 1.3 Interface / TPM 2.0 FIFO Interface - (SPI)"
86 bool "Cr50 SPI Interface"
93 tristate "TPM Interface Specification 1.3 Interface / TPM 2.0 FIFO Interface - (I2C - generic)"
105 tristate "TPM Interface Specification 1.2 Interface / TPM 2.0 FIFO Interface (MMIO - SynQuacer)"
117 tristate "TPM Interface Specification 2.0 Interface (I2C - CR50)"
126 tristate "TPM Interface Specification 1.2 Interface (I2C - Atmel)"
135 tristate "TPM Interface Specification 1.2 Interface (I2C - Infineon)"
146 tristate "TPM Interface Specification 1.2 Interface (I2C - Nuvoton)"
156 tristate "National Semiconductor TPM Interface"
[all …]
/linux/drivers/zorro/
H A Dzorro.ids66 0100 Easyl Drawing Tablet Interface
135 0800 Impact 3001 [IDE Interface]
152 0d00 Impact 3001 [IDE Interface]
190 0600 Tandem AT-2008/508 [IDE Interface]
194 4000 ISDN MasterCard [ISDN Interface]
204 0100 IEEE-488 Interface Card
208 0500 32Bit Parallel I/O Interface
210 0700 16 Channel ADC Interface
217 0300 Advantage [IDE Interface]
238 0600 Tandem AT-2008/508 [IDE Interface]
[all …]
/linux/rust/kernel/
H A Dusb.rs69 let intf = unsafe { &*intf.cast::<Interface<device::CoreInternal>>() }; in probe_callback()
90 let intf = unsafe { &*intf.cast::<Interface<device::CoreInternal>>() }; in disconnect_callback()
299 interface: &Interface<device::Core>, in probe()
307 fn disconnect(interface: &Interface<device::Core>, data: Pin<&Self>); in disconnect()
323 pub struct Interface<Ctx: device::DeviceContext = device::Normal>( struct
328 impl<Ctx: device::DeviceContext> Interface<Ctx> { impl
336 unsafe impl<Ctx: device::DeviceContext> device::AsBusDevice<Ctx> for Interface<Ctx> { implementation
342 kernel::impl_device_context_deref!(unsafe { Interface });
343 kernel::impl_device_context_into_aref!(Interface);
345 impl<Ctx: device::DeviceContext> AsRef<device::Device<Ctx>> for Interface<Ctx> { implementation
[all …]
/linux/drivers/mmc/host/
H A DKconfig27 tristate "ARM AMBA Multimedia Card Interface support"
31 Interface (PL180 and PL181) support. If you have an ARM(R)
58 tristate "Intel PXA25x/26x/27x Multimedia Card Interface support"
61 This selects the Intel(R) PXA(R) Multimedia card Interface.
68 tristate "Secure Digital Host Controller Interface support"
71 This selects the generic Secure Digital Host Controller Interface.
118 This selects the PCI Secure Digital Host Controller Interface.
157 Host Controller Interface based platform and OF drivers.
170 This selects the Arasan Secure Digital Host Controller Interface
184 This selects the ASPEED Secure Digital Host Controller Interface.
[all …]
/linux/Documentation/devicetree/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.
/linux/Documentation/devicetree/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.h) The Enhanced Host Controller Interface (EHCI) node
102 Represents the USB 2.0 Enhanced Host Controller Interface.
110 1.i) The Secure Digital Host Controller Interface (SDHCI) nodes
153 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
/linux/Documentation/gpu/amdgpu/
H A Dras.rst20 RAS Error Count sysfs Interface
24 :doc: AMDGPU RAS sysfs Error Count Interface
26 RAS EEPROM debugfs Interface
32 RAS VRAM Bad Pages sysfs Interface
36 :doc: AMDGPU RAS sysfs gpu_vram_bad_pages Interface
/linux/drivers/usb/typec/ucsi/
H A DKconfig4 tristate "USB Type-C Connector System Software Interface driver"
9 USB Type-C Connector System Software Interface (UCSI) is a
31 tristate "UCSI Interface Driver for Cypress CCGx"
41 tristate "UCSI ACPI Interface Driver"
53 tristate "UCSI Interface Driver for STM32G0"
63 tristate "UCSI Qualcomm PMIC GLINK Interface Driver"
86 tristate "UCSI Interface Driver for Lenovo Yoga C630"
97 tristate "UCSI Interface Driver for Huawei Matebook E Go"
/linux/drivers/char/tpm/st33zp24/
H A DKconfig13 tristate "STMicroelectronics TPM Interface Specification 1.2 Interface (I2C)"
23 tristate "STMicroelectronics TPM Interface Specification 1.2 Interface (SPI)"
/linux/drivers/staging/greybus/Documentation/firmware/
H A Dfirmware-management7 Interface-Manifest
12 Interface Manifest shall at least contain the Firmware Management Bundle and a
18 For example, this is how the Firmware Management part of the Interface Manifest
62 device is created within the Bundle directory for a particular Interface.
143 the currently running Interface Firmware. All the fields of the 'struct
149 running Backend Interface Firmware identified by a firmware-tag. The user is
156 This ioctl shall be used by the user to load an Interface Firmware package on
157 an Interface. The user needs to fill the 'firmware_tag' and 'load_method'
163 This ioctl shall be used by the user to request an Interface to update a
164 Backend Interface Firmware. The user is required to fill the 'firmware_tag'
[all …]
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A DKconfig40 DPI Interface. This is the Parallel Display Interface.
62 HDMI Interface for OMAP5 and similar cores. This adds the High
63 Definition Multimedia Interface. See https://www.hdmi.org/ for HDMI
69 SDI (Serial Display Interface) support.
77 MIPI DSI (Display Serial Interface) support.
/linux/samples/rust/
H A Drust_driver_usb.rs9 _intf: ARef<usb::Interface>,
24 intf: &usb::Interface<Core>, in probe()
34 fn disconnect(intf: &usb::Interface<Core>, _data: Pin<&Self>) { in disconnect()
/linux/Documentation/driver-api/xilinx/
H A Deemi.rst5 Xilinx Zynq MPSoC Firmware Interface
9 driver provides an interface to firmware APIs. Interface APIs can be
12 Embedded Energy Management Interface (EEMI)
39 [0] Embedded Energy Management Interface (EEMI) API guide:
/linux/drivers/media/platform/nxp/imx8-isi/
H A DKconfig4 tristate "i.MX8 Image Sensor Interface (ISI) driver"
14 V4L2 driver for the Image Sensor Interface (ISI) found in various
18 bool "i.MX8 Image Sensor Interface (ISI) memory-to-memory support"
/linux/Documentation/misc-devices/
H A Dibmvmc.rst84 communicate capabilities to their partner. HMC Interface messages are used
88 Interface CRQ message. Only the management partition drives RDMA
104 Example Management Partition VMC Driver Interface
113 VMC Interface Initialization
142 VMC Interface Open
152 RDMA of the HMC ID to the hypervisor, and then sends an Interface Open
156 connection. Finally, the hypervisor sends an Interface Open Response
165 Interface Open
171 Interface Open Response
174 VMC Interface Runtime
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-genwqe26 Description: Interface to set the next bitstream to be used.
31 Description: Interface to trigger a PCIe card reset to reload the bitstream.
44 Description: Interface to read the cards temperature sense register.
49 Description: Interface to read the cards free running timer.
55 Description: Interface to read queue working time.
/linux/drivers/gpu/drm/omapdrm/
H A DKconfig52 DPI Interface. This is the Parallel Display Interface.
83 HDMI Interface for OMAP5 and similar cores. This adds the High
84 Definition Multimedia Interface. See http://www.hdmi.org/ for HDMI
91 SDI (Serial Display Interface) support.
101 MIPI DSI (Display Serial Interface) support.
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-facebook-minipack.dts128 * to PIM (Port Interface Module) #1 (1-based).
141 * to PIM (Port Interface Module) #2 (1-based).
154 * to PIM (Port Interface Module) #3 (1-based).
167 * to PIM (Port Interface Module) #4 (1-based).
180 * to PIM (Port Interface Module) #5 (1-based).
193 * to PIM (Port Interface Module) #6 (1-based).
206 * to PIM (Port Interface Module) #7 (1-based).
219 * to PIM (Port Interface Module) #8 (1-based).
805 * (Port Interface Module) #1 (1-based).
871 * (Port Interface Module) #2 (1-based).
[all …]
/linux/Documentation/networking/
H A Doperstates.rst40 Interface is admin up
43 Interface is in RFC2863 operational state UP or UNKNOWN. This is for
59 Interface is in unknown state, neither driver nor userspace has set
60 operational state. Interface must be considered for user data as
68 Interface is unable to transfer data on L1, f.e. ethernet is not
76 Interface is in testing mode, for example executing driver self-tests
81 Interface is L1 up, but waiting for an external event, f.e. for a
85 Interface is operational up and can be used.
/linux/Documentation/networking/device_drivers/ethernet/marvell/
H A Docteon_ep.rst15 - `Interface Control`_
33 Interface Control
35 Network Interface control like changing mtu, link speed, link down/up are
/linux/drivers/media/platform/intel/
H A DKconfig6 tristate "PXA27x Quick Capture Interface driver"
14 This is a v4l2 driver for the PXA27x Quick Capture Interface
/linux/drivers/media/platform/atmel/
H A DKconfig6 tristate "ATMEL Image Sensor Interface (ISI) support"
13 This module makes the ATMEL Image Sensor Interface available
/linux/Documentation/userspace-api/
H A Disapnp.rst5 Interface /proc/isapnp
10 Interface /proc/bus/isapnp
/linux/net/bluetooth/hidp/
H A DKconfig6 HIDP (Human Interface Device Protocol) is a transport layer
8 Interface Device Profile.

12345678910>>...17