OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_device_new
(Results
1 - 3
of
3
) sorted by null
/external/libdrm/freedreno/
freedreno-symbol-check
29
fd_device_new
freedreno_device.c
83
struct fd_device *
fd_device_new
(int fd)
function
121
/* like
fd_device_new
() but creates it's own private dup() of the fd
126
struct fd_device *dev =
fd_device_new
(dup(fd));
freedreno_drmif.h
75
struct fd_device *
fd_device_new
(int fd);
Completed in 377 milliseconds