Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/devices/
Ddocg3.c245 static void doc_read_data_area(struct docg3 *docg3, void *buf, int len, in doc_read_data_area() function
771 doc_read_data_area(docg3, buf, 1, first); in doc_read_page_getbytes()
772 doc_read_data_area(docg3, buf ? buf + 1 : buf, len - 1, 0); in doc_read_page_getbytes()
774 doc_read_data_area(docg3, buf, len, first); in doc_read_page_getbytes()
1099 doc_read_data_area(docg3, &status, 1, 1); in doc_get_op_status()