Searched refs:buf_write (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/scripts/mod/ |
H A D | modpost.h | 92 buf_write(struct buffer *buf, const char *s, int len);
|
H A D | modpost.c | 1729 buf_write(buf, tmp, len); in buf_printf() 1733 void buf_write(struct buffer *buf, const char *s, int len) in buf_write() function
|
H A D | file2alias.c | 1630 buf_write(buf, mod->dev_table_buf.p, mod->dev_table_buf.pos); in add_moddevtable()
|
/openbmc/linux/drivers/mtd/nand/raw/gpmi-nand/ |
H A 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()
|