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