Home
last modified time | relevance | path

Searched refs:read_file (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/slicoss/
Dslicinc.h177 #define read_file(w, x, y, z) STATUS_SUCCESS macro
Dslicoss.c5247 status = read_file(FileHandle, &index, 1, &offset); in slic_get_dump_index()
/drivers/mtd/nand/
Dnandsim.c1339 static ssize_t read_file(struct nandsim *ns, struct file *file, void *buf, size_t count, loff_t *po… in read_file() function
1445 tx = read_file(ns, ns->cfile, ns->buf.byte, num, &pos); in read_page()
1520 tx = read_file(ns, ns->cfile, pg_off, num, &pos); in prog_page()