Home
last modified time | relevance | path

Searched refs:Module (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/linux/arch/m68k/ifpsp060/
H A DREADME32 fpsp.sa Full FP Kernel Module - hex image
33 fpsp.s Full FP Kernel Module - source code
34 fpsp.doc Full FP Kernel Module - on-line documentation
36 pfpsp.sa Partial FP Kernel Module - hex image
37 pfpsp.s Partial FP Kernel Module - source code
39 fplsp.sa FP Library Module - hex image
40 fplsp.s FP Library Module - source code
41 fplsp.doc FP Library Module - on-line documentation
43 isp.sa Integer Unimplemented Kernel Module - hex image
44 isp.s Integer Unimplemented Kernel Module - source code
[all …]
/linux/scripts/
H A DMakefile.modpost77 vmlinux.symvers Module.symvers: .vmlinux.objs
110 output-symdump := $(if $(KBUILD_MODULES), Module.symvers, vmlinux.symvers)
122 output-symdump := Module.symvers
124 ifeq ($(wildcard $(objtree)/Module.symvers),)
125 missing-input := $(objtree)/Module.symvers
127 modpost-args += -i $(objtree)/Module.symvers
128 modpost-deps += $(objtree)/Module.symvers
/linux/drivers/hid/surface-hid/
H A DKconfig2 menu "Surface System Aggregator Module HID support"
6 tristate "HID transport driver for Surface System Aggregator Module"
14 by the Surface Aggregator Module (i.e. the embedded controller) on
24 tristate "HID keyboard transport driver for Surface System Aggregator Module"
30 by the Surface Aggregator Module (i.e. the embedded controller) on
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-facebook-minipack.dts102 * connecting to top FCM (Fan Control Module).
115 * connecting to bottom FCM (Fan Control Module).
128 * 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).
[all …]
/linux/drivers/platform/surface/aggregator/
H A DKconfig5 tristate "Microsoft Surface System Aggregator Module Subsystem and Drivers"
10 The Surface System Aggregator Module (Surface SAM or SSAM) is an
46 bool "Surface System Aggregator Module Bus"
50 Expands the Surface System Aggregator Module (SSAM) core driver by
58 bool "Surface System Aggregator Module Error Injection Capabilities"
63 Aggregator Module subsystem and Surface Serial Hub driver.
/linux/drivers/scsi/megaraid/
H A DKconfig.megaraid9 tristate "LSI Logic Management Module (New Driver)"
12 Management Module provides ioctl, sysfs support for LSI Logic
80 tristate "LSI Logic MegaRAID SAS RAID Module"
84 Module for LSI Logic's SAS based RAID controllers.
86 Module will be called megaraid_sas
/linux/samples/rust/
H A Drust_driver_faux.rs5 use kernel::{c_str, faux, prelude::*, Module};
19 impl Module for SampleModule {
/linux/Documentation/devicetree/bindings/arm/omap/
H A Dctrl.txt1 OMAP Control Module bindings
3 Control Module contains miscellaneous features under it based on SoC type.
30 - reg: Contains Control Module register address range
/linux/drivers/virt/acrn/
H A DKconfig3 tristate "ACRN Hypervisor Service Module"
7 ACRN Hypervisor Service Module (HSM) is a kernel module which
/linux/rust/kernel/
H A Dlib.rs132 pub trait Module: Sized + Sync + Send { trait
150 impl<T: Module> InPlaceModule for T {
153 let m = <Self as Module>::init(module)?; in init()
/linux/drivers/platform/surface/
H A DKconfig46 the Surface System Aggregator Module (SSAM) EC. This interface is used
59 tristate "Surface System Aggregator Module User-Space Interface"
63 Module (SSAM) controller.
76 tristate "Surface System Aggregator Module Subsystem Device Hubs"
80 Device-hub drivers for Surface System Aggregator Module (SSAM) subsystem
105 tristate "Surface System Aggregator Module Device Registry"
109 Device-registry for Surface System Aggregator Module (SSAM) devices.
212 on Microsoft Surface devices with a Surface System Aggregator Module
/linux/drivers/iio/common/cros_ec_sensors/
H A DKconfig20 Module to handle 3d contiguous sensors like
29 Module to report the angle between lid and base for some
/linux/arch/mips/ingenic/
H A DKconfig39 bool "YSH & ATIL CU1000 Module with Neo backplane"
43 bool "YSH & ATIL CU1830 Module with Neo backplane"
/linux/net/bluetooth/
H A DKconfig34 RFCOMM Module (RFCOMM Protocol)
35 BNEP Module (Bluetooth Network Encapsulation Protocol)
36 CMTP Module (CAPI Message Transport Protocol)
37 HIDP Module (Human Interface Device Protocol)
/linux/security/keys/trusted-keys/
H A DKconfig17 Enable use of the Trusted Platform Module (TPM) as trusted key
39 Enable use of NXP's Cryptographic Accelerator and Assurance Module
/linux/drivers/hwtracing/stm/
H A DKconfig3 tristate "System Trace Module devices"
6 A System Trace Module (STM) is a device exporting data in System
10 Say Y here to enable System Trace Module device support.
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Decm.txt2 E500 LAW & Coherency Module Device Tree Binding
35 E500 Coherency Module Node
H A Dmcm.txt2 MPX LAW & Coherency Module Device Tree Binding
35 MPX Coherency Module Node
/linux/Documentation/scsi/
H A Dmegaraid.rst4 Megaraid Common Management Module
26 Currently this module (called Common Management Module) is used only to issue
59 The Common Management Module is implemented in megaraid_mm.[ch] files. This
/linux/kernel/module/
H A DKconfig30 bool "Module debugging"
39 bool "Module statistics"
66 Module autoloading allows in-kernel code to request modules through
133 bool "Module unloading"
162 bool "Module versioning support"
173 prompt "Module versioning implementation"
216 bool "Extended Module Versioning Support"
226 bool "Basic Module Versioning Support"
252 bool "Module signature verification"
344 bool "Module compression"
[all …]
/linux/rust/kernel/net/
H A Dphy.rs816 /// struct Module {
821 /// type: Module,
840 /// impl ::kernel::Module for Module {
847 /// Ok(Module { _reg: reg })
892 struct Module {
897 type: Module,
906 impl $crate::Module for Module {
915 Ok(Module { _re
[all...]
/linux/Documentation/devicetree/bindings/powerpc/4xx/
H A Dppc440spe-adma.txt5 for DMA engines and Memory Queue Module node. The latter is used
78 iv) Memory Queue Module node
/linux/drivers/gpu/drm/renesas/rcar-du/
H A DKconfig18 bool "R-Car DU Color Management Module (CMM) Support"
22 Enable support for R-Car Color Management Module (CMM).
/linux/Documentation/virt/coco/
H A Dtdx-guest.rst38 the TDX Module v1.0 specification, section titled "TDG.MR.REPORT", it is not
41 ABI. However, in the future, if the TDX Module supports more than one subtype,
/linux/
H A D.gitignore56 Module.symvers
73 /Module.markers

12345678910>>...14