Home
last modified time | relevance | path

Searched full:pieces (Results 1 – 25 of 209) sorted by relevance

123456789

/linux/drivers/base/
H A Dinit.c23 /* These are the core pieces */ in driver_init()
32 /* These are also core pieces, but must come after the in driver_init()
33 * core core pieces. in driver_init()
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c4698 struct il4965_firmware_pieces *pieces) in il4965_load_firmware() argument
4717 pieces->inst_size = le32_to_cpu(ucode->v1.inst_size); in il4965_load_firmware()
4718 pieces->data_size = le32_to_cpu(ucode->v1.data_size); in il4965_load_firmware()
4719 pieces->init_size = le32_to_cpu(ucode->v1.init_size); in il4965_load_firmware()
4720 pieces->init_data_size = le32_to_cpu(ucode->v1.init_data_size); in il4965_load_firmware()
4721 pieces->boot_size = le32_to_cpu(ucode->v1.boot_size); in il4965_load_firmware()
4728 hdr_size + pieces->inst_size + pieces->data_size + in il4965_load_firmware()
4729 pieces->init_size + pieces->init_data_size + pieces->boot_size) { in il4965_load_firmware()
4736 pieces->inst = src; in il4965_load_firmware()
4737 src += pieces->inst_size; in il4965_load_firmware()
[all …]
/linux/arch/arm/nwfpe/
H A 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/Documentation/driver-api/acpi/
H A 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/arch/arm/mach-imx/
H A Dmx27.h7 * hardware pieces that are common between i.MX21 and i.MX27, have a
/linux/tools/power/pm-graph/config/
H A 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/Documentation/usb/
H A Ddwc3.rst27 - the interrupt handler is split into the following pieces:
/linux/net/ceph/
H A Dauth_x_protocol.h60 * The authorizer consists of two pieces:
/linux/include/uapi/linux/netfilter/
H A Dnfnetlink.h42 /* netfilter netlink message types are split in two pieces:
/linux/drivers/pci/hotplug/
H A DTODO40 to be broken up into smaller, manageable pieces. Negative examples are
/linux/tools/testing/selftests/ia64/
H A Daliasing-test.c233 * Often you can map all the individual pieces above (0-0xA0000, in main()
235 * thing at once. This is because the individual pieces use different in main()
/linux/drivers/usb/typec/tcpm/
H A DKconfig86 discrete pieces of silicon in the PM8150b PMIC block: the
/linux/arch/m68k/include/asm/
H A Dquicc_simple.h45 /* Interrupt enable/disable routines for critical pieces of code*/
/linux/Documentation/driver-api/cxl/allocation/
H A Dreclaim.rst11 memory can be consumed by various pieces of reclaim system.
/linux/Documentation/admin-guide/
H A Dfilesystem-monitoring.rst28 important pieces of information are never lost.
/linux/drivers/pci/controller/dwc/
H A DMakefile44 # ARM64 and use internal ifdefs to only build the pieces we need
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dumc_v6_7.h44 /* one piece of normalizing address is mapped to 8 pieces of physical address */
/linux/Documentation/driver-api/pldmfw/
H A Dindex.rst40 stored in the Little Endian format. Several pieces of data are variable
/linux/drivers/pci/controller/
H A DMakefile56 # ARM64 and use internal ifdefs to only build the pieces we need
/linux/arch/sparc/include/asm/
H A Dsfafsr.h49 * other pieces of information into a 64-bit argument for C code
/linux/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.c4 /* Pieces to enable drivers to implement the .set callback */
/linux/Documentation/RCU/
H A DNMI-RCU.rst13 The relevant pieces of code are listed below, each followed by a
/linux/arch/x86/xen/
H A Dxen-head.S2 /* Xen-specific pieces of head.S, intended to be included in the right
/linux/Documentation/cpu-freq/
H A Dcore.rst24 architecture drivers (those pieces of code that do actual
/linux/drivers/scsi/
H A Dzorro7xx.c104 /* Fill in the required pieces of hostdata */ in zorro7xx_init_one()

123456789