Home
last modified time | relevance | path

Searched refs:pieces (Results 1 – 25 of 72) sorted by relevance

123

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/
Diwl-drv.c263 static struct fw_sec *get_sec(struct iwl_firmware_pieces *pieces, in get_sec() argument
267 return &pieces->img[type].sec[sec]; in get_sec()
270 static void alloc_sec_data(struct iwl_firmware_pieces *pieces, in alloc_sec_data() argument
274 struct fw_img_parsing *img = &pieces->img[type]; in alloc_sec_data()
290 static void set_sec_data(struct iwl_firmware_pieces *pieces, in set_sec_data() argument
295 alloc_sec_data(pieces, type, sec); in set_sec_data()
297 pieces->img[type].sec[sec].data = data; in set_sec_data()
300 static void set_sec_size(struct iwl_firmware_pieces *pieces, in set_sec_size() argument
305 alloc_sec_data(pieces, type, sec); in set_sec_size()
307 pieces->img[type].sec[sec].size = size; in set_sec_size()
[all …]
/linux-6.1.9/drivers/net/wireless/intel/iwlegacy/
D4965-mac.c4701 struct il4965_firmware_pieces *pieces) in il4965_load_firmware() argument
4720 pieces->inst_size = le32_to_cpu(ucode->v1.inst_size); in il4965_load_firmware()
4721 pieces->data_size = le32_to_cpu(ucode->v1.data_size); in il4965_load_firmware()
4722 pieces->init_size = le32_to_cpu(ucode->v1.init_size); in il4965_load_firmware()
4723 pieces->init_data_size = le32_to_cpu(ucode->v1.init_data_size); in il4965_load_firmware()
4724 pieces->boot_size = le32_to_cpu(ucode->v1.boot_size); in il4965_load_firmware()
4731 hdr_size + pieces->inst_size + pieces->data_size + in il4965_load_firmware()
4732 pieces->init_size + pieces->init_data_size + pieces->boot_size) { in il4965_load_firmware()
4739 pieces->inst = src; in il4965_load_firmware()
4740 src += pieces->inst_size; in il4965_load_firmware()
[all …]
/linux-6.1.9/arch/arm/nwfpe/
Dsoftfloat-macros137 than 128, the result will be 0. The result is broken into two 64-bit pieces
173 nonzero. The result is broken into two 64-bit pieces which are stored at
213 at most 128 nonzero bits; these are broken into two 64-bit pieces which are
285 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
304 64-bit pieces which are stored at the locations pointed to by `z0Ptr',
340 any carry out is lost. The result is broken into two 64-bit pieces which
361 64-bit pieces which are stored at the locations pointed to by `z0Ptr',
400 64-bit pieces which are stored at the locations pointed to by `z0Ptr' and
419 result is broken into three 64-bit pieces which are stored at the locations
456 into two 64-bit pieces which are stored at the locations pointed to by
[all …]
/linux-6.1.9/Documentation/gpu/amdgpu/display/
Dindex.rst8 reason, our Display Core Driver is divided into two pieces:
/linux-6.1.9/Documentation/driver-api/acpi/
Dscan_handlers.rst13 is scanned in search of device objects that generally represent various pieces
23 During ACPI-based device hot-remove device nodes representing pieces of hardware
/linux-6.1.9/Documentation/usb/
Ddwc3.rst27 - the interrupt handler is split into the following pieces:
Dusbip_protocol.rst15 in one or more pieces at the low level transport layer). The server sends back
/linux-6.1.9/tools/power/pm-graph/config/
Dcustom-timeline-functions.cfg79 # and stack formatting. Three pieces of info are required. The function name,
144 # and stack formatting. Three pieces of info are required. The function name,
/linux-6.1.9/drivers/pci/hotplug/
DTODO40 to be broken up into smaller, manageable pieces. Negative examples are
/linux-6.1.9/Documentation/admin-guide/
Dfilesystem-monitoring.rst28 important pieces of information are never lost.
/linux-6.1.9/Documentation/driver-api/pldmfw/
Dindex.rst40 stored in the Little Endian format. Several pieces of data are variable
/linux-6.1.9/Documentation/cpu-freq/
Dcore.rst24 architecture drivers (those pieces of code that do actual
/linux-6.1.9/Documentation/RCU/
DNMI-RCU.rst13 The relevant pieces of code are listed below, each followed by a
/linux-6.1.9/Documentation/devicetree/bindings/mfd/
Dqcom,spmi-pmic.yaml19 register space up into logical pieces, and set of fixed register
/linux-6.1.9/Documentation/trace/
Dtimerlat-tracer.rst104 Such pieces of evidence are useful for the developer to use other
/linux-6.1.9/fs/nfs/
DKconfig152 The NFSv4.1 pieces of the Linux NFSv4 migration implementation are
/linux-6.1.9/Documentation/driver-api/early-userspace/
Dearly_userspace_support.rst9 various pieces of functionality that are important enough to be
/linux-6.1.9/Documentation/admin-guide/device-mapper/
Dstatistics.rst205 Subdivide the DM device 'vol' into 100 pieces and start collecting
/linux-6.1.9/Documentation/powerpc/
Dbootwrapper.rst113 All of the boot wrapper pieces are buildable at any time regardless of the
/linux-6.1.9/Documentation/scheduler/
Dsched-rt-group.rst185 the most complex pieces of code we have.
/linux-6.1.9/Documentation/core-api/
Dasm-annotations.rst15 marking these pieces as code, data, or even specifying their length.
/linux-6.1.9/Documentation/mm/
Dhighmem.rst18 the pieces of physical memory that it wants to access.
/linux-6.1.9/Documentation/dev-tools/
Dtesting-overview.rst107 * There are several other pieces of debug instrumentation in the kernel, many
/linux-6.1.9/kernel/module/
DKconfig6 Kernel modules are small pieces of compiled code which can
/linux-6.1.9/Documentation/driver-api/media/drivers/
Dpvrusb2.rst155 operate specific pieces (and those modules are in turn driven by

123