Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-drv.c318 static struct fw_sec *get_sec(struct iwl_firmware_pieces *pieces, in get_sec() argument
322 return &pieces->img[type].sec[sec]; in get_sec()
325 static void alloc_sec_data(struct iwl_firmware_pieces *pieces, in alloc_sec_data() argument
329 struct fw_img_parsing *img = &pieces->img[type]; in alloc_sec_data()
345 static void set_sec_data(struct iwl_firmware_pieces *pieces, in set_sec_data() argument
350 alloc_sec_data(pieces, type, sec); in set_sec_data()
352 pieces->img[type].sec[sec].data = data; in set_sec_data()
355 static void set_sec_size(struct iwl_firmware_pieces *pieces, in set_sec_size() argument
360 alloc_sec_data(pieces, type, sec); in set_sec_size()
362 pieces->img[type].sec[sec].size = size; in set_sec_size()
[all …]
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
D4965-mac.c4722 struct il4965_firmware_pieces *pieces) in il4965_load_firmware() argument
4741 pieces->inst_size = le32_to_cpu(ucode->v1.inst_size); in il4965_load_firmware()
4742 pieces->data_size = le32_to_cpu(ucode->v1.data_size); in il4965_load_firmware()
4743 pieces->init_size = le32_to_cpu(ucode->v1.init_size); in il4965_load_firmware()
4744 pieces->init_data_size = le32_to_cpu(ucode->v1.init_data_size); in il4965_load_firmware()
4745 pieces->boot_size = le32_to_cpu(ucode->v1.boot_size); in il4965_load_firmware()
4752 hdr_size + pieces->inst_size + pieces->data_size + in il4965_load_firmware()
4753 pieces->init_size + pieces->init_data_size + pieces->boot_size) { in il4965_load_firmware()
4760 pieces->inst = src; in il4965_load_firmware()
4761 src += pieces->inst_size; in il4965_load_firmware()
[all …]
/Linux-v4.19/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-v4.19/Documentation/acpi/
Dscan_handlers.txt7 is scanned in search of device objects that generally represent various pieces
17 During ACPI-based device hot-remove device nodes representing pieces of hardware
/Linux-v4.19/Documentation/usb/
Ddwc3.txt21 - the interrupt handler is split into the following pieces:
Dusbip_protocol.txt11 in one or more pieces at the low level transport layer). The server sends back
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/mfd/
Dqcom,spmi-pmic.txt6 register space up into logical pieces, and set of fixed register
/Linux-v4.19/Documentation/ide/
DChangeLog.ide-floppy.1996-200256 * Ver 0.98 Oct 26 01 Split idefloppy_transfer_pc into two pieces to
/Linux-v4.19/Documentation/cpu-freq/
Dcore.txt32 architecture drivers (those pieces of code that do actual
/Linux-v4.19/Documentation/RCU/
DNMI-RCU.txt11 The relevant pieces of code are listed below, each followed by a
/Linux-v4.19/Documentation/vm/
Dhighmem.rst18 the pieces of physical memory that it wants to access.
/Linux-v4.19/fs/nfs/
DKconfig152 The NFSv4.1 pieces of the Linux NFSv4 migration implementation are
/Linux-v4.19/Documentation/networking/caif/
Dspi_porting.txt67 - Connecting the bits and pieces:
/Linux-v4.19/Documentation/early-userspace/
DREADME8 various pieces of functionality that are important enough to be
/Linux-v4.19/Documentation/scheduler/
Dsched-rt-group.txt183 the most complex pieces of code we have.
/Linux-v4.19/Documentation/scsi/
Dosd.txt56 Kconfig Enables inclusion of the different pieces
Dosst.txt23 Nevertheless, the OnStream tapes are nice pieces of hardware and therefore
/Linux-v4.19/Documentation/device-mapper/
Dstatistics.txt203 Subdivide the DM device 'vol' into 100 pieces and start collecting
/Linux-v4.19/Documentation/powerpc/
Dbootwrapper.txt123 All of the boot wrapper pieces are buildable at any time regardless of the
/Linux-v4.19/Documentation/admin-guide/
Dreporting-bugs.rst103 overlook things, and easier for the developers to find the pieces of
/Linux-v4.19/Documentation/media/v4l-drivers/
Dpvrusb2.rst153 operate specific pieces (and those modules are in turn driven by
/Linux-v4.19/Documentation/media/uapi/v4l/
Dcolorspaces.rst149 standards for the missing pieces. The fact that colorspaces are often a
/Linux-v4.19/Documentation/sound/designs/
Dtimestamping.rst21 The ALSA API provides two basic pieces of information, avail
/Linux-v4.19/Documentation/networking/
DREADME.sb1000155 Make sure they don't conflict with any other pieces of hardware first! Then

123