Home
last modified time | relevance | path

Searched refs:memory_read_from_buffer (Results 1 – 25 of 31) sorted by relevance

12

/linux/arch/powerpc/platforms/powernv/
H A Dopal-msglog.c60 ret = memory_read_from_buffer(to, count, &pos, in memcons_copy()
81 ret = memory_read_from_buffer(to, count, &pos, conbuf, out_pos); in memcons_copy()
/linux/arch/s390/kernel/
H A Dcpacf.c25 return memory_read_from_buffer(buf, count, &offs, &mask, sizeof(mask)); \
53 return memory_read_from_buffer(buf, count, &offs, &qai, \
/linux/drivers/firmware/google/
H A Dvpd.c64 return memory_read_from_buffer(buf, count, &pos, info->value, in vpd_attrib_read()
164 return memory_read_from_buffer(buf, count, &pos, sec->baseaddr, in vpd_section_read()
H A Dmemconsole-coreboot.c62 done += memory_read_from_buffer(buf + done, count - done, &pos, in memconsole_coreboot_read()
H A Dmemconsole-x86-legacy.c48 return memory_read_from_buffer(buf, count, &pos, memconsole_baseaddr, in memconsole_read()
H A Dcbmem.c38 return memory_read_from_buffer(buf, count, &pos, entry->mem_file_buf, in mem_read()
/linux/drivers/platform/x86/
H A Dwmi-bmof.c29 return memory_read_from_buffer(buf, count, &off, obj->buffer.pointer, obj->buffer.length); in bmof_read()
/linux/drivers/zorro/
H A Dzorro-sysfs.c98 return memory_read_from_buffer(buf, count, &off, &cd, sizeof(cd)); in zorro_read_config()
/linux/drivers/mtd/spi-nor/
H A Dsysfs.c62 return memory_read_from_buffer(buf, count, &off, nor->sfdp->dwords, in sfdp_read()
/linux/drivers/s390/cio/
H A Dchp.c142 return memory_read_from_buffer(buf, count, &off, &chp->cmg_chars, in measurement_chars_read()
154 return memory_read_from_buffer(buf, count, &off, &chp->cmcb, in measurement_chars_full_read()
445 rc = memory_read_from_buffer(buf, count, &off, chp->desc_fmt3.util_str, in util_string_read()
/linux/drivers/of/
H A Dkobj.c36 return memory_read_from_buffer(buf, count, &offset, pp->value, pp->length); in of_node_property_read()
/linux/drivers/cxl/
H A Dport.c159 return memory_read_from_buffer(buf, count, &offset, in CDAT_read()
/linux/drivers/hwmon/occ/
H A Dp9_sbe.c42 rc = memory_read_from_buffer(buf, count, &pos, ctx->ffdc, in ffdc_read()
/linux/drivers/scsi/qedf/
H A Dqedf_attr.c116 ret = memory_read_from_buffer(buf, count, &off, in qedf_sysfs_read_grcdump()
/linux/arch/s390/pci/
H A Dpci_sysfs.c136 return memory_read_from_buffer(buf, count, &off, zdev->util_str, in util_string_read()
/linux/arch/powerpc/kernel/
H A Dsecvar-sysfs.c80 rc = memory_read_from_buffer(buf, count, &off, data, dsize); in data_read()
/linux/lib/
H A Dbitmap-str.c90 size = memory_read_from_buffer(buf, count, &off, data, strlen(data) + 1); in bitmap_print_to_buf()
/linux/drivers/base/
H A Ddevcoredump.c230 return memory_read_from_buffer(buffer, count, &offset, data, datalen); in devcd_readv()
/linux/drivers/scsi/qla2xxx/
H A Dqla_attr.c35 rval = memory_read_from_buffer(buf, count, in qla2x00_sysfs_read_fw_dump()
39 rval = memory_read_from_buffer(buf, count, in qla2x00_sysfs_read_fw_dump()
43 rval = memory_read_from_buffer(buf, count, &off, ha->mctp_dump, in qla2x00_sysfs_read_fw_dump()
46 rval = memory_read_from_buffer(buf, count, &off, in qla2x00_sysfs_read_fw_dump()
50 rval = memory_read_from_buffer(buf, count, &off, ha->fw_dump, in qla2x00_sysfs_read_fw_dump()
217 return memory_read_from_buffer(buf, count, &off, ha->nvram, in qla2x00_sysfs_read_nvram()
310 rval = memory_read_from_buffer(buf, count, &off, ha->optrom_buffer, in qla2x00_sysfs_read_optrom()
585 return memory_read_from_buffer(buf, count, &off, ha->vpd, ha->vpd_size); in qla2x00_sysfs_read_vpd()
/linux/drivers/scsi/qla4xxx/
H A Dql4_attr.c25 return memory_read_from_buffer(buf, count, &off, ha->fw_dump, in qla4_8xxx_sysfs_read_fw_dump()
/linux/drivers/remoteproc/
H A Dremoteproc_coredump.c189 copy_sz = memory_read_from_buffer(buffer, count, &offset, in rproc_coredump_read()
/linux/drivers/leds/
H A Dled-triggers.c157 len = memory_read_from_buffer(buf, count, &pos, data, len); in led_trigger_read()
/linux/drivers/platform/x86/dell/
H A Ddell_rbu.c473 return memory_read_from_buffer(buffer, count, &pos, in read_rbu_mono_data()
H A Ddcdbas.c172 ret = memory_read_from_buffer(buf, count, &pos, smi_buf.virt, in smi_data_read()
/linux/drivers/virt/coco/guest/
H A Dreport.c259 return memory_read_from_buffer(buf, count, &offset, out, len); in __read_report()

12