HomeSort by: relevance | last modified time | path
    Searched defs:dmabuf_fileops (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/linux/
linux_dma_buf.c 54 static const struct fileops dmabuf_fileops = { variable in typeref:typename:const struct fileops
116 file->f_ops = &dmabuf_fileops;
137 if (file->f_type != DTYPE_MISC || file->f_ops != &dmabuf_fileops) {

Completed in 12 milliseconds