Searched refs:allocate_buffer (Results 1 – 10 of 10) sorted by relevance
38 struct bcm2835_mbox_tag_allocate_buffer allocate_buffer; member136 BCM2835_MBOX_INIT_TAG(&msg_setup->allocate_buffer, ALLOCATE_BUFFER); in bcm2835_set_video_params()137 msg_setup->allocate_buffer.body.req.alignment = 0x100; in bcm2835_set_video_params()149 msg_setup->allocate_buffer.body.resp.fb_address); in bcm2835_set_video_params()150 *fb_sizep = msg_setup->allocate_buffer.body.resp.fb_size; in bcm2835_set_video_params()
37 UVCDevice::allocate_buffer ( in allocate_buffer() function in XCam::UVCDevice57 return V4l2Device::allocate_buffer (buf, format, index); in allocate_buffer()
52 virtual XCamReturn allocate_buffer (
114 virtual XCamReturn allocate_buffer (
481 V4l2Device::allocate_buffer ( in allocate_buffer() function in XCam::V4l2Device553 ret = allocate_buffer (new_buf, _format, i); in init_buffer_pool()
98 AtomispDevice::allocate_buffer ( in allocate_buffer() function in XCam::AtomispDevice118 return V4l2Device::allocate_buffer (buf, format, index); in allocate_buffer()
53 virtual XCamReturn allocate_buffer (
128 static void *allocate_buffer(size_t size) in allocate_buffer() function513 blkbuf = allocate_buffer((blocks_at_once + 1) * block_size); in test_ro()515 blkbuf = allocate_buffer(blocks_at_once * block_size); in test_ro()615 buffer = allocate_buffer(2 * blocks_at_once * block_size); in test_rw()774 blkbuf = allocate_buffer(3 * blocks_at_once * block_size); in test_nd()
244 CallableAddr = allocate_buffer(Size, Alignment); in unique_function()
520 inline void *allocate_buffer(size_t Size, size_t Alignment) { in allocate_buffer() function