Lines Matching defs:buf
34 * @buf: data buffer
39 static void au_write_buf(struct nand_chip *this, const void *buf,
43 const u8 *p = buf;
55 * @buf: buffer to store date
60 static void au_read_buf(struct nand_chip *this, void *buf,
64 u8 *p = buf;
76 * @buf: data buffer
81 static void au_write_buf16(struct nand_chip *this, const void *buf,
85 const u16 *p = buf;
98 * @buf: buffer to store date
103 static void au_read_buf16(struct nand_chip *this, void *buf, unsigned int len)
107 u16 *p = buf;
179 au_read_buf16(this, instr->ctx.data.buf.in,
182 au_read_buf(this, instr->ctx.data.buf.in,
189 au_write_buf16(this, instr->ctx.data.buf.out,
192 au_write_buf(this, instr->ctx.data.buf.out,