Home
last modified time | relevance | path

Searched +full:firmware +full:- +full:initialised (Results 1 – 25 of 87) sorted by relevance

1234

/Linux-v6.6/drivers/staging/media/av7110/
Dsp8870.c1 // SPDX-License-Identifier: GPL-2.0-or-later
10 * This driver needs external firmware. Please use the command
12 * download/extract it, and then copy it to /usr/lib/hotplug/firmware
13 * or /lib/firmware (depending on configuration of firmware hotplug).
15 #define SP8870_DEFAULT_FIRMWARE "dvb-fe-sp8870.fw"
20 #include <linux/firmware.h>
38 u8 initialised:1; member
47 /* firmware size for sp8870 */
50 /* starting point for firmware in file 'Sc_main.mc' */
56 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 4 }; in sp8870_writereg()
[all …]
/Linux-v6.6/drivers/media/dvb-frontends/
Dsp887x.c1 // SPDX-License-Identifier: GPL-2.0-only
7 * This driver needs external firmware. Please use the command
9 * download/extract it, and then copy it to /usr/lib/hotplug/firmware
10 * or /lib/firmware (depending on configuration of firmware hotplug).
12 #define SP887X_DEFAULT_FIRMWARE "dvb-fe-sp887x.fw"
17 #include <linux/firmware.h>
31 u8 initialised:1; member
42 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = len }; in i2c_writebytes()
45 if ((err = i2c_transfer (state->i2c, &msg, 1)) != 1) { in i2c_writebytes()
47 __func__, state->config->demod_address, err); in i2c_writebytes()
[all …]
Dnxt200x.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Support for NXT2002 and NXT2004 - VSB/QAM
6 * Copyright (C) 2006-2014 Michael Krufky <mkrufky@linuxtv.org>
8 * and nxt2004 by Jean-Francois Thibert <jeanfrancois@sagetv.com>
15 * B2C2/BBTI Technisat Air2PC - ATSC (NXT2002)
19 * This driver needs external firmware. Please use the command
22 * download/extract the appropriate firmware, and then copy it to
23 * /usr/lib/hotplug/firmware/ or /lib/firmware/
24 * (depending on configuration of firmware hotplug).
31 #define NXT2002_DEFAULT_FIRMWARE "dvb-fe-nxt2002.fw"
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/memory-controllers/
Dcalxeda-ddr-ctrlr.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/memory-controllers/calxeda-ddr-ctrlr.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 The Calxeda DDR memory controller is initialised and programmed by the
11 firmware, but an OS might want to read its registers for error reporting
15 - Andre Przywara <andre.przywara@arm.com>
20 - calxeda,hb-ddr-ctrl
21 - calxeda,ecx-2000-ddr-ctrl
30 - compatible
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/net/
Dcalxeda-xgmac.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/calxeda-xgmac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 internal machine "network fabric", which is set up, initialised and
12 managed by the firmware. So there are no PHY properties in this
17 - Andre Przywara <andre.przywara@arm.com>
21 const: calxeda,hb-xgmac
34 dma-coherent: true
37 - compatible
[all …]
/Linux-v6.6/security/integrity/platform_certs/
Dplatform_keyring.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Platform keyring for firmware/platform keys
18 * add_to_platform_keyring - Add to platform keyring without validation.
56 * Must be initialised before we try and load the keys into the keyring.
/Linux-v6.6/drivers/acpi/arm64/
Ddma.c1 // SPDX-License-Identifier: GPL-2.0-only
5 #include <linux/dma-direct.h>
15 * If @dev is expected to be DMA-capable then the bus code that created in acpi_arch_dma_setup()
16 * it should have initialised its dma_mask pointer by this point. For in acpi_arch_dma_setup()
20 if (!dev->dma_mask) { in acpi_arch_dma_setup()
22 dev->dma_mask = &dev->coherent_dma_mask; in acpi_arch_dma_setup()
25 if (dev->coherent_dma_mask) in acpi_arch_dma_setup()
26 size = max(dev->coherent_dma_mask, dev->coherent_dma_mask + 1); in acpi_arch_dma_setup()
34 for (end = 0; r->size; r++) { in acpi_arch_dma_setup()
35 if (r->dma_start + r->size - 1 > end) in acpi_arch_dma_setup()
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/pci/
Dhost-generic-pci.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/host-generic-pci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Will Deacon <will@kernel.org>
13 Firmware-initialised PCI host controllers and PCI emulations, such as the
14 virtio-pci implementations found in kvmtool and other para-virtualised
21 Configuration Space is assumed to be memory-mapped (as opposed to being
26 For CAM, this 24-bit offset is:
41 - description:
[all …]
/Linux-v6.6/drivers/pci/controller/
Dpci-host-generic.c1 // SPDX-License-Identifier: GPL-2.0
3 * Simple, generic PCI host controller driver targeting firmware-initialised
14 #include <linux/pci-ecam.h>
28 struct pci_config_window *cfg = bus->sysdata; in pci_dw_valid_device()
36 if (bus->number == cfg->busr.start && PCI_SLOT(devfn) > 0) in pci_dw_valid_device()
60 { .compatible = "pci-host-cam-generic",
63 { .compatible = "pci-host-ecam-generic",
66 { .compatible = "marvell,armada8k-pcie-ecam",
69 { .compatible = "socionext,synquacer-pcie-ecam",
72 { .compatible = "snps,dw-pcie-ecam",
[all …]
/Linux-v6.6/arch/arm/mach-sti/
Dplatsmp.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * arch/arm/mach-sti/platsmp.c
8 * Cloned from linux/arch/arm/mach-vexpress/platsmp.c
35 * Secondary CPU is initialised and started by a U-BOOTROM firmware. in sti_boot_secondary()
56 np = of_find_compatible_node(NULL, NULL, "arm,cortex-a9-scu"); in sti_smp_prepare_cpus()
74 if (of_property_read_u32(np, "cpu-release-addr", in sti_smp_prepare_cpus()
76 pr_err("CPU %d: missing or invalid cpu-release-addr " in sti_smp_prepare_cpus()
82 * cpu-release-addr is usually configured in SBC DMEM but can in sti_smp_prepare_cpus()
/Linux-v6.6/drivers/net/wireless/intersil/orinoco/
Dcfg.c28 wiphy->privid = orinoco_wiphy_privid; in orinoco_wiphy_init()
30 set_wiphy_dev(wiphy, priv->dev); in orinoco_wiphy_init()
33 /* Called after firmware is initialised */
39 if (priv->firmware_type == FIRMWARE_TYPE_AGERE) in orinoco_wiphy_register()
40 wiphy->max_scan_ssids = 1; in orinoco_wiphy_register()
42 wiphy->max_scan_ssids = 0; in orinoco_wiphy_register()
44 wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION); in orinoco_wiphy_register()
46 /* TODO: should we set if we only have demo ad-hoc? in orinoco_wiphy_register()
47 * (priv->has_port3) in orinoco_wiphy_register()
49 if (priv->has_ibss) in orinoco_wiphy_register()
[all …]
/Linux-v6.6/drivers/net/wireless/ath/ath10k/
Dtestmode.c1 // SPDX-License-Identifier: ISC
3 * Copyright (c) 2014-2017 Qualcomm Atheros, Inc.
9 #include <linux/firmware.h>
38 "testmode event wmi cmd_id %d skb %pK skb->len %d\n", in ath10k_tm_event_wmi()
39 cmd_id, skb, skb->len); in ath10k_tm_event_wmi()
41 ath10k_dbg_dump(ar, ATH10K_DBG_TESTMODE, NULL, "", skb->data, skb->len); in ath10k_tm_event_wmi()
43 spin_lock_bh(&ar->data_lock); in ath10k_tm_event_wmi()
45 if (!ar->testmode.utf_monitor) { in ath10k_tm_event_wmi()
50 /* Only testmode.c should be handling events from utf firmware, in ath10k_tm_event_wmi()
52 * are not initialised. in ath10k_tm_event_wmi()
[all …]
/Linux-v6.6/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
4 * Copyright (c) 2010-2012 Broadcom. All rights reserved.
24 #include <linux/dma-mapping.h>
31 #include <soc/bcm2835/raspberrypi-firmware.h>
85 /* Keepalive-related data */
137 * VPU firmware, which determines the required alignment of the
140 * Modern VPU firmware looks for a DT "cache-line-size" property in
143 * upstream, so we have to use the VPU firmware's compatibility value
179 if (pagelistinfo->scatterlist_mapped) { in cleanup_pagelistinfo()
180 dma_unmap_sg(instance->state->dev, pagelistinfo->scatterlist, in cleanup_pagelistinfo()
[all …]
/Linux-v6.6/sound/soc/sh/
Dmigor.c1 // SPDX-License-Identifier: GPL-2.0
3 // ALSA SoC driver for Migo-R
5 // Copyright (C) 2009-2010 Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9 #include <linux/firmware.h>
40 .rate = 0, /* initialised at run-time */
68 dev_dbg(codec_dai->dev, "%s: configure %luHz\n", __func__, codec_freq); in migor_hw_params()
85 use_count--; in migor_hw_free()
91 dev_dbg(codec_dai->dev, "Unbalanced hw_free!\n"); in migor_hw_free()
114 /* On-board microphone */
125 /* migor digital audio interface glue - connects codec <--> CPU */
[all …]
/Linux-v6.6/drivers/of/
Dkexec.c1 // SPDX-License-Identifier: GPL-2.0-only
27 * bootargs, kaslr-seed, rng-seed, useable-memory-range and elfcorehdr.
32 * fdt_find_and_del_mem_rsv - delete memory reservation with given address and size
50 return -EINVAL; in fdt_find_and_del_mem_rsv()
57 return -EINVAL; in fdt_find_and_del_mem_rsv()
64 return -ENOENT; in fdt_find_and_del_mem_rsv()
68 * get_addr_size_cells - Get address and size of root node
81 return -EINVAL; in get_addr_size_cells()
92 * do_get_kexec_buffer - Get address and size of device tree property
111 return -ENOENT; in do_get_kexec_buffer()
[all …]
Ddevice.c1 // SPDX-License-Identifier: GPL-2.0
8 #include <linux/dma-direct.h> /* for bus_dma_region */
9 #include <linux/dma-map-ops.h>
19 * of_match_device - Tell if a struct device matches an of_device_id list
29 if (!matches || !dev->of_node || dev->of_node_reused) in of_match_device()
31 return of_match_node(matches, dev->of_node); in of_match_device()
38 struct device_node *node, *of_node = dev->of_node; in of_dma_set_restricted_buffer()
44 count = of_property_count_elems_of_size(of_node, "memory-region", in of_dma_set_restricted_buffer()
47 * If dev->of_node doesn't exist or doesn't contain memory-region, try in of_dma_set_restricted_buffer()
53 of_node, "memory-region", sizeof(u32)); in of_dma_set_restricted_buffer()
[all …]
/Linux-v6.6/arch/arm/kernel/
Dhyp-stub.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
7 #include <linux/irqchip/arm-gic-v3.h>
12 .arch armv7-a
19 * This is not in .bss, because we set it sufficiently early that the boot-time
57 * The zImage loader only runs on one CPU, so we don't bother with mult-CPU
69 * These must be called with the MMU and D-cache off.
108 * Eventually, CPU-specific code might be needed -- assume not for now
132 @ Make sure NS-SVC is initialised appropriately
177 @ SRE bit could be forced to 0 by firmware.
/Linux-v6.6/drivers/net/ethernet/sfc/siena/
Dnet_driver.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright 2005-2006 Fen Systems Ltd.
5 * Copyright 2005-2013 Solarflare Communications Inc.
61 /* Checksum generation is a per-queue option in hardware, so each
68 #define EFX_TXQ_TYPE_HIGHPRI 4 /* High-priority (for TC) */
70 /* HIGHPRI is Siena-only, and INNER_CSUM is EF10, so no need for both */
86 #define EFX_RX_USR_BUF_SIZE (2048 - 256)
89 * of every buffer. Otherwise, we just need to ensure 4-byte
98 /* Non-standard XDP_PACKET_HEADROOM and tailroom to satisfy XDP_REDIRECT and
111 * struct efx_buffer - A general-purpose DMA buffer
[all …]
/Linux-v6.6/sound/pci/mixart/
Dmixart_hwdep.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * DSP firmware management
12 #include <linux/firmware.h>
25 * mixart_wait_nice_for_register_value - wait for a value on a peudo register,
55 return -EBUSY; in mixart_wait_nice_for_register_value()
90 static int mixart_load_elf(struct mixart_mgr *mgr, const struct firmware *dsp ) in mixart_load_elf()
96 elf_header = (struct snd_mixart_elf32_ehdr *)dsp->data; in mixart_load_elf()
98 if ( elf32_magic_number[i] != elf_header->e_ident[i] ) in mixart_load_elf()
99 return -EINVAL; in mixart_load_elf()
101 if( elf_header->e_phoff != 0 ) { in mixart_load_elf()
[all …]
/Linux-v6.6/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.h1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2014-2019 Intel Corporation
10 #include <linux/iosys-map.h>
28 * struct intel_guc - Top level structure of GuC.
30 * It handles firmware loading and manages client pool. intel_guc owns an
34 /** @fw: the GuC firmware */
36 /** @log: sub-structure containing GuC log related data and objects */
40 /** @slpc: sub-structure containing SLPC related data and objects */
42 /** @capture: the error-state-capture module's data and objects */
82 /** @interrupts: pointers to GuC interrupt-managing functions. */
[all …]
/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Dpci.c1 // SPDX-License-Identifier: BSD-3-Clause-Clear
3 * Copyright (c) 2019-2020 The Linux Foundation. All rights reserved.
4 * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
44 return mhi_device_get_sync(ab_pci->mhi_ctrl->mhi_dev); in ath11k_pci_bus_wake_up()
51 mhi_device_put(ab_pci->mhi_ctrl->mhi_dev); in ath11k_pci_bus_release()
56 if (!ab->hw_params.static_window_map) in ath11k_pci_get_window_start()
72 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_select_window()
76 lockdep_assert_held(&ab_pci->window_lock); in ath11k_pci_select_window()
78 if (window != ab_pci->register_window) { in ath11k_pci_select_window()
80 ab->mem + ATH11K_PCI_WINDOW_REG_ADDRESS); in ath11k_pci_select_window()
[all …]
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
Dsta.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2012-2014, 2018-2021 Intel Corporation
4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
11 * enum iwl_sta_flags - flags for the ADD_STA host command
21 * @STA_FLG_MAX_AGG_SIZE_MSK: maximal size for A-MPDU (mask)
22 * @STA_FLG_MAX_AGG_SIZE_SHIFT: maximal size for A-MPDU (bit shift)
23 * @STA_FLG_MAX_AGG_SIZE_8K: maximal size for A-MPDU (8k supported)
24 * @STA_FLG_MAX_AGG_SIZE_16K: maximal size for A-MPDU (16k supported)
25 * @STA_FLG_MAX_AGG_SIZE_32K: maximal size for A-MPDU (32k supported)
[all …]
/Linux-v6.6/drivers/crypto/chelsio/
Dchcr_core.c4 * Copyright (C) 2011-2016 Chelsio Communications. All rights reserved.
56 if (atomic_read(&dev->inflight)) { in detach_work_fn()
57 dev->wqretry--; in detach_work_fn()
58 if (dev->wqretry) { in detach_work_fn()
60 atomic_read(&dev->inflight)); in detach_work_fn()
62 schedule_delayed_work(&dev->detach_work, WQ_DETACH_TM); in detach_work_fn()
65 atomic_read(&dev->inflight)); in detach_work_fn()
66 complete(&dev->detach_comp); in detach_work_fn()
69 complete(&dev->detach_comp); in detach_work_fn()
79 * device in round-robin fashion for crypto operations in assign_chcr_device()
[all …]
/Linux-v6.6/drivers/net/ethernet/sfc/
Dnet_driver.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright 2005-2006 Fen Systems Ltd.
5 * Copyright 2005-2013 Solarflare Communications Inc.
63 /* Checksum generation is a per-queue option in hardware, so each
86 #define EFX_RX_USR_BUF_SIZE (2048 - 256)
89 * of every buffer. Otherwise, we just need to ensure 4-byte
98 /* Non-standard XDP_PACKET_HEADROOM and tailroom to satisfy XDP_REDIRECT and
111 * struct efx_buffer - A general-purpose DMA buffer
126 * struct efx_tx_buffer - buffer state for a TX descriptor
131 * @option: When @flags & %EFX_TX_BUF_OPTION, an EF10-specific option
[all …]
/Linux-v6.6/drivers/scsi/
DMakefile1 # SPDX-License-Identifier: GPL-2.0
6 # Rewritten to use lists instead of if-statements.
18 CFLAGS_aha152x.o = -DAHA152X_STAT -DAUTOCONF
20 obj-$(CONFIG_PCMCIA) += pcmcia/
22 obj-$(CONFIG_SCSI) += scsi_mod.o
23 obj-$(CONFIG_SCSI_COMMON) += scsi_common.o
25 obj-$(CONFIG_RAID_ATTRS) += raid_class.o
27 # --- NOTE ORDERING HERE ---
28 # For kernel non-modular link, transport attributes need to
29 # be initialised before drivers
[all …]

1234