Lines Matching refs:buffer
262 * hisi_lpc_comm_ins - input the data in the buffer in multiple operations
265 * @buffer: a buffer where read/input data bytes are stored
269 * When success, the data read back is stored in buffer pointed by buffer.
272 static u32 hisi_lpc_comm_ins(void *hostdata, unsigned long pio, void *buffer,
276 unsigned char *buf = buffer;
303 * hisi_lpc_comm_outs - output the data in the buffer in multiple operations
306 * @buffer: a buffer where write/output data bytes are stored
311 const void *buffer, size_t dwidth,
316 const unsigned char *buf = buffer;