Searched refs:gt68xx_device_read_prepare (Results 1 - 3 of 3) sorted by relevance
/third_party/backends/backend/ |
H A D | gt68xx_low.h | 970 * gt68xx_device_read_prepare(). 1061 gt68xx_device_read_prepare (GT68xx_Device * dev, size_t expected_count,
|
H A D | gt68xx_low.c | 744 gt68xx_device_read_prepare (GT68xx_Device * dev, in gt68xx_device_read_prepare() function 748 CHECK_DEV_ACTIVE (dev, "gt68xx_device_read_prepare"); in gt68xx_device_read_prepare() 751 DBG (3, "gt68xx_device_read_prepare: read already active\n"); in gt68xx_device_read_prepare() 754 DBG (5, "gt68xx_device_read_prepare: total size: %lu bytes\n", in gt68xx_device_read_prepare() 757 DBG (5, "gt68xx_device_read_prepare: requested buffer size: %lu\n", in gt68xx_device_read_prepare() 763 DBG (5, "gt68xx_device_read_prepare: real size: %lu\n", in gt68xx_device_read_prepare() 770 "gt68xx_device_read_prepare: not enough memory for the read buffer (%lu bytes)\n", in gt68xx_device_read_prepare()
|
H A D | gt68xx_mid.c | 1130 status = gt68xx_device_read_prepare (reader->dev, image_size, final_scan); in gt68xx_line_reader_new() 1134 "gt68xx_line_reader_new: gt68xx_device_read_prepare failed: %s\n", in gt68xx_line_reader_new()
|
Completed in 5 milliseconds