Home
last modified time | relevance | path

Searched refs:Firmware (Results 1 – 25 of 45) sorted by relevance

12

/drivers/gpu/nova-core/
A Dfirmware.rs24 pub(crate) struct Firmware { struct
25 booter_load: firmware::Firmware, argument
26 booter_unload: firmware::Firmware, argument
27 bootloader: firmware::Firmware, argument
28 gsp: firmware::Firmware, argument
31 impl Firmware { implementation
32 pub(crate) fn new(dev: &device::Device, chipset: Chipset, ver: &str) -> Result<Firmware> { in new() argument
39 .and_then(|path| firmware::Firmware::request(&path, dev)) in new()
42 Ok(Firmware { in new()
A Dgpu.rs10 use crate::firmware::{Firmware, FIRMWARE_VERSION};
171 fw: Firmware,
272 let fw = Firmware::new(pdev.as_ref(), spec.chipset, FIRMWARE_VERSION)?; in new()
/drivers/staging/greybus/Documentation/firmware/
A Dfirmware-management2 Firmware Management
11 Firmware Management Protocol. To support Firmware Management by the AP, the
12 Interface Manifest shall at least contain the Firmware Management Bundle and a
13 Firmware Management Protocol CPort within it.
18 For example, this is how the Firmware Management part of the Interface Manifest
21 ; Firmware Management Bundle (Bundle 1):
25 ; (Mandatory) Firmware Management Protocol on CPort 1
30 ; (Optional) Firmware Download Protocol on CPort 2
46 Sysfs Interfaces - Firmware Management
306 Sysfs Interfaces - Firmware Download
[all …]
/drivers/hid/intel-ish-hid/
A DKconfig20 tristate "Host Firmware Load feature for Intel ISH"
28 The Host Firmware Load feature adds support to load the ISH
31 Say M here if you want to support Host Firmware Loading feature
/drivers/scsi/qla2xxx/
A DKconfig14 via the Firmware Loader interface.
16 ISP Firmware Filename
28 Firmware images are included in the linux-firmware tree.
/drivers/hid/i2c-hid/
A DKconfig26 tristate "HID over I2C transport layer Open Firmware driver"
34 This driver supports Open Firmware (Device Tree)-based systems as
50 the i2c-hid protocol on Open Firmware (Device Tree)-based
66 the i2c-hid protocol on Open Firmware (Device Tree)-based
/drivers/gpu/drm/sysfb/
A DKconfig27 tristate "Open Firmware display driver"
35 DRM driver for Open Firmware framebuffers.
38 by the Open Firmware before the kernel boots. Scanout buffer, size,
/drivers/firmware/xilinx/
A DKconfig4 menu "Zynq MPSoC Firmware Drivers"
13 Firmware interface driver is used by different
/drivers/firmware/arm_ffa/
A DKconfig3 tristate "Arm Firmware Framework for Armv8-A"
8 This Firmware Framework(FF) for Arm A-profile processors describes
/drivers/firmware/google/
A DKconfig3 bool "Google Firmware Drivers"
52 tristate "Firmware Memory Console - X86 Legacy support"
69 tristate "Firmware Memory Console"
/drivers/firmware/
A DKconfig7 menu "Firmware Drivers"
94 bool "iSCSI Boot Firmware Table Attributes"
99 in which the ISCSI Boot Firmware Table (iBFT) resides. This
100 is necessary for iSCSI Boot Firmware Table Attributes module to work
104 tristate "iSCSI Boot Firmware Table Attributes module"
111 Boot Firmware Table (iBFT) via sysfs to userspace. If you wish to
116 tristate "Raspberry Pi Firmware Driver"
220 managed by the E902 core. Firmware running on this core communicates with
/drivers/net/phy/
A Dqt2025.rs14 use kernel::firmware::Firmware;
72 let fw = Firmware::request(c_str!("qt2025-2.0.3.3.fw"), dev.as_ref())?; in probe()
/drivers/base/firmware_loader/
A DKconfig2 menu "Firmware loader"
5 tristate "Firmware loading facility" if EXPERT
39 bool "Rust Firmware Loader abstractions"
87 string "Firmware blobs root directory"
173 a fallback mechanism. Firmware calls which do prohibit a fallback
/drivers/net/ethernet/mellanox/mlxfw/
A DKconfig9 This driver supports Mellanox Technologies Firmware
/drivers/net/wireless/intel/iwlwifi/
A DKconfig67 tristate "Intel Wireless WiFi DVM Firmware support"
75 tristate "Intel Wireless WiFi MVM Firmware support"
85 tristate "Intel Wireless WiFi MLD Firmware support"
/drivers/pmdomain/imx/
A DKconfig27 The System Controller Firmware (SCFW) based power domain driver.
/drivers/acpi/nfit/
A DKconfig3 tristate "ACPI NVDIMM Firmware Interface Table (NFIT)"
/drivers/tee/optee/
A DKconfig21 option in Trusted Firmware for Arm. The documentation there explains
/drivers/char/xillybus/
A DKconfig35 Open Firmware Flattened Device Tree. If the target is an embedded
/drivers/firmware/imx/
A DKconfig18 The System Controller Firmware (SCFW) is a low-level system function
/drivers/staging/greybus/
A DKconfig46 tristate "Greybus Firmware Download Class driver"
50 Greybus Firmware Download Class specification.
/drivers/acpi/apei/
A DKconfig30 works in so called "Firmware First" mode, that is, hardware
/drivers/mtd/parsers/
A DKconfig106 tristate "ARM Firmware Suite partition parsing"
109 The ARM Firmware Suite allows the user to divide flash devices into
/drivers/cpufreq/
A DKconfig.arm139 necessary for changing the frequency of the CPUs. Firmware loaded
167 necessary for changing the frequency of the CPUs. Firmware loaded
/drivers/acpi/
A DKconfig97 bool "ACPI Firmware Performance Data Table (FPDT) support"
100 Enable support for the Firmware Performance Data Table (FPDT).
525 tristate "ACPI Platform Firmware Runtime Update and Telemetry"
540 data from the firmware with the help of the Platform Firmware Runtime

Completed in 51 milliseconds

12