Lines Matching refs:omap_device
56 struct omap_device {
74 struct omap_device *dev;
84 static struct omap_device * omap_device_new_impl(int fd)
86 struct omap_device *dev = calloc(sizeof(*dev), 1);
95 struct omap_device * omap_device_new(int fd)
97 struct omap_device *dev = NULL;
118 struct omap_device * omap_device_ref(struct omap_device *dev)
124 void omap_device_del(struct omap_device *dev)
136 omap_get_param(struct omap_device *dev, uint64_t param, uint64_t *value)
154 omap_set_param(struct omap_device *dev, uint64_t param, uint64_t value)
164 static struct omap_bo * lookup_bo(struct omap_device *dev,
176 static struct omap_bo * bo_from_handle(struct omap_device *dev,
197 static struct omap_bo * omap_bo_new_impl(struct omap_device *dev,
234 omap_bo_new(struct omap_device *dev, uint32_t size, uint32_t flags)
247 omap_bo_new_tiled(struct omap_device *dev, uint32_t width,
289 omap_bo_from_name(struct omap_device *dev, uint32_t name)
323 omap_bo_from_dmabuf(struct omap_device *dev, int fd)