Home
last modified time | relevance | path

Searched refs:omap_device (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/omap/
Domap_drmif.h35 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);
Domap_drm.c52 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 struct omap_device * omap_device_new(int fd) in omap_device_new()
93 struct omap_device *dev = NULL; in omap_device_new()
114 struct omap_device * omap_device_ref(struct omap_device *dev) in omap_device_ref()
120 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()
[all …]
/external/libkmsxx/kms++/inc/kms++/omap/
Domapcard.h5 struct omap_device;
16 struct omap_device* dev() const { return m_omap_dev; } in dev()
19 struct omap_device* m_omap_dev;