Searched refs:in_offset (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/gpio/ |
D | gpio-loongson-64bit.c | 28 unsigned int in_offset; member 91 bval = readb(lgpio->reg_base + lgpio->chip_data->in_offset + pin); in loongson_gpio_get() 146 lgpio->reg_base + lgpio->chip_data->in_offset, in loongson_gpio_init() 198 .in_offset = 0x20, 207 .in_offset = 0x8, 216 .in_offset = 0x8, 225 .in_offset = 0xc, 233 .in_offset = 0x20, 241 .in_offset = 0x88, 249 .in_offset = 0xc, [all …]
|
/linux-6.12.1/include/uapi/linux/ |
D | ndctl.h | 30 __u32 in_offset; member 37 __u32 in_offset; member
|
/linux-6.12.1/tools/testing/nvdimm/test/ |
D | ndtest.c | 210 if ((hdr->in_offset + hdr->in_length) > LABEL_SIZE) in ndtest_config_get() 214 len = min(hdr->in_length, LABEL_SIZE - hdr->in_offset); in ndtest_config_get() 215 memcpy(hdr->out_buf, p->label_area + hdr->in_offset, len); in ndtest_config_get() 225 if ((hdr->in_offset + hdr->in_length) > LABEL_SIZE) in ndtest_config_set() 228 len = min(hdr->in_length, LABEL_SIZE - hdr->in_offset); in ndtest_config_set() 229 memcpy(p->label_area + hdr->in_offset, hdr->in_buf, len); in ndtest_config_set()
|
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()
|
/linux-6.12.1/drivers/cxl/ |
D | pmem.c | 134 .offset = cpu_to_le32(cmd->in_offset), in cxl_pmem_get_config_data() 173 .offset = cpu_to_le32(cmd->in_offset), in cxl_pmem_set_config_data()
|
/linux-6.12.1/drivers/crypto/ |
D | atmel-tdes.c | 107 size_t in_offset; member 458 if ((!dd->in_offset) && (!dd->out_offset)) { in atmel_tdes_crypt_start() 497 count = atmel_tdes_sg_copy(&dd->in_sg, &dd->in_offset, in atmel_tdes_crypt_start() 588 dd->in_offset = 0; in atmel_tdes_handle_queue()
|
/linux-6.12.1/arch/powerpc/platforms/pseries/ |
D | papr_scm.c | 567 if ((hdr->in_offset + hdr->in_length) > p->metadata_size) in papr_scm_meta_get() 573 offset = hdr->in_offset + data_offset; in papr_scm_meta_get() 621 if ((hdr->in_offset + hdr->in_length) > p->metadata_size) in papr_scm_meta_set() 627 offset = hdr->in_offset + data_offset; in papr_scm_meta_set()
|
/linux-6.12.1/drivers/nvdimm/ |
D | dimm_devs.c | 107 cmd->in_offset = offset + buf_offset; in nvdimm_get_config_data() 153 cmd->in_offset = offset + buf_offset; in nvdimm_set_config_data()
|
/linux-6.12.1/drivers/acpi/nfit/ |
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()
|