File dmabuf_fops.h

FileList > dmabuf > dmabuf_fops.h

Go to the source code of this file

  • #include "dmabuf.h"

Public Static Attributes

Type Name
const struct file_operations dmabuf_fops = /* multi line expression */

Public Static Functions

Type Name
loff_t dmabuf_fops_llseek (struct file * file, loff_t loff, int whence)
int dmabuf_fops_mmap (struct file * file, struct vm_area_struct * vma)
ssize_t dmabuf_fops_read (struct file * file, char __user * user_buffer, size_t size, loff_t * offset)
int dmabuf_fops_release (struct inode * inode, struct file * file)
ssize_t dmabuf_fops_write (struct file * file, const char __user * user_buffer, size_t size, loff_t * offset)

Public Static Attributes Documentation

variable dmabuf_fops

const struct file_operations dmabuf_fops;

Public Static Functions Documentation

function dmabuf_fops_llseek

static loff_t dmabuf_fops_llseek (
    struct file * file,
    loff_t loff,
    int whence
) 

function dmabuf_fops_mmap

static int dmabuf_fops_mmap (
    struct file * file,
    struct vm_area_struct * vma
) 

function dmabuf_fops_read

static ssize_t dmabuf_fops_read (
    struct file * file,
    char __user * user_buffer,
    size_t size,
    loff_t * offset
) 

function dmabuf_fops_release

static int dmabuf_fops_release (
    struct inode * inode,
    struct file * file
) 

function dmabuf_fops_write

static ssize_t dmabuf_fops_write (
    struct file * file,
    const char __user * user_buffer,
    size_t size,
    loff_t * offset
) 


The documentation for this class was generated from the following file midas_fe/kerneldriver/dmabuf/dmabuf_fops.h