OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:omap_device
(Results
1 - 2
of
2
) sorted by null
/external/libdrm/omap/
omap_drmif.h
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)
[
all
...]
omap_drm.c
56
struct
omap_device
{
struct
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
[
all
...]
Completed in 48 milliseconds