/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-loongson-64bit.c | 28 unsigned int in_offset; member 90 bval = readb(lgpio->reg_base + lgpio->chip_data->in_offset + pin); in loongson_gpio_get() 135 lgpio->reg_base + lgpio->chip_data->in_offset, in loongson_gpio_init() 188 .in_offset = 0x20, 196 .in_offset = 0xa00,
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | lzo.c | 297 unsigned long in_offset; in lzo_decompress_bio() local 325 in_offset = LZO_LEN; in lzo_decompress_bio() 331 in_len = read_compress_length(data_in + in_offset); in lzo_decompress_bio() 333 in_offset += LZO_LEN; in lzo_decompress_bio() 353 buf = data_in + in_offset; in lzo_decompress_bio() 365 memcpy(buf + buf_offset, data_in + in_offset, bytes); in lzo_decompress_bio() 370 in_offset += bytes; in lzo_decompress_bio() 393 in_offset = 0; in lzo_decompress_bio()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ndctl.h | 32 __u32 in_offset; member 38 __u32 in_offset; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | ndctl.h | 32 __u32 in_offset; member 38 __u32 in_offset; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | ndctl.h | 30 __u32 in_offset; member 37 __u32 in_offset; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | ndctl.h | 30 __u32 in_offset; member 37 __u32 in_offset; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | ndctl.h | 19 __u32 in_offset; member 25 __u32 in_offset; member
|
/kernel/linux/linux-6.6/tools/testing/nvdimm/test/ |
H A D | ndtest.c | 204 if ((hdr->in_offset + hdr->in_length) > LABEL_SIZE) in ndtest_config_get() 208 len = min(hdr->in_length, LABEL_SIZE - hdr->in_offset); in ndtest_config_get() 209 memcpy(hdr->out_buf, p->label_area + hdr->in_offset, len); in ndtest_config_get() 219 if ((hdr->in_offset + hdr->in_length) > LABEL_SIZE) in ndtest_config_set() 222 len = min(hdr->in_length, LABEL_SIZE - hdr->in_offset); in ndtest_config_set() 223 memcpy(p->label_area + hdr->in_offset, hdr->in_buf, len); in ndtest_config_set()
|
H A D | nfit.c | 467 unsigned int len, offset = nd_cmd->in_offset; in nfit_test_cmd_get_config_data() 488 unsigned int len, offset = nd_cmd->in_offset; in nfit_test_cmd_set_config_data()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | papr_scm.c | 364 if ((hdr->in_offset + hdr->in_length) > p->metadata_size) in papr_scm_meta_get() 370 offset = hdr->in_offset + data_offset; in papr_scm_meta_get() 418 if ((hdr->in_offset + hdr->in_length) > p->metadata_size) in papr_scm_meta_set() 424 offset = hdr->in_offset + data_offset; in papr_scm_meta_set()
|
/kernel/linux/linux-6.6/drivers/cxl/ |
H A D | pmem.c | 133 .offset = cpu_to_le32(cmd->in_offset), in cxl_pmem_get_config_data() 171 .offset = cpu_to_le32(cmd->in_offset), in cxl_pmem_set_config_data()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | atmel-tdes.c | 117 size_t in_offset; member 504 if ((!dd->in_offset) && (!dd->out_offset)) { in atmel_tdes_crypt_start() 543 count = atmel_tdes_sg_copy(&dd->in_sg, &dd->in_offset, in atmel_tdes_crypt_start() 639 dd->in_offset = 0; in atmel_tdes_handle_queue()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | papr_scm.c | 606 if ((hdr->in_offset + hdr->in_length) > p->metadata_size) in papr_scm_meta_get() 612 offset = hdr->in_offset + data_offset; in papr_scm_meta_get() 660 if ((hdr->in_offset + hdr->in_length) > p->metadata_size) in papr_scm_meta_set() 666 offset = hdr->in_offset + data_offset; in papr_scm_meta_set()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | atmel-tdes.c | 117 size_t in_offset; member 494 if ((!dd->in_offset) && (!dd->out_offset)) { in atmel_tdes_crypt_start() 533 count = atmel_tdes_sg_copy(&dd->in_sg, &dd->in_offset, in atmel_tdes_crypt_start() 624 dd->in_offset = 0; in atmel_tdes_handle_queue()
|
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | dimm_devs.c | 109 cmd->in_offset = offset + buf_offset; in nvdimm_get_config_data() 155 cmd->in_offset = offset + buf_offset; in nvdimm_set_config_data()
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | dimm_devs.c | 105 cmd->in_offset = offset + buf_offset; in nvdimm_get_config_data() 151 cmd->in_offset = offset + buf_offset; in nvdimm_set_config_data()
|
/kernel/linux/linux-5.10/drivers/acpi/nfit/ |
H A D | core.c | 544 out_obj = acpi_label_read(handle, p->in_offset, p->in_length); in acpi_nfit_ctl() 549 out_obj = acpi_label_write(handle, p->in_offset, p->in_length, in acpi_nfit_ctl()
|
/kernel/linux/linux-5.10/tools/testing/nvdimm/test/ |
H A D | nfit.c | 470 unsigned int len, offset = nd_cmd->in_offset; in nfit_test_cmd_get_config_data() 491 unsigned int len, offset = nd_cmd->in_offset; in nfit_test_cmd_set_config_data()
|
/kernel/linux/linux-6.6/drivers/acpi/nfit/ |
H A D | core.c | 545 out_obj = acpi_label_read(handle, p->in_offset, p->in_length); in acpi_nfit_ctl() 550 out_obj = acpi_label_write(handle, p->in_offset, p->in_length, in acpi_nfit_ctl()
|