Searched refs:oob_buf_start (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/spi/ |
| H A D | spi-qpic-snand.c | 766 u8 *data_buf = NULL, *data_buf_start, *oob_buf = NULL, *oob_buf_start; in qcom_spi_read_page_ecc() local 774 oob_buf_start = oob_buf; in qcom_spi_read_page_ecc() 855 return qcom_spi_check_error(snandc, data_buf_start, oob_buf_start); in qcom_spi_read_page_ecc() 862 u8 *data_buf = NULL, *data_buf_start, *oob_buf = NULL, *oob_buf_start; in qcom_spi_read_page_oob() local 867 oob_buf_start = oob_buf; in qcom_spi_read_page_oob() 937 return qcom_spi_check_error(snandc, data_buf_start, oob_buf_start); in qcom_spi_read_page_oob()
|
| /linux-6.15/drivers/mtd/nand/raw/ |
| H A D | qcom_nandc.c | 630 u8 *data_buf_start = data_buf, *oob_buf_start = oob_buf; in parse_read_errors() local 713 return check_for_erased_page(host, data_buf_start, oob_buf_start, in parse_read_errors() 728 u8 *data_buf_start = data_buf, *oob_buf_start = oob_buf; in read_page_ecc() local 794 return parse_read_errors(host, data_buf_start, oob_buf_start, page); in read_page_ecc()
|