Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/devices/
H A Ddocg3.c231 static void doc_read_data_area(struct docg3 *docg3, void *buf, int len, in doc_read_data_area() function
757 doc_read_data_area(docg3, buf, 1, first); in doc_read_page_getbytes()
758 doc_read_data_area(docg3, buf ? buf + 1 : buf, len - 1, 0); in doc_read_page_getbytes()
760 doc_read_data_area(docg3, buf, len, first); in doc_read_page_getbytes()
1093 doc_read_data_area(docg3, &status, 1, 1); in doc_get_op_status()