/linux-6.8/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-drv.c | 327 * These functions are just to extract uCode section data from the pieces 330 static struct fw_sec *get_sec(struct iwl_firmware_pieces *pieces, in get_sec() argument 334 return &pieces->img[type].sec[sec]; in get_sec() 337 static void alloc_sec_data(struct iwl_firmware_pieces *pieces, in alloc_sec_data() argument 341 struct fw_img_parsing *img = &pieces->img[type]; in alloc_sec_data() 357 static void set_sec_data(struct iwl_firmware_pieces *pieces, in set_sec_data() argument 362 alloc_sec_data(pieces, type, sec); in set_sec_data() 364 pieces->img[type].sec[sec].data = data; in set_sec_data() 367 static void set_sec_size(struct iwl_firmware_pieces *pieces, in set_sec_size() argument 372 alloc_sec_data(pieces, type, sec); in set_sec_size() [all …]
|
/linux-6.8/drivers/base/ |
D | init.c | 23 /* 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-6.8/drivers/net/wireless/intel/iwlegacy/ |
D | 4965-mac.c | 4695 struct il4965_firmware_pieces *pieces) in il4965_load_firmware() argument 4714 pieces->inst_size = le32_to_cpu(ucode->v1.inst_size); in il4965_load_firmware() 4715 pieces->data_size = le32_to_cpu(ucode->v1.data_size); in il4965_load_firmware() 4716 pieces->init_size = le32_to_cpu(ucode->v1.init_size); in il4965_load_firmware() 4717 pieces->init_data_size = le32_to_cpu(ucode->v1.init_data_size); in il4965_load_firmware() 4718 pieces->boot_size = le32_to_cpu(ucode->v1.boot_size); in il4965_load_firmware() 4725 hdr_size + pieces->inst_size + pieces->data_size + in il4965_load_firmware() 4726 pieces->init_size + pieces->init_data_size + pieces->boot_size) { in il4965_load_firmware() 4733 pieces->inst = src; in il4965_load_firmware() 4734 src += pieces->inst_size; in il4965_load_firmware() [all …]
|
/linux-6.8/arch/arm/nwfpe/ |
D | softfloat-macros | 137 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.8/Documentation/driver-api/acpi/ |
D | scan_handlers.rst | 13 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.8/arch/arm/mach-imx/ |
D | mx27.h | 7 * hardware pieces that are common between i.MX21 and i.MX27, have a
|
/linux-6.8/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | transform.h | 114 /* Enable all 3 pieces of memory */ 123 /* Only applicable in 4:2:0 mode, enable all 3 pieces of memory and the
|
/linux-6.8/tools/power/pm-graph/config/ |
D | custom-timeline-functions.cfg | 79 # 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.8/Documentation/gpu/amdgpu/display/ |
D | index.rst | 8 reason, our Display Core Driver is divided into two pieces:
|
/linux-6.8/Documentation/usb/ |
D | dwc3.rst | 27 - the interrupt handler is split into the following pieces:
|
/linux-6.8/include/uapi/linux/netfilter/ |
D | nfnetlink.h | 42 /* netfilter netlink message types are split in two pieces:
|
/linux-6.8/net/ceph/ |
D | auth_x_protocol.h | 60 * The authorizer consists of two pieces:
|
/linux-6.8/tools/testing/selftests/ia64/ |
D | aliasing-test.c | 233 * 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-6.8/drivers/usb/typec/tcpm/ |
D | Kconfig | 86 discrete pieces of silicon in the PM8150b PMIC block: the
|
/linux-6.8/arch/m68k/include/asm/ |
D | quicc_simple.h | 45 /* Interrupt enable/disable routines for critical pieces of code*/
|
/linux-6.8/drivers/pci/hotplug/ |
D | TODO | 40 to be broken up into smaller, manageable pieces. Negative examples are
|
/linux-6.8/drivers/pci/controller/dwc/ |
D | Makefile | 38 # ARM64 and use internal ifdefs to only build the pieces we need
|
/linux-6.8/drivers/media/usb/pvrusb2/ |
D | pvrusb2-std.c | 297 separately if the component pieces are present. */ 370 /* Now enumerate individual pieces */ in pvr2_std_create_enum()
|
/linux-6.8/scripts/ |
D | sorttable.c | 77 * malloc+lseek+read+free of many pieces. If successful, then mmap 78 * avoids copying unused pieces; else just read the whole file.
|
/linux-6.8/Documentation/admin-guide/ |
D | filesystem-monitoring.rst | 28 important pieces of information are never lost.
|
/linux-6.8/drivers/gpu/drm/amd/amdgpu/ |
D | umc_v6_7.h | 44 /* one piece of normalizing address is mapped to 8 pieces of physical address */
|
/linux-6.8/Documentation/driver-api/pldmfw/ |
D | index.rst | 40 stored in the Little Endian format. Several pieces of data are variable
|
/linux-6.8/arch/x86/xen/ |
D | xen-head.S | 2 /* Xen-specific pieces of head.S, intended to be included in the right
|
/linux-6.8/drivers/scsi/ |
D | a4000t.c | 59 /* Fill in the required pieces of hostdata */ in amiga_a4000t_scsi_probe()
|
D | bvme6000_scsi.c | 54 /* Fill in the required pieces of hostdata */ in bvme6000_probe()
|