Home
last modified time | relevance | path

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

/linux-6.15/scripts/mod/
H A Dmodpost.h96 buf_write(struct buffer *buf, const char *s, int len);
H A Dmodpost.c1673 buf_write(buf, tmp, len); in buf_printf()
1677 void buf_write(struct buffer *buf, const char *s, int len) in buf_write() function
/linux-6.15/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-6.15/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c2511 const void *buf_write = NULL; in gpmi_nfc_exec_op() local
2570 buf_write = instr->ctx.data.buf.out; in gpmi_nfc_exec_op()
2574 desc = gpmi_chain_data_write(this, buf_write, buf_len); in gpmi_nfc_exec_op()