Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dmxc_nand.c1563 void *buf_read = NULL; in mxcnd_do_exec_op() local
1605 buf_read = instr->ctx.data.buf.in; in mxcnd_do_exec_op()
1615 u8 *bufr = buf_read; in mxcnd_do_exec_op()
1620 memcpy(buf_read, host->data_buf, buf_len); in mxcnd_do_exec_op()
1626 *(u8*)buf_read = host->devtype_data->get_dev_status(host); in mxcnd_do_exec_op()
1635 memcpy32_fromio(buf_read, host->main_area0, buf_len); in mxcnd_do_exec_op()
1638 memcpy(buf_read, host->data_buf, buf_len); in mxcnd_do_exec_op()
1642 memcpy(buf_read, host->data_buf, buf_len); in mxcnd_do_exec_op()
/linux/drivers/iio/accel/
H A Dkionix-kx022a.c853 ret = regmap_noinc_read(data->regmap, data->chip_info->buf_read, in __kx022a_fifo_flush()
1185 .buf_read = KX022A_REG_BUF_READ,
1214 .buf_read = KX132_REG_BUF_READ,
1243 .buf_read = KX132_REG_BUF_READ,
1278 .buf_read = KX022A_REG_BUF_READ,
1306 .buf_read = KX022A_REG_BUF_READ,
H A Dkionix-kx022a.h189 u8 buf_read; member
/linux/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c2511 void *buf_read = NULL; in gpmi_nfc_exec_op() local
2581 buf_read = instr->ctx.data.buf.in; in gpmi_nfc_exec_op()
2585 desc = gpmi_chain_data_read(this, buf_read, buf_len, in gpmi_nfc_exec_op()
2618 if (this->bch && buf_read) { in gpmi_nfc_exec_op()
2636 if (this->bch && buf_read) { in gpmi_nfc_exec_op()
2661 if (!ret && buf_read && !direct) in gpmi_nfc_exec_op()
2662 memcpy(buf_read, this->data_buffer_dma, in gpmi_nfc_exec_op()