Searched refs:device_read (Results 1 - 17 of 17) sorted by relevance

/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddriver.cpp137 device_read(void* cookie, off_t pos, void* buffer, size_t* _length) function
198 device_read,
H A Dgeneric_video_driver.cpp123 device_read(void* cookie, off_t pos, void* buffer, size_t* _length) function
184 device_read,
H A Dspecific_video_driver.cpp123 device_read(void* cookie, off_t pos, void* buffer, size_t* _length) function
184 device_read,
H A Ddevice_manager.h173 status_t (*device_read)(void *cookie, off_t pos, void *buffer, member in struct:device_module_info
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/
H A Ddevice.cpp46 static status_t device_read(void* data, off_t offset,
57 device_read,
226 device_read(void* /*data*/, off_t /*pos*/, function
/haiku/src/add-ons/kernel/drivers/graphics/framebuffer/
H A Ddevice.cpp139 device_read(void* /*cookie*/, off_t /*pos*/, void* /*buffer*/, size_t* _length) function
160 device_read,
/haiku/src/tests/system/kernel/unit/
H A Dkernel_unit_tests.cpp169 device_read(void* cookie, off_t position, void* data, size_t* numBytes) function
277 device_read,
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Ddevice.cpp234 device_read(void* /*cookie*/, off_t /*pos*/, void* /*buffer*/, size_t* _length) function
255 device_read,
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddevice.cpp47 static status_t device_read(void* data, off_t offset, void* buffer,
58 device_read,
372 device_read(void* /*data*/, off_t /*pos*/, void* /*buffer*/, size_t* _length) function
/haiku/src/add-ons/kernel/drivers/joystick/emuxkigameport/
H A Ddriver.cpp245 device_read(void * cookie, off_t pos, void * data, size_t * nread) function
263 device_read,
/haiku/src/add-ons/kernel/drivers/graphics/3dfx/
H A Ddriver.cpp85 static status_t device_read(void* dev, off_t pos, void* buf, size_t* len);
96 device_read,
435 device_read(void* dev, off_t pos, void* buf, size_t* len) function
/haiku/src/add-ons/kernel/drivers/graphics/s3/
H A Ddriver.cpp117 static status_t device_read(void* dev, off_t pos, void* buf, size_t* len);
127 device_read,
734 device_read(void* dev, off_t pos, void* buf, size_t* len) function
/haiku/src/add-ons/kernel/drivers/graphics/intel_810/
H A Ddriver.cpp83 static status_t device_read(void* dev, off_t pos, void* buf, size_t* len);
94 device_read,
583 device_read(void* dev, off_t pos, void* buf, size_t* len) function
/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c521 // device_read
523 device_read(void* cookie, off_t pos, void* buf, size_t* count) function
535 DPRINTF_INFO((ID "device_read(%p,%lld,0x%x,%d) name = \"%s%d\"\n",
562 DPRINTF_INFO((ID "device_read(%p) name = \"%s%d\" -> "
598 dprintf(ID "device_read(%p) name = \"%s%d\" -> error queuing "
605 dprintf(ID "device_read(%p) name = \"%s%d\" -> buffer size must be "
746 device_read,
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.cpp722 device_read(void* cookie, off_t pos, void* buffer, size_t* count) function
935 device_read,
/haiku/src/add-ons/kernel/drivers/graphics/ati/
H A Ddriver.cpp179 static status_t device_read(void* dev, off_t pos, void* buf, size_t* len);
189 device_read,
1068 device_read(void* dev, off_t pos, void* buf, size_t* len) function
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp754 || ((info->device_read == NULL || info->device_write == NULL)

Completed in 105 milliseconds