Home
last modified time | relevance | path

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

/drivers/mtd/nand/raw/
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()
/drivers/iio/accel/
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,
A Dkionix-kx022a.h189 u8 buf_read; member
/drivers/mtd/nand/raw/gpmi-nand/
A Dgpmi-nand.c2510 void *buf_read = NULL; in gpmi_nfc_exec_op() local
2580 buf_read = instr->ctx.data.buf.in; in gpmi_nfc_exec_op()
2584 desc = gpmi_chain_data_read(this, buf_read, buf_len, in gpmi_nfc_exec_op()
2617 if (this->bch && buf_read) { in gpmi_nfc_exec_op()
2635 if (this->bch && buf_read) { in gpmi_nfc_exec_op()
2660 if (!ret && buf_read && !direct) in gpmi_nfc_exec_op()
2661 memcpy(buf_read, this->data_buffer_dma, in gpmi_nfc_exec_op()

Completed in 22 milliseconds