Home
last modified time | relevance | path

Searched refs:buf_write (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dmxc_nand.c1564 const void *buf_write = NULL; in mxcnd_do_exec_op() local
1592 buf_write = instr->ctx.data.buf.out; in mxcnd_do_exec_op()
1596 memcpy32_toio(host->main_area0, buf_write, buf_len); in mxcnd_do_exec_op()
1598 copy_page_to_sram(mtd, buf_write, buf_len); in mxcnd_do_exec_op()
/linux/scripts/mod/
H A Dmodpost.c1687 buf_write(buf, tmp, len); in buf_printf()
1691 void buf_write(struct buffer *buf, const char *s, int len) in buf_write() function