can__core_8c.3
来自「S3C44B0接can总线.rar」· 3 代码 · 共 62 行
3
62 行
.TH "can_core.c" 3 "15 Jun 2001" "can4linux" \" -*- nroff -*-.ad l.nh.SH NAMEcan_core.c \- .SH SYNOPSIS.br.PP.SS "Variables".in +1c.ti -1c.RI "struct file_operations \fBcan_fops\fP".br.in -1c.SH "DETAILED DESCRIPTION".PP .PP\fBAuthor(s): \fP.in +1cHeinz-J黵gen Oertel, port GmbH .PP\fBRevision: \fP.in +1c 1.2 .PP\fBDate: \fP.in +1c 2001/06/15 15:32:10 .PPContains 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..PPThe driver is highly configurable using the \fBsysctl\fP interface. For a description see main page..PP.SH "VARIABLE DOCUMENTATION".PP .SS "struct file_operations can_fops".PP\fBInitial value:\fP.PP.nf { llseek: NULL, read: can_read, write: can_write, readdir: NULL, poll: can_select, ioctl: can_ioctl, mmap: NULL, open: can_open, release: can_close, fsync: NULL, fasync: NULL, }.fi.SH "AUTHOR".PP Generated automatically by Doxygen for can4linux from the source code.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?