/kernel/linux/linux-5.10/drivers/clk/davinci/ |
H A D | psc.c | 499 { .compatible = "ti,da850-psc0", .data = &of_da850_psc0_init_data }, 500 { .compatible = "ti,da850-psc1", .data = &of_da850_psc1_init_data }, 539 init_data = of_id->data; in davinci_psc_probe() 544 dev_err(dev, "unable to find driver init data\n"); in davinci_psc_probe()
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | adf_transport.c | 10 static inline u32 adf_modulo(u32 data, u32 shift) in adf_modulo() argument 12 u32 div = data >> shift; in adf_modulo() 15 return data - mult; in adf_modulo()
|
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx-aes-ccm.c | 106 __be32 data; in set_msg_len() local 116 data = cpu_to_be32(msglen); in set_msg_len() 117 memcpy(block - csize, (u8 *)&data + 4 - csize, csize); in set_msg_len() 147 /* set adata, bit 6, if associated data is used */ in generate_b0() 175 * Note: RFC3610 allows the AAD data to be up to 2^64 -1 bytes in generate_pat() 191 /* if associated data is 14 bytes or less, we do 1 GCM in generate_pat() 198 /* if associated data is less than (2^16 - 2^8), we construct in generate_pat() 199 * B1 differently and feed in the associated data to a CCA in generate_pat() 216 * add control info for associated data in generate_pat() 358 /* to_process: the AES_BLOCK_SIZE data chun in ccm_nx_decrypt() [all...] |
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | dfl.h | 240 * @priv: priv data of this feature. 257 * struct dfl_feature_platform_data - platform data for feature devices 260 * @lock: mutex to protect platform data. 262 * @dev: ptr to platform device linked with this platform data. 269 * @private: ptr to feature dev private data. 490 __dfl_fpga_cdev_find_port(struct dfl_fpga_cdev *cdev, void *data, 494 dfl_fpga_cdev_find_port(struct dfl_fpga_cdev *cdev, void *data, in dfl_fpga_cdev_find_port() argument 500 pdev = __dfl_fpga_cdev_find_port(cdev, data, match); in dfl_fpga_cdev_find_port() 532 * @driver_data: driver specific data.
|
H A D | fpga-mgr.c | 148 dev_err(&mgr->dev, "Error after writing image data to FPGA\n"); in fpga_mgr_write_complete() 201 dev_err(&mgr->dev, "Error while writing image data to FPGA\n"); in fpga_mgr_buf_load_sg() 225 dev_err(&mgr->dev, "Error while writing image data to FPGA\n"); in fpga_mgr_buf_load_mapped() 338 ret = fpga_mgr_buf_load(mgr, info, fw->data, fw->size); in fpga_mgr_firmware_load() 463 static int fpga_mgr_dev_match(struct device *dev, const void *data) in fpga_mgr_dev_match() argument 465 return dev->parent == data; in fpga_mgr_dev_match() 553 * @priv: fpga manager private data 638 * @priv: fpga manager private data
|
/kernel/linux/linux-5.10/arch/ia64/pci/ |
H A D | pci.c | 51 u64 addr, data = 0; in raw_pci_read() local 67 result = ia64_sal_pci_config_read(addr, mode, len, &data); in raw_pci_read() 71 *value = (u32) data; in raw_pci_read()
|
/kernel/linux/linux-5.10/block/partitions/ |
H A D | efi.c | 250 unsigned char *data = read_part_sector(state, n++, §); in read_lba() local 251 if (!data) in read_lba() 255 memcpy(buffer, data, copied); in read_lba() 696 * only for the actual data partitions.
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | psobject.c | 276 (*op)->named.data = aml_op_start; in acpi_ps_build_named_op() 366 op->named.data = aml_op_start; in acpi_ps_create_op() 375 op->named.data = aml_op_start; in acpi_ps_create_op()
|
H A D | rsmisc.c | 162 * Vendor data is optional (length/offset may both be zero) in acpi_rs_convert_aml_to_resource() 163 * Examine vendor data length field first in acpi_rs_convert_aml_to_resource() 174 /* No vendor data to worry about */ in acpi_rs_convert_aml_to_resource() 213 * Raw data move. Use the Info value field unless item_count has in acpi_rs_convert_aml_to_resource() 225 /* Generate and set the PIN data pointer */ in acpi_rs_convert_aml_to_resource() 232 /* Copy the PIN data */ in acpi_rs_convert_aml_to_resource() 561 /* Set vendor offset only if there is vendor data */ in acpi_rs_convert_resource_to_aml() 757 if (resource->data.start_dpf.performance_robustness >= 3) { 773 resource->data.extended_irq.interrupt_count = temp8; 781 if (resource->data [all...] |
/kernel/linux/linux-5.10/arch/mips/bcm63xx/ |
H A D | irq.c | 375 static int bcm63xx_internal_set_affinity(struct irq_data *data, in bcm63xx_internal_set_affinity() argument 379 if (!irqd_irq_disabled(data)) in bcm63xx_internal_set_affinity() 380 internal_irq_unmask(data, dest); in bcm63xx_internal_set_affinity()
|
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | fp_decode.h | 46 * d0 - will contain source operand for data direct mode, 97 | either source fp register or data format 120 | .long "data register direct","addr register direct" 142 btst #15,%d2 | test for data/addr register 214 | addressing mode: data register direct
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | spu.c | 333 static int __init ps3_create_spu(struct spu *spu, void *data) in ps3_create_spu() argument 347 spu_pdata(spu)->resource_id = (unsigned long)data; in ps3_create_spu() 381 static int __init ps3_enumerate_spus(int (*fn)(void *data)) in ps3_enumerate_spus() argument
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | core-fsl-emb.c | 630 * Finally record data if requested. in record_and_restart() 633 struct perf_sample_data data; in record_and_restart() local 635 perf_sample_data_init(&data, 0, event->hw.last_period); in record_and_restart() 637 if (perf_event_overflow(event, &data, regs)) in record_and_restart()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | setup.c | 63 * These are initialized so they are in the .data section 86 static struct resource data_resource = { .name = "Kernel data", }; 252 * Initialize the bootmem allocator. It also setup initrd related data 391 pr_err("\"memmap=nn#ss\" (force ACPI data) invalid on MIPS\n"); in early_parse_memmap() 527 int depth, void *data) in bootcmdline_scan_chosen() 529 bool *dt_bootargs = data; in bootcmdline_scan_chosen() 533 if (depth != 1 || !data || in bootcmdline_scan_chosen() 735 * We don't know which RAM region contains kernel data, in resource_init() 526 bootcmdline_scan_chosen(unsigned long node, const char *uname, int depth, void *data) bootcmdline_scan_chosen() argument
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | spu_manage.c | 263 static int __init of_enumerate_spus(int (*fn)(void *data)) in of_enumerate_spus() argument 283 static int __init of_create_spu(struct spu *spu, void *data) in of_create_spu() argument 286 struct device_node *spe = (struct device_node *)data; in of_create_spu()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | head64.c | 244 * Fixup the kernel text+data virtual addresses. Note that in __startup_64() 442 * boot data in advance of the copy operations. in copy_bootdata() 455 * The old boot data is no longer needed and won't be reserved, in copy_bootdata() 553 struct idt_data data; in set_bringup_idt_handler() local 556 init_idt_data(&data, n, handler); in set_bringup_idt_handler() 557 idt_init_desc(&desc, &data); in set_bringup_idt_handler() 601 /* New GDT is live - reload data segment registers */ in startup_64_setup_env()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | crc32c-pcl-intel-asm_64.S | 279 crc32q i(bufptmp), crc_init # Compute crc32 of 8-byte data 292 jz do_return # return if remaining data is zero 299 jz do_return # return if remaining data is zero
|
/kernel/linux/linux-5.10/arch/sparc/vdso/ |
H A D | vma.c | 91 e->hdr = image->data; in find_sections64() 159 e->hdr = image->data; in find_sections32() 262 * First, the vdso text. This is initialied data, an integral number of in init_vdso_image() 279 copy_page(page_address(cp), image->data + i * PAGE_SIZE); in init_vdso_image() 283 * Now the vvar page. This is uninitialized data. in init_vdso_image()
|
/kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
H A D | kaslr.c | 332 * we can calculate where text, data, bss, etc of ZO are positioned more 377 * because it contains the data used for decompression. 468 ((struct setup_indirect *)ptr->data)->type != SETUP_INDIRECT) { in mem_avoid_overlap() 469 avoid.start = ((struct setup_indirect *)ptr->data)->addr; in mem_avoid_overlap() 470 avoid.size = ((struct setup_indirect *)ptr->data)->len; in mem_avoid_overlap() 701 /* Can't handle data above 4GB at this time */ in process_efi_entries()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | vio.h | 186 u16 num_cyl; /* Num data cylinders */ 209 char data[0]; member 292 char data[VIO_VCC_MTU_SIZE]; member 354 /* MD specific data used to identify the vdev in MD */ 496 int vio_ldc_send(struct vio_driver_state *vio, void *data, int len);
|
/kernel/linux/linux-5.10/arch/x86/events/zhaoxin/ |
H A D | core.c | 356 struct perf_sample_data data; in zhaoxin_pmu_handle_irq() local 395 perf_sample_data_init(&data, 0, event->hw.last_period); in zhaoxin_pmu_handle_irq() 400 if (perf_event_overflow(event, &data, regs)) in zhaoxin_pmu_handle_irq()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | ras.c | 234 epow_log = (struct epow_errorlog *)pseries_log->data; in rtas_parse_epow_errlog() 298 hp_elog = (struct pseries_hp_errorlog *)pseries_log->data; in ras_hotplug_interrupt() 350 * RTAS check-exception is called to collect data on the exception. If 464 /* Call this when done with the data returned by FWNMI_get_errinfo. 465 * It will release the saved data area for other CPUs in the 731 mce_log = (struct pseries_mc_errorlog *)pseries_log->data; in mce_handle_error()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | smp.c | 331 * Flush the data out of the L1 cache for this CPU. This must be in arch_cpu_idle_dead() 332 * before the completion to ensure that data is safely written out in arch_cpu_idle_dead() 385 * Called by both boot and secondaries to move global data into 701 static irqreturn_t ipi_handler(int irq, void *data) in ipi_handler() argument 803 unsigned long val, void *data) in cpufreq_callback() 805 struct cpufreq_freqs *freq = data; in cpufreq_callback() 802 cpufreq_callback(struct notifier_block *nb, unsigned long val, void *data) cpufreq_callback() argument
|
/kernel/linux/linux-5.10/arch/arm/mach-imx/ |
H A D | mmdc.c | 75 { .compatible = "fsl,imx6q-mmdc", .data = (void *)&imx6q_data}, 76 { .compatible = "fsl,imx6qp-mmdc", .data = (void *)&imx6qp_data}, 289 dev_warn(pmu_mmdc->dev, "Can't provide per-task data!\n"); in mmdc_pmu_event_init() 511 pmu_mmdc->devtype_data = (struct fsl_mmdc_devtype_data *)of_id->data; in imx_mmdc_perf_init()
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm_ibmvtpm.c | 58 * @data: Data field 75 * __be32 data; 88 u8 valid, u8 msg, u16 len, u32 data) in ibmvtpm_send_crq() 91 (u64)data; in ibmvtpm_send_crq() 96 * tpm_ibmvtpm_recv - Receive data after send 193 * @buf: buffer contains data to send 389 * ibmvtpm initializes at probe time, so the data we are in tpm_ibmvtpm_get_desired_dma() 547 ibmvtpm->vtpm_version = be32_to_cpu(crq->data); in ibmvtpm_crq_process() 550 /* len of the data in rtce buffer */ in ibmvtpm_crq_process() 87 ibmvtpm_send_crq(struct vio_dev *vdev, u8 valid, u8 msg, u16 len, u32 data) ibmvtpm_send_crq() argument
|