Searched refs:buf_write (Results 1 – 4 of 4) sorted by relevance
| /linux/scripts/mod/ |
| H A D | modpost.h | 96 buf_write(struct buffer *buf, const char *s, int len);
|
| H A D | modpost.c | 1687 buf_write(buf, tmp, len); in buf_printf() 1691 void buf_write(struct buffer *buf, const char *s, int len) in buf_write() function
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | mxc_nand.c | 1564 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/drivers/mtd/nand/raw/gpmi-nand/ |
| H A D | gpmi-nand.c | 2512 const void *buf_write = NULL; in gpmi_nfc_exec_op() local 2571 buf_write = instr->ctx.data.buf.out; in gpmi_nfc_exec_op() 2575 desc = gpmi_chain_data_write(this, buf_write, buf_len); in gpmi_nfc_exec_op()
|