Home | History | Annotate | Download | only in omap

Lines Matching full:omap_device

35 struct omap_device;
40 struct omap_device * omap_device_new(int fd);
41 struct omap_device * omap_device_ref(struct omap_device *dev);
42 void omap_device_del(struct omap_device *dev);
43 int omap_get_param(struct omap_device *dev, uint64_t param, uint64_t *value);
44 int omap_set_param(struct omap_device *dev, uint64_t param, uint64_t value);
49 struct omap_bo * omap_bo_new(struct omap_device *dev,
51 struct omap_bo * omap_bo_new_tiled(struct omap_device *dev,
54 struct omap_bo * omap_bo_from_name(struct omap_device *dev, uint32_t name);
55 struct omap_bo * omap_bo_from_dmabuf(struct omap_device *dev, int fd);