Searched defs:device_read (Results 1 - 16 of 16) sorted by relevance

/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
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/
H A Ddevice.cpp226 device_read(void* /*data*/, off_t /*pos*/, function
/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
/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
H A Dgeneric_video_driver.cpp123 device_read(void* cookie, off_t pos, void* buffer, size_t* _length) function
H A Dspecific_video_driver.cpp123 device_read(void* cookie, off_t pos, void* buffer, size_t* _length) function
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/intel_extreme/
H A Ddevice.cpp372 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
/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
/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
/haiku/src/add-ons/kernel/drivers/graphics/3dfx/
H A Ddriver.cpp435 device_read(void* dev, off_t pos, void* buf, size_t* len) function
/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c523 device_read(void* cookie, off_t pos, void* buf, size_t* count) function
/haiku/src/add-ons/kernel/drivers/graphics/s3/
H A Ddriver.cpp734 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.cpp583 device_read(void* dev, off_t pos, void* buf, size_t* len) function
/haiku/src/add-ons/kernel/drivers/graphics/ati/
H A Ddriver.cpp1068 device_read(void* dev, off_t pos, void* buf, size_t* len) function

Completed in 230 milliseconds