Lines Matching defs:omap_device
52 struct omap_device {
70 struct omap_device *dev;
80 static struct omap_device * omap_device_new_impl(int fd)
82 struct omap_device *dev = calloc(sizeof(*dev), 1);
91 drm_public struct omap_device * omap_device_new(int fd)
93 struct omap_device *dev = NULL;
114 drm_public struct omap_device * omap_device_ref(struct omap_device *dev)
120 drm_public void omap_device_del(struct omap_device *dev)
132 omap_get_param(struct omap_device *dev, uint64_t param, uint64_t *value)
150 omap_set_param(struct omap_device *dev, uint64_t param, uint64_t value)
160 static struct omap_bo * lookup_bo(struct omap_device *dev,
172 static struct omap_bo * bo_from_handle(struct omap_device *dev,
190 static struct omap_bo * omap_bo_new_impl(struct omap_device *dev,
227 omap_bo_new(struct omap_device *dev, uint32_t size, uint32_t flags)
240 omap_bo_new_tiled(struct omap_device *dev, uint32_t width,
282 omap_bo_from_name(struct omap_device *dev, uint32_t name)
316 omap_bo_from_dmabuf(struct omap_device *dev, int fd)