Lines Matching refs:File
22 /// Open a new handle to an existing object, associated with a File.
25 _file: &drm::File<<<T as IntoGEMObject>::Driver as drm::Driver>::File>,
30 /// Close a handle to an existing object, associated with a File.
33 _file: &drm::File<<<T as IntoGEMObject>::Driver as drm::Driver>::File>,
89 drm::File::<<<U as IntoGEMObject>::Driver as drm::Driver>::File>::from_raw(raw_file)
109 drm::File::<<<U as IntoGEMObject>::Driver as drm::Driver>::File>::from_raw(raw_file)
142 /// Creates a new handle for the object associated with a given `File`
146 file: &drm::File<<<Self as IntoGEMObject>::Driver as drm::Driver>::File>,
156 /// Looks up an object by its handle for a given `File`.
158 file: &drm::File<<<Self as IntoGEMObject>::Driver as drm::Driver>::File>,
168 // - A `drm::Driver` can only have a single `File` implementation.