Main Page   Data Structures   File List   Data Fields   Globals  

can_core.c File Reference

More...


Variables

struct file_operations can_fops


Detailed Description

Author(s):
Heinz-Jürgen Oertel, port GmbH
Revision:
1.3
Date:
2001/09/04 15:51:44

Contains the code for module initialization. The functions herein are never called directly by the user but when the driver module is loaded into the kernel space or unloaded.

The driver is highly configurable using the sysctl interface. For a description see main page.


Variable Documentation

struct file_operations can_fops
 

Initial value:

 { 



    lseek:      NULL, 

    read:       can_read,
    write:      can_write,
    readdir:    NULL, 



    select:     can_select,

    ioctl:      can_ioctl,
    mmap:       NULL, 
    open:       can_open,


 
    release:    can_close,
    fsync:      NULL,
    fasync:     NULL,
}


Generated at Fre Sep 14 16:40:18 CEST 2001 CAN driver can4linux by port GmbH service@port.de , © 1997-2001