Searched refs:buf_write (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/scripts/mod/ |
D | modpost.h | 91 buf_write(struct buffer *buf, const char *s, int len);
|
D | modpost.c | 1814 buf_write(buf, tmp, len); in buf_printf() 1818 void buf_write(struct buffer *buf, const char *s, int len) in buf_write() function
|
D | file2alias.c | 1633 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/ |
D | gpmi-nand.c | 2493 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()
|