Lines Matching defs:dev
74 struct omap_device *dev; member
86 struct omap_device *dev = calloc(sizeof(*dev), 1); in omap_device_new_impl() local
97 struct omap_device *dev = NULL; in omap_device_new() local
118 drm_public struct omap_device * omap_device_ref(struct omap_device *dev) in omap_device_ref()
124 drm_public void omap_device_del(struct omap_device *dev) in omap_device_del()
136 omap_get_param(struct omap_device *dev, uint64_t param, uint64_t *value) in omap_get_param()
154 omap_set_param(struct omap_device *dev, uint64_t param, uint64_t value) in omap_set_param()
164 static struct omap_bo * lookup_bo(struct omap_device *dev, in lookup_bo()
176 static struct omap_bo * bo_from_handle(struct omap_device *dev, in bo_from_handle()
196 static struct omap_bo * omap_bo_new_impl(struct omap_device *dev, in omap_bo_new_impl()
233 omap_bo_new(struct omap_device *dev, uint32_t size, uint32_t flags) in omap_bo_new()
246 omap_bo_new_tiled(struct omap_device *dev, uint32_t width, in omap_bo_new_tiled()
288 omap_bo_from_name(struct omap_device *dev, uint32_t name) in omap_bo_from_name()
322 omap_bo_from_dmabuf(struct omap_device *dev, int fd) in omap_bo_from_dmabuf()