Searched refs:mem_file_buf (Results 1 – 1 of 1) sorted by relevance
23 char *mem_file_buf; member38 return memory_read_from_buffer(buf, count, &pos, entry->mem_file_buf, in mem_read()53 memcpy(entry->mem_file_buf + pos, buf, count); in mem_write()106 entry->mem_file_buf = devm_memremap(&dev->dev, dev->cbmem_entry.address, in cbmem_entry_probe()109 if (IS_ERR(entry->mem_file_buf)) in cbmem_entry_probe()110 return PTR_ERR(entry->mem_file_buf); in cbmem_entry_probe()
Completed in 4 milliseconds