Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/mod/
Dmodpost.h91 buf_write(struct buffer *buf, const char *s, int len);
Dmodpost.c1814 buf_write(buf, tmp, len); in buf_printf()
1818 void buf_write(struct buffer *buf, const char *s, int len) in buf_write() function
Dfile2alias.c1633 buf_write(buf, mod->dev_table_buf.p, mod->dev_table_buf.pos); in add_moddevtable()
/Linux-v6.6/drivers/mtd/nand/raw/gpmi-nand/
Dgpmi-nand.c2493 const void *buf_write = NULL; in gpmi_nfc_exec_op() local
2552 buf_write = instr->ctx.data.buf.out; in gpmi_nfc_exec_op()
2556 desc = gpmi_chain_data_write(this, buf_write, buf_len); in gpmi_nfc_exec_op()