Lines Matching refs:device
43 alloc_device_t device;
53 hw_device_t** device);
56 hw_device_t** device);
290 hw_device_t** device)
301 dev->device.common.tag = HARDWARE_DEVICE_TAG;
302 dev->device.common.version = 0;
303 dev->device.common.module = const_cast<hw_module_t*>(module);
304 dev->device.common.close = gralloc_close;
306 dev->device.alloc = gralloc_alloc;
307 dev->device.free = gralloc_free;
309 *device = &dev->device.common;
312 status = fb_device_open(module, name, device);