Searched defs:fd_device (Results 1 – 3 of 3) sorted by relevance
82 struct fd_device { struct98 const struct fd_device_funcs *funcs; argument116 drm_private void fd_device_del_locked(struct fd_device *dev); argument
112 struct fd_device { struct128 const struct fd_device_funcs *funcs; argument130 struct fd_bo_cache bo_cache;131 struct fd_bo_cache ring_cache;133 bool has_cached_coherent;135 bool closefd; /* call close(fd) upon destruction */138 int bo_size;168 void fd_device_del_locked(struct fd_device *dev); argument
43 drmDevicePtr fd_device; in wsi_device_matches_drm_fd() local