Home
last modified time | relevance | path

Searched refs:Device (Results 1 – 25 of 1824) sorted by relevance

12345678910>>...73

/linux/Documentation/PCI/endpoint/
H A Dpci-endpoint-cfs.rst35 Creating EPF Device
44 ... <EPF Device 11>/
45 ... <EPF Device 21>/
46 ... <EPF Device 31>/
48 ... <EPF Device 12>/
49 ... <EPF Device 22>/
56 (These entries are created by the framework when any new <EPF Device> is
61 ... <EPF Device 11>/
72 ... <Symlink EPF Device 31>/
84 The <EPF Device> directory can have a list of symbolic links
[all …]
H A Dpci-vntb-howto.rst15 Endpoint Device
45 Creating pci-epf-vntb Device
77 Configuring pci-epf-vntb Device
109 Binding pci-epf-ntb Device to EP Controller
130 RootComplex Device
137 "Creating pci-epf-ntb Device" section above::
140 00:00.0 PCI bridge: Freescale Semiconductor Inc Device 0000 (rev 01)
141 01:00.0 RAM memory: Freescale Semiconductor Inc Device 0809
143 Endpoint Device / Virtual PCI bus
150 "Creating pci-epf-ntb Device" section above::
[all …]
H A Dpci-ntb-howto.rst15 Endpoint Device
49 Creating pci-epf-ntb Device
81 Configuring pci-epf-ntb Device
108 Binding pci-epf-ntb Device to EP Controller
135 RootComplex Device
142 "Creating pci-epf-ntb Device" section above::
145 0000:00:00.0 PCI bridge: Texas Instruments Device b00d
146 0000:01:00.0 RAM memory: Texas Instruments Device b00d
149 Using ntb_hw_epf Device
/linux/rust/kernel/net/
H A Dphy.rs74 pub struct Device(Opaque<bindings::phy_device>); struct
76 impl Device { impl
284 impl AsRef<kernel::device::Device> for Device { implementation
285 fn as_ref(&self) -> &kernel::device::Device { in as_ref() argument
288 unsafe { kernel::device::Device::as_ref(addr_of_mut!((*phydev).mdio.dev)) } in as_ref()
322 let dev = unsafe { Device::from_raw(phydev) }; in soft_reset_callback()
337 let dev = unsafe { Device::from_raw(phydev) }; in probe_callback()
353 let dev = unsafe { Device::from_raw(phydev) }; in get_features_callback()
367 let dev = unsafe { Device::from_raw(phydev) }; in suspend_callback()
381 let dev = unsafe { Device::from_raw(phydev) }; in resume_callback()
[all …]
/linux/drivers/net/phy/
H A Dax88796b_rust.rs34 fn asix_soft_reset(dev: &mut phy::Device) -> Result { in asix_soft_reset()
50 fn read_status(dev: &mut phy::Device) -> Result<u16> { in read_status()
81 fn suspend(dev: &mut phy::Device) -> Result { in suspend()
85 fn resume(dev: &mut phy::Device) -> Result { in resume()
89 fn soft_reset(dev: &mut phy::Device) -> Result { in soft_reset()
93 fn link_change_notify(dev: &mut phy::Device) { in link_change_notify() argument
111 fn suspend(dev: &mut phy::Device) -> Result { in suspend()
115 fn resume(dev: &mut phy::Device) -> Result { in resume()
119 fn soft_reset(dev: &mut phy::Device) -> Result { in soft_reset()
131 fn soft_reset(dev: &mut phy::Device) -> Result { in soft_reset()
/linux/Documentation/networking/device_drivers/ethernet/marvell/
H A Docteon_ep_vf.rst18 * Network controller: Cavium, Inc. Device b203
19 * Network controller: Cavium, Inc. Device b403
20 * Network controller: Cavium, Inc. Device b103
21 * Network controller: Cavium, Inc. Device b903
22 * Network controller: Cavium, Inc. Device ba03
23 * Network controller: Cavium, Inc. Device bc03
24 * Network controller: Cavium, Inc. Device bd03
H A Docteon_ep.rst25 * Network controller: Cavium, Inc. Device b100
26 * Network controller: Cavium, Inc. Device b200
27 * Network controller: Cavium, Inc. Device b400
28 * Network controller: Cavium, Inc. Device b900
29 * Network controller: Cavium, Inc. Device ba00
30 * Network controller: Cavium, Inc. Device bc00
31 * Network controller: Cavium, Inc. Device bd00
/linux/Documentation/firmware-guide/acpi/
H A Di2c-muxes.rst8 Device () scope per mux channel.
19 Device (SMB1)
22 Device (MUX0)
31 Device (CH00)
35 Device (CLIA)
46 Device (CH01)
50 Device (CLIB)
H A DDSD-properties-rules.rst4 _DSD Device Properties Usage Rules
10 The _DSD (Device Specific Data) configuration object, introduced in ACPI 5.1,
23 generic Device Properties UUID in the _DSD return package as specified in the
25 "Device Properties UUID" in _DSD (Device Specific Data) Implementation Guide
29 that can be returned by _DSD in the Device Properties UUID sub-package for a
34 can be returned in the Device Properties UUID sub-package for the device in
42 "Hierarchical Data Extension UUID" in _DSD (Device Specific Data)
52 Valid property sets must follow the guidance given by the Device Properties UUID
60 associated with the Device Properties UUID.
82 Property Sets and Device Tree Bindings
[all …]
H A Dintel-pmc-mux.rst22 Device modes. The driver is located here: drivers/usb/typec/mux/intel_pmc_mux.c.
37 Device (CH0)
42 Device (CH1)
48 _PLD (Physical Location of Device)
56 Device (CH0)
67 Mux-agent specific _DSD Device Properties
119 Device (MUX)
123 Device (CH0)
138 Device (CH1)
/linux/drivers/scsi/device_handler/
H A DKconfig3 # SCSI Device Handler configuration
7 bool "SCSI Device Handlers"
11 SCSI Device Handlers provide device specific support for
16 tristate "LSI RDAC Device Handler"
22 tristate "HP/COMPAQ MSA Device Handler"
30 tristate "EMC CLARiiON Device Handler"
36 tristate "SPC-3 ALUA Device Handler"
39 SCSI Device handler for generic SPC-3 Asymmetric Logical Unit
/linux/rust/kernel/net/phy/
H A Dreg.rs11 use super::Device;
45 fn read(&self, dev: &mut Device) -> Result<u16>; in read()
48 fn write(&self, dev: &mut Device, val: u16) -> Result; in write() argument
51 fn read_status(dev: &mut Device) -> Result<u16>; in read_status()
105 fn read(&self, dev: &mut Device) -> Result<u16> { in read()
117 fn write(&self, dev: &mut Device, val: u16) -> Result { in write() argument
127 fn read_status(dev: &mut Device) -> Result<u16> { in read_status()
197 fn read(&self, dev: &mut Device) -> Result<u16> { in read()
207 fn write(&self, dev: &mut Device, val: u16) -> Result { in write() argument
216 fn read_status(dev: &mut Device) -> Result<u16> { in read_status()
/linux/Documentation/devicetree/bindings/usb/
H A Dlpc32xx-udc.txt1 * NXP LPC32xx SoC USB Device Controller (UDC)
8 * USB Device Low Priority Interrupt
9 * USB Device High Priority Interrupt
10 * USB Device DMA Interrupt
/linux/Documentation/admin-guide/auxdisplay/
H A Dks0108.rst24 2. Device Information
28 :Device Name: KS0108 LCD Controller
29 :Device Code: ks0108
31 :Device Webpage: -
/linux/sound/soc/img/
H A DKconfig8 tristate "Imagination I2S Input Device Driver"
16 tristate "Imagination I2S Output Device Driver"
24 tristate "Imagination Parallel Output Device Driver"
32 tristate "Imagination SPDIF Input Device Driver"
40 tristate "Imagination SPDIF Output Device Driver"
/linux/arch/arm/mach-spear/
H A DKconfig30 bool "SPEAr1310 Machine support with Device Tree"
37 bool "SPEAr1340 Machine support with Device Tree"
57 bool "SPEAr300 Machine support with Device Tree"
63 bool "SPEAr310 Machine support with Device Tree"
69 bool "SPEAr320 Machine support with Device Tree"
/linux/Documentation/hwmon/
H A Dmp2856.rst34 Device supports:
39 Device compliant with:
43 Device supports direct format for reading output current, output voltage,
45 Device supports linear format for reading input voltage and input power.
46 Device supports VID and direct formats for reading output voltage.
H A Dsmsc47b397.rst41 HWM Base address can be obtained from Logical Device 8, registers 0x60 (MSB)
126 a. Write the index of the Logical Device Number Configuration Register
146 The following is an example of how to read the SIO Device ID located at 0x20:
164 The registers of interest for identifying the SIO on the dc7100 are Device ID
165 (0x20) and Device Rev (0x21).
167 The Device ID will read 0x6F (0x81 for SCH5307-NS, and 0x85 for SCH5317)
168 The Device Rev currently reads 0x01
174 Logical Device 8::
187 OUT DX,AL;Point to Logical Device 8
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-types.rst282 - Device node interface for the Digital TV frontend
286 - Device node interface for the Digital TV demux
290 - Device node interface for the Digital TV DVR
294 - Device node interface for the Digital TV Conditional Access
298 - Device node interface for the Digital TV network control
302 - Device node interface for video (V4L)
306 - Device node interface for VBI (V4L)
310 - Device node interface for radio (V4L)
314 - Device node interface for a V4L subdevice
318 - Device node interface for Software Defined Radio (V4L)
[all …]
/linux/Documentation/arch/arm/
H A Dmicrochip.rst205 Device Tree for AT91 SoCs and boards
207 All AT91 SoCs are converted to Device Tree. Since Linux 3.19, these products
211 Device Tree files and Device Tree bindings that apply to AT91 SoCs and boards are
213 any time. So, be sure to use a Device Tree Binary and a Kernel Image generated from
221 - SoCs Device Tree Source Include files are named after the official name of
223 - Device Tree Source Include files (.dtsi) are used to collect common nodes that can be
228 - board Device Tree Source files (.dts) are prefixed by the string "at91-" so
/linux/arch/arm/mach-sti/
H A DKconfig23 STiH418 family SoCs using the Device Tree for discovery. More
35 and other digital audio/video applications using Flattned Device
44 and other digital audio/video applications using Flattened Device
54 and other digital audio/video applications using Flattened Device
/linux/arch/arm/mach-orion5x/
H A DKconfig21 bool "Marvell Orion5x Flattened Device Tree"
32 bool "Marvell Orion-NAS Reference Design (Flattened Device Tree)"
37 Orion-NAS (88F5182) RD2, Flattened Device Tree.
79 bool "Buffalo Linkstation Mini (Flattened Device Tree)"
107 bool "LaCie d2 Network / Big Disk Network (Flattened Device Tree)"
122 bool "Maxtor Shared Storage II (Flattened Device Tree)"
/linux/arch/arm64/boot/dts/socionext/
H A Duniphier-pxs3-ref-gadget1.dts3 // Device Tree Source for UniPhier PXs3 Reference Board (for USB-Device #1)
12 model = "UniPhier PXs3 Reference Board (USB-Device #1)";
H A Duniphier-pxs3-ref-gadget0.dts3 // Device Tree Source for UniPhier PXs3 Reference Board (for USB-Device #0)
12 model = "UniPhier PXs3 Reference Board (USB-Device #0)";
/linux/drivers/of/
H A DKconfig12 bool "Device Tree and Open Firmware support"
22 bool "Device Tree runtime unit tests"
55 bool "Build all Device Tree Blobs"
59 This option builds all possible Device Tree Blobs (DTBs) for the
106 bool "Device Tree overlays"
117 tristate "Device Tree overlay KUnit tests" if !KUNIT_ALL_TESTS

12345678910>>...73