| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-msglog.c | 60 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/drivers/firmware/google/ |
| H A D | vpd.c | 64 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 D | memconsole-coreboot.c | 62 done += memory_read_from_buffer(buf + done, count - done, &pos, in memconsole_coreboot_read()
|
| H A D | memconsole-x86-legacy.c | 48 return memory_read_from_buffer(buf, count, &pos, memconsole_baseaddr, in memconsole_read()
|
| H A D | cbmem.c | 38 return memory_read_from_buffer(buf, count, &pos, entry->mem_file_buf, in mem_read()
|
| /linux/net/sunrpc/ |
| H A D | sysctl.c | 54 len = memory_read_from_buffer(buffer, *lenp, ppos, tmpbuf, len); in proc_do_xprt()
|
| /linux/drivers/zorro/ |
| H A D | zorro-sysfs.c | 98 return memory_read_from_buffer(buf, count, &off, &cd, sizeof(cd)); in zorro_read_config()
|
| /linux/drivers/s390/cio/ |
| H A D | chp.c | 143 return memory_read_from_buffer(buf, count, &off, &chp->cmg_chars, in measurement_chars_read() 155 return memory_read_from_buffer(buf, count, &off, &chp->cmcb, in measurement_chars_full_read() 446 rc = memory_read_from_buffer(buf, count, &off, chp->desc_fmt3.util_str, in util_string_read()
|
| /linux/drivers/mtd/spi-nor/ |
| H A D | sysfs.c | 62 return memory_read_from_buffer(buf, count, &off, nor->sfdp->dwords, in sfdp_read()
|
| /linux/drivers/of/ |
| H A D | kobj.c | 36 return memory_read_from_buffer(buf, count, &offset, pp->value, pp->length); in of_node_property_read()
|
| /linux/drivers/scsi/qedf/ |
| H A D | qedf_attr.c | 116 ret = memory_read_from_buffer(buf, count, &off, in qedf_sysfs_read_grcdump()
|
| /linux/arch/powerpc/kernel/ |
| H A D | secvar-sysfs.c | 81 rc = memory_read_from_buffer(buf, count, &off, data, dsize); in data_read()
|
| /linux/lib/ |
| H A D | bitmap-str.c | 90 size = memory_read_from_buffer(buf, count, &off, data, strlen(data) + 1); in bitmap_print_to_buf()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_attr.c | 35 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/base/ |
| H A D | devcoredump.c | 247 return memory_read_from_buffer(buffer, count, &offset, data, datalen); in devcd_readv()
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_attr.c | 25 return memory_read_from_buffer(buf, count, &off, ha->fw_dump, in qla4_8xxx_sysfs_read_fw_dump()
|
| /linux/include/linux/ |
| H A D | string.h | 343 extern ssize_t memory_read_from_buffer(void *to, size_t count, loff_t *ppos,
|
| /linux/drivers/remoteproc/ |
| H A D | remoteproc_coredump.c | 189 copy_sz = memory_read_from_buffer(buffer, count, &offset, in rproc_coredump_read()
|
| /linux/drivers/leds/ |
| H A D | led-triggers.c | 157 len = memory_read_from_buffer(buf, count, &pos, data, len); in led_trigger_read()
|
| /linux/drivers/virt/coco/guest/ |
| H A D | report.c | 259 return memory_read_from_buffer(buf, count, &offset, out, len); in __read_report()
|
| /linux/drivers/platform/x86/dell/ |
| H A D | dell_rbu.c | 475 return memory_read_from_buffer(buffer, count, &pos, in read_rbu_mono_data()
|
| H A D | dcdbas.c | 172 ret = memory_read_from_buffer(buf, count, &pos, smi_buf.virt, in smi_data_read()
|
| /linux/drivers/firmware/ |
| H A D | dmi-sysfs.c | 533 return memory_read_from_buffer(state->buf, state->count, in dmi_entry_raw_read_helper()
|
| /linux/drivers/scsi/ |
| H A D | 3w-sas.c | 112 …ret = memory_read_from_buffer(outbuf, count, &offset, tw_dev->event_queue[0], sizeof(TW_Event) * T… in twl_sysfs_aen_read() 143 …ret = memory_read_from_buffer(outbuf, count, &offset, &tw_dev->tw_compat_info, sizeof(TW_Compatibi… in twl_sysfs_compat_info()
|
| /linux/fs/ |
| H A D | libfs.c | 1214 ssize_t memory_read_from_buffer(void *to, size_t count, loff_t *ppos, in memory_read_from_buffer() function 1230 EXPORT_SYMBOL(memory_read_from_buffer);
|