Home
last modified time | relevance | path

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

/drivers/staging/slicoss/
Dslicinc.h175 #define write_file(w, x, y, z) STATUS_SUCCESS macro
Dslicoss.c5251 status = write_file(FileHandle, &index, 1, &offset); in slic_get_dump_index()
/drivers/mtd/nand/
Dnandsim.c1358 static ssize_t write_file(struct nandsim *ns, struct file *file, void *buf, size_t count, loff_t *p… in write_file() function
1530 tx = write_file(ns, ns->cfile, ns->file_buf, ns->geom.pgszoob, &pos); in prog_page()
1538 tx = write_file(ns, ns->cfile, pg_off, num, &pos); in prog_page()