代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/209081/15227546
c file_dev.c
/*
* linux/fs/file_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)
#include // 文件控制头文件。用于文件及其描述符的操作控制常数符号的定义。
#include //
www.eeworm.com/read/209081/15227553
c block_dev.c
/*
* linux/fs/block_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)。
#include // 调度程序头文件,定义了任务结构task_struct、初始任务0 的数据,
// 还有一些有关描述符参
www.eeworm.com/read/209081/15227559
c char_dev.c
/*
* linux/fs/char_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)。
#include // 类型头文件。定义了基本的系统数据类型。
#include // 调度程序头
www.eeworm.com/read/207820/15261481
c block_dev.c
/*
* linux/fs/block_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
extern int *bl
www.eeworm.com/read/207820/15261488
c file_dev.c
/*
* linux/fs/file_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/207820/15261493
c char_dev.c
/*
* linux/fs/char_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/206510/15294083
lnp dev_io.lnp
"DEV_IO.obj",
"..\..\..\TARGET\LIB\FX2\EZUSB.LIB"
TO "dev_io"
RAMSIZE(256)
CODE( 0x8000 )
XDATA( 0x9000 )
www.eeworm.com/read/206510/15294084
hex dev_io.hex
:10834D00509000C0F9A4B0999282F880988883C6A5
:03835D00A1868E68
:10810800E4F50E750FFF7510011283617A907B10EC
:108118007D017F38128315909010E0FF650FFE8F68
:108128000FE4FFEE604D30E043E50FA8070880023A
:
www.eeworm.com/read/206510/15294085
bix dev_io.bix
www.eeworm.com/read/206510/15294086
c dev_io.c
#include "Fx2.h"
#include "Fx2regs.h"
#define PF_IDLE 0
#define PF_GETKEYS 1
#define KEY_WAKEUP 0
#define KEY_F1 1
#define KEY_F2 2
#define KEY_F3 3
#define BTN_ADDR 0x38
#de